[fpc-pascal] Free Pascal widget set

Graeme Geldenhuys graemeg.lists at gmail.com
Sat Aug 19 14:46:25 CEST 2006


On 8/19/06, Krishna <v.krishnakumar at gmail.com> wrote:
> I have problems building the thing. Executing make in the topdir of
> fpGFX is exiting with an error like 'Can't find unit GFXImpl...' .
> fpGUI also fails to build with an error like 'Can't find unit DOM...'

The Makefiles are still work-in-progress.  I had them working a couple
of weeks back, but might have broken them again.  I develop using
Lazarus and normally compile fpGUI and fgGFX using the packages (*.lpk
files).

DOM is part of FPC located in /fcl/xml/
GFXImpl is part of fpGFX and depending on the OS it is located in
/src/linux/ or /src/win32/

I have to admit, I am very new to Makefiles, but will see what happens
when I try and compile it here using them.  Otherwise, if you use
Lazarus, compile the *.lpk files.

Regards,
  - Graeme -



More information about the fpc-pascal mailing list