On 2014-08-15 07:03, Martin Schreiber wrote: > Works for me. Please try to 'build' instead to 'make' the program. If it does > not help delete all *.ppu and *.o files.
The script I use to compile MSEide always does a Build, and before the build it always deletes all previous compiled units just to be sure. I normally output all *.o and *.ppu files to a "units" directory. The problem came about because I was playing with MSEide the other day and loaded and compiled some of the demos. Those projects don't specify a unit output directory, so *.ppu files end up all over the place where *.pas files are found. :-/ FPC probably detected both sets of compiled units and just got confused. 'git clean' resolved the problem. May I suggest you configure the demos and projects that come with MSEide+MSEgui to have a default unit output directory. The alternative is to use 'git clean' I guess. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ ------------------------------------------------------------------------------ _______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

