[fpc-devel] Lazarus: A new widgest set

Vincent Snijders vsnijders at quicknet.nl
Fri Feb 15 09:38:57 CET 2008


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



More information about the fpc-devel mailing list