[fpc-pascal] Re: ERROR compile revision 17494 /fixes_2_4

Marcos Douglas md at delfire.net
Wed May 18 22:01:45 CEST 2011


On Wed, May 18, 2011 at 4:57 PM, Marcos Douglas <md at delfire.net> wrote:
> On Wed, May 18, 2011 at 4:53 PM, Marco van de Voort <marcov at 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



More information about the fpc-pascal mailing list