[fpc-pascal] Compiling / Make problems, latest SVN
Vincent Snijders
vsnijders at quicknet.nl
Mon Oct 29 09:42:29 CET 2007
Jonas Maebe schreef:
>
> On 29 Oct 2007, at 07:54, Tobias Giesen wrote:
>
>> I am trying to compile the latest FPC 2.3 SVN on OS X i386 with
>> CPU_TARGET=powerpc.
>>
>> The crosscompiling guide on the freepascal web site says to do a:
>> make cycle
>
> make cycle only works in the compiler subdirectory.
>
>> But cycle seems to be no longer there, so I tried compiler_cycle and
>> also make all.
>>
>> Make all and make install both produce this error compiling
>> pkgwget.pp:
>>
>> Fatal: Can't find unit process used by pkgglobals
>>
>> How can I fix this?
>
> That's a bug in the current svn sources (which breaks compilation on
> virtually all platforms), and will probably be fixed somewhere today.
FYI, on windows it breaks earlier:
d:/lazarus/source/fpc/2.3/compiler/ppc386.exe -Ur -Xs -O2 -n -S2h
-FuD:/lazarus/source/fpc/2.3/rtl/units/i386-win32
-FuD:/lazarus/source/fpc/2.3/packages/base/netdb/units/i386-win32
-FuD:/lazarus/source/fpc/2.3/packages/fcl-base/units/i386-win32
-FuD:/lazarus/source/fpc/2.3/packages/fcl-xml/units/i386-win32
-FuD:/lazarus/source/fpc/2.3/packages/fcl-passrc/units/i386-win32
-FuD:/lazarus/source/fpc/2.3/packages/fcl-async
-FuD:/lazarus/source/fpc/2.3/packages/base/winunits/units/i386-win32 -FE.
-FUunits/i386-win32 -g -gl -O- -O1 -di386 -dRELEASE src/resolve.pp
resolve.pp(199,2) Fatal: Can't open include file "resolve.inc"
Fatal: Compilation aborted
a -Fisrc/win seems missing.
Vincent
More information about the fpc-pascal
mailing list