On Wed, May 18, 2011 at 4:57 PM, Marcos Douglas <m...@delfire.net> wrote: > On Wed, May 18, 2011 at 4:53 PM, Marco van de Voort <mar...@stack.nl> wrote: >> >> In our previous episode, Marcos Douglas said: >> >> > > I updated my FPC to revision 17494, a couple minutes ago. >> > > In attachment there is a log of erros. >> > >> > In trunk is OK... >> > Can you help? >> >> here is something wrong with your path statements, and a MAKE of a different >> toolchain (Microsoft, borland) is found. >> >> It is a problem with the installation of FPC, not the FPC checkout > > OK, I will see that. > The trunk has the same BAT (just change version) but works.
Sorry Marco, you're right. Had an error in BAT. Below is the correct: -- set myroot=%cd% set myFPC=%myroot%\compiler\2.4.5 set mybinutils=%myroot%\binutils set PATH=%myFPC%\bin\i386-win32;%PATH% set PATH=%mybinutils%\i386-win32;%myFPC%\bin\i386-win32 <<<<< this line >>>>> cd %myFPC% rd /s /q %myfpc%\examples make clean all install INSTALL_PREFIX=%myFPC% PP=%mybinutils%\ppc386.exe -- Thanks for your time. Marcos Douglas _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal