Re: [fpc-pascal] when cross-compiling, "Recompiling ..., checksum changed for ..."

2010-03-12 Thread Haluk DUMAN
and, ftp://ftp.freepascal.org/pub/fpc/snapshot/v24/ folder not include source folder... Jonas Maebe-2 wrote: > > On 12 Mar 2010, at 12:12, Haluk DUMAN wrote: >> because ftp://ftp.freepascal.org/pub/fpc/snapshot/v24/ folder not >> include >> i386-linux folder... > > I have fixed the locations

Re: [fpc-pascal] when cross-compiling, "Recompiling ..., checksum changed for ..."

2010-03-12 Thread Haluk DUMAN
thanks, this true folder. :) Jonas Maebe-2 wrote: > > I have fixed the locations so that the fpc-2.4.1.i386-linux.* files > are now in ftp://ftp.freepascal.org/pub/fpc/snapshot/v24/ > > Jonas > ___ > fpc-pascal maillist - fpc-pascal@lists.freepas

Re: [fpc-pascal] when cross-compiling, "Recompiling ..., checksum changed for ..."

2010-03-12 Thread Haluk DUMAN
\ProJectS\USC>Set FPCDir=\FPC_v241 \ProJectS\USC>\FPC_v241\Bin\Win32\FPC.EXE -Tlinux -n @Test1.CFG Test1.PP Test1.CFG : ... > -Fu\FPC_v241/UnitS/$FPCOS/RTL/ > -Fu\FPC_v241/UnitS/$FPCOS/* Jonas Maebe-2 wrote: > > On 11 Mar 2010, at 15:35, Haluk DUMAN wrote: >> and my compiler directives::: T

Re: [fpc-pascal] when cross-compiling, "Recompiling ..., checksum changed for ..."

2010-03-12 Thread Jonas Maebe
On 12 Mar 2010, at 12:12, Haluk DUMAN wrote: No, i am not use ftp://ftp.freepascal.org/pub/lazarus/snapshots/fpc-2.4.?-20??.i386.rpm ftp://ftp.freepascal.org/pub/lazarus/snapshots/fpc-2.4.?-20??.i386.rpm ... but i am use ftp://ftp.freepascal.org/pub/fpc/snapshot/v22/i386-linux/fpc-2.4.1

Re: [fpc-pascal] when cross-compiling, "Recompiling ..., checksum changed for ..."

2010-03-12 Thread Jonas Maebe
On 11 Mar 2010, at 15:35, Haluk DUMAN wrote: and my compiler directives::: Test1.CFG """ #-di386 -FD\FPC_v241/Bin/Win32 #-FD\FPC_v241/Bin/$FPCOS -FD\FPC_v241/FPCross.Bin -Fu\FPC_v241/UnitS/$FPCOS/RTL/ -Fu\FPC_v241/UnitS/$FPCOS/* How did you compile the units that are in PC_v241/UnitS/$FPCOS?

Re: [fpc-pascal] when cross-compiling, "Recompiling ..., checksum changed for ..."

2010-03-12 Thread Haluk DUMAN
No, i am not use ftp://ftp.freepascal.org/pub/lazarus/snapshots/fpc-2.4.?-20??.i386.rpm ftp://ftp.freepascal.org/pub/lazarus/snapshots/fpc-2.4.?-20??.i386.rpm ... but i am use ftp://ftp.freepascal.org/pub/fpc/snapshot/v22/i386-linux/fpc-2.4.1.i386-linux.t* ftp://ftp.freepascal.org/pub/fp

Re: [fpc-pascal] when cross-compiling, "Recompiling ..., checksum changed for ..."

2010-03-12 Thread leledumbo
are you mixing units from different fpc versions? that's impossible, please recompile all with the same compiler. -- View this message in context: http://old.nabble.com/when-cross-compiling%2C-%22Recompiling-...%2C-checksum-changed-for-...%22-tp27864206p27873039.html Sent from the Free Pascal -

[fpc-pascal] when cross-compiling, "Recompiling ..., checksum changed for ..."

2010-03-11 Thread Haluk DUMAN
i use cross-compiling from win32 to (target)linux... and get this error; "Recompiling BaseUnix, checksum changed for System" *** i read this doc: http://wiki.freepascal.org/Releasing_units_without_source_code *** but, i cant... i am using this snapshot: ftp://ftp.freepascal.org/pub/fpc/snapshot/v