Michael Schnell schreef:



moreover I created directories lcl/interfaces/nogui and lcl/units/i386-win32/nogui (doing the first test in WinXP) for a test i copied interfaces.pp from lcl/interfaces/win32 into lcl/interfaces/nogui

With that I can select noGUI as a new widgetset (right below fpGUI) in the project-options -> compile settings.

When compiling a simple project I get "unit interfaces not found". obviously the new directory lcl/interfaces/nogui is not acknowledged due to a cause I can't detect. I would have expected compile errors when actually compiling lcl/interfaces/nogui/interfaces.pp.

Did you actually compile that interfaces.pp, it is not compiled automatically, but only if you build the LCL with that widgetset.

What is missing is the adaption of the the Makefile.fpc (and the generated Makefile) in lazarus/lcl/interfaces

Vincent
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to