[fpc-pascal] Writing a compiler

leledumbo leledumbo_cool at yahoo.co.id
Tue Jan 6 10:16:56 CET 2009


I decided to go with Coco/R Delphi (http://tetzel.com/CocoR/). Has anyone
managed to compile it with FP? There's a weird bug in StringTools.pas unit,
which I think is a bug of FP.

There's only one unit in the uses clause, which is Graphics. After
converting the source with Lazarus, compilation gives "circular unit
reference between CocoAGI and StringTools".

I try removing StringTools from CocoAGI uses clause, now it gives another
one "circular unit reference between StringTools and Graphics".

Graphics doesn't have uses clause, so how could it happen?
-- 
View this message in context: http://www.nabble.com/Writing-a-compiler-tp21285931p21307025.html
Sent from the Free Pascal - General mailing list archive at Nabble.com.




More information about the fpc-pascal mailing list