Re: [fpc-pascal] systemh.inc(117, 16) Error: Duplicate identifier "FarPointer"h

2013-05-09 Thread Marco van de Voort
In our previous episode, Mark Morgan Lloyd said: > Would it be possible to query the makefile to get the required compiler > version etc.? Something like > > $ make version > This is Free Pascal version 2.7.1, release 123456. > The only compiler version supported by the build procedure is 2.6.2.

Re: [fpc-pascal] systemh.inc(117, 16) Error: Duplicate identifier "FarPointer"h

2013-05-09 Thread Mark Morgan Lloyd
Marco van de Voort wrote: In our previous episode, waldo kitty said: i did even have "2.6.0 or 2.6.2" but decided that was not good even though it may be supported... 2.6.0 is currently only supported for now. It might be removed sooner or later. earlier in the thread someone posted that 2.6.2

Re: [fpc-pascal] systemh.inc(117, 16) Error: Duplicate identifier "FarPointer"h

2013-05-09 Thread Marco van de Voort
In our previous episode, waldo kitty said: > >> i did even have "2.6.0 or 2.6.2" but decided that was not good even > >> though it may be supported... > >> > > > > 2.6.0 is currently only supported for now. It might be removed sooner or > > later. > > earlier in the thread someone posted that 2.6

Re: [fpc-pascal] systemh.inc(117, 16) Error: Duplicate identifier "FarPointer"

2013-05-08 Thread waldo kitty
On 5/8/2013 17:50, Sven Barth wrote: On 08.05.2013 22:27, waldo kitty wrote: On 5/8/2013 12:22, Mark Morgan Lloyd wrote: waldo kitty wrote: You are trying to build with 2.7.1. If you are absolutely sure that the current compiler is built from the exact same version/revision, you can try to us

Re: [fpc-pascal] systemh.inc(117, 16) Error: Duplicate identifier "FarPointer"

2013-05-08 Thread Sven Barth
On 08.05.2013 22:27, waldo kitty wrote: On 5/8/2013 12:22, Mark Morgan Lloyd wrote: waldo kitty wrote: You are trying to build with 2.7.1. If you are absolutely sure that the current compiler is built from the exact same version/revision, you can try to use OVERRIDEVERSIONCHECK=1 to override .

Re: [fpc-pascal] systemh.inc(117, 16) Error: Duplicate identifier "FarPointer"

2013-05-08 Thread waldo kitty
On 5/8/2013 12:22, Mark Morgan Lloyd wrote: waldo kitty wrote: You are trying to build with 2.7.1. If you are absolutely sure that the current compiler is built from the exact same version/revision, you can try to use OVERRIDEVERSIONCHECK=1 to override . Stop. perhaps the message is too long

Re: [fpc-pascal] systemh.inc(117, 16) Error: Duplicate identifier "FarPointer"

2013-05-08 Thread Mark Morgan Lloyd
waldo kitty wrote: You are trying to build with 2.7.1. If you are absolutely sure that the current compiler is built from the exact same version/revision, you can try to use OVERRIDEVERSIONCHECK=1 to override . Stop. perhaps the message is too long and too informative? maybe something like

Re: [fpc-pascal] systemh.inc(117, 16) Error: Duplicate identifier "FarPointer"

2013-05-07 Thread waldo kitty
On 5/7/2013 02:38, Jonas Maebe wrote: On 07 May 2013, at 08:21, Eric Kom wrote: Thanks for the respond! but without option OVERRIDEVERSIONCHECK is set, another error occurred: erickom@cloudTwo:~/freePascal27/fpc$ make NOGDB=1 OPT='-O- -gl -Xs-' all Makefile:2704: *** The only supported starti

Re: [fpc-pascal] systemh.inc(117, 16) Error: Duplicate identifier "FarPointer"

2013-05-07 Thread Mark Morgan Lloyd
Eric Kom wrote: On 07/05/2013 10:12, Mark Morgan Lloyd wrote: Eric Kom wrote: Good day, Compile failed. Please see below the error/bug. svn up make clean make OVERRIDEVERSIONCHECK=1 NOGDB=1 OPT='-O- -gl -Xs-' all You've already posted that, this isn't a chatroom and you don't have to repea

Re: [fpc-pascal] systemh.inc(117, 16) Error: Duplicate identifier "FarPointer"

2013-05-07 Thread Eric Kom
On 07/05/2013 10:12, Mark Morgan Lloyd wrote: Eric Kom wrote: Good day, Compile failed. Please see below the error/bug. svn up make clean make OVERRIDEVERSIONCHECK=1 NOGDB=1 OPT='-O- -gl -Xs-' all You've already posted that, this isn't a chatroom and you don't have to repeat yourself. I k

Re: [fpc-pascal] systemh.inc(117, 16) Error: Duplicate identifier "FarPointer"

2013-05-07 Thread Mark Morgan Lloyd
Eric Kom wrote: Good day, Compile failed. Please see below the error/bug. svn up make clean make OVERRIDEVERSIONCHECK=1 NOGDB=1 OPT='-O- -gl -Xs-' all You've already posted that, this isn't a chatroom and you don't have to repeat yourself. Now *WHY* are you trying to compile with that over

Re: [fpc-pascal] systemh.inc(117, 16) Error: Duplicate identifier "FarPointer"

2013-05-06 Thread Jonas Maebe
On 07 May 2013, at 08:21, Eric Kom wrote: > Thanks for the respond! > but without option OVERRIDEVERSIONCHECK is set, another error occurred: > > erickom@cloudTwo:~/freePascal27/fpc$ make NOGDB=1 OPT='-O- -gl -Xs-' all > Makefile:2704: *** The only supported starting compiler version is 2.6.0. Y

Re: [fpc-pascal] systemh.inc(117, 16) Error: Duplicate identifier "FarPointer"

2013-05-06 Thread Eric Kom
On 07/05/2013 07:49, Sven Barth wrote: Am 07.05.2013 07:41 schrieb "Eric Kom" >: > svn up > make clean > make OVERRIDEVERSIONCHECK=1 NOGDB=1 OPT='-O- -gl -Xs-' all As written by Jonas already: don't ask for support if the option OVERRIDEVERSIONCHECK

Re: [fpc-pascal] systemh.inc(117, 16) Error: Duplicate identifier "FarPointer"

2013-05-06 Thread Sven Barth
Am 07.05.2013 07:41 schrieb "Eric Kom" : > svn up > make clean > make OVERRIDEVERSIONCHECK=1 NOGDB=1 OPT='-O- -gl -Xs-' all As written by Jonas already: don't ask for support if the option OVERRIDEVERSIONCHECK is set. It is there for a reason. Regards, Sven ___

[fpc-pascal] systemh.inc(117, 16) Error: Duplicate identifier "FarPointer"

2013-05-06 Thread Eric Kom
Good day, Compile failed. Please see below the error/bug. svn up make clean make OVERRIDEVERSIONCHECK=1 NOGDB=1 OPT='-O- -gl -Xs-' all /bin/mkdir -p /home/erickom/freePascal27/fpc/rtl/units/i386-linux /usr/local/lib/fpc/2.7.1/ppc386 -Ur -Ur -Xs -O2 -n -F

Re: [fpc-pascal] systemh.inc(117, 16) Error: Duplicate identifier "FarPointer"

2013-05-06 Thread Jonas Maebe
On 06 May 2013, at 07:50, Eric Kom wrote: Compile failed. Please see below the error/bug. svn up make clean make OVERRIDEVERSIONCHECK=1 NOGDB=1 OPT='-O- -gl -Xs-' all Never ask for support when using OVERRIDEVERSIONCHECK=1, it's guaranteed to break from time to time. It's the whole reason

[fpc-pascal] systemh.inc(117, 16) Error: Duplicate identifier "FarPointer"

2013-05-05 Thread Eric Kom
Good day, Compile failed. Please see below the error/bug. svn up make clean make OVERRIDEVERSIONCHECK=1 NOGDB=1 OPT='-O- -gl -Xs-' all /bin/mkdir -p /home/erickom/freePascal27/fpc/rtl/units/i386-linux /usr/local/lib/fpc/2.7.1/ppc386 -Ur -Ur -Xs -O2 -n -F