[fpc-devel] fcl-web compilation problems summary

ABorka fpc-devel at aborka.com
Tue Apr 12 01:09:36 CEST 2011


WinXP 32bit, latest FPC SVN trunk, everything is default, not cross 
compiling

1. "make all" creates all the units properly, into the right places.

2. "make install" gets to the fcl-web package, and the files are copied 
into "../.." (basically the "units/i386-win32/fcl-web" directory gets 
created in the main SVN checkout directory) due to the instruction

./fpmake.exe clean --localunitdir=../.. --globalunitdir=.. --os=win32 
--cpu=i386 -o <...snip...>

and not to the FPC directory at C:/pp/ like the other packages' units

3. "make clean" does not delete the unit files from under the fcl-web 
package directory, like it does for the other packages:

C:/pp/bin/i386-win32/make.EXE -C fcl-web distclean
make.EXE[2]: Entering directory `C:/fpc_svn/packages/fcl-web'
make.EXE[2]: Nothing to be done for `distclean'.
make.EXE[2]: Leaving directory `C:/fpc_svn/packages/fcl-web'


Therefore, currently fcl-web does not install from the SVN trunk.

AB






More information about the fpc-devel mailing list