Op 2010-10-20 10:18, Jonas Maebe het geskryf: > > The output you posted suggests that your Makefile compiles the RTL units > in a different order than the Makefile in svn.
Indeed that seems to have been the problem. I did a 'git clean' which reset/reverted any tracked files, and removed any non-tracked (not in source control), leaving a completely clean directory hierarchy. A 'make all' then successfully compiler the RTL and compiler. I did get a compiler error in chmreader.pas, but that is not something I would worry about, because that is in the packages (FCL) directory. Thank you for your help, and sorry for all the trouble. PS: Is there a make command to only compile the RTL and compiler? Excludes the FCL. Would that be the 'make cycle' from inside the src/compiler/ directory? I better go reread the BuildFAQ document. :) Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://opensoft.homeip.net:8080/fpgui/ _______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel
