Re: [fpc-pascal] Internal error 200203271

2006-07-14 Thread Marco van de Voort
> Marco van de Voort wrote: > > units\arm-linux\libpgdk2.a > > units\arm-linux\gdk2.sl > > gtkspinbutton.inc(267,4) Fatal: Internal error 200203271 > > $004DF30F SECONDPASS, line 175 of pass_2.pas > > $0049DA27 DO_GENERATE_CODE, line 1274 of psub.pas > > $0049DFD9 READ_DECLARATIONS, lin

Re: [fpc-pascal] Internal error 200203271

2006-07-13 Thread Steve Williams
Marco van de Voort wrote: D:/repo/fpcex/compiler/ppcrossarm.exe -Tlinux -Parm -XParm-linux- -Xc -Xr -XX -C X -Ur -Xs -O2 -n -Fuglib -Fuatk -Fupango -Fugtk+/gdk-pixbuf -Fugtk+/gdk -Fugtk+/ gtk -Fulibglade -Fugtkglext -FuD:/repo/fpcex/rtl/units/arm-linux -FDd:\repo\cros s\arm-linux -FE. -FUunits/ar

Re: [fpc-pascal] Internal error 200203271

2006-06-25 Thread Steve Williams
Steve Williams wrote: Without OPT='-darm', still get the internal error 200203271 on gtkspinbutton.inc(267,4). Trying again with OPT='-dGTK_DISABLE_DEPRECATED', but it will be about an hour before make gets to that point in the build again. It doesn't compile with -dGTK_DISABLE_DEPRECATED

Re: [fpc-pascal] Internal error 200203271

2006-06-22 Thread Marco van de Voort
> >PPC_TARGET=arm? Is there any documentation on these > >parameters? The Build FAQ gives an example of building a compiler > >to run on another system. I want to build a compiler to run on my > >system that can build executables for another system. > > The commandline is correct. It will gi

Re: [fpc-pascal] Internal error 200203271

2006-06-22 Thread Peter Vreman
At 12:30 22-6-2006, you wrote: Steve Williams wrote: Koenraad Lelong wrote: Hi, When I ty to compile fpc-svn for arm-linux it stops with Internal error 200203271 when buildgtk2.pp/gtkspinbutton.inc is compiled. Was there a solution for this? I've just come across this error now while t

Re: [fpc-pascal] Internal error 200203271

2006-06-22 Thread Steve Williams
Steve Williams wrote: Marco van de Voort wrote: Try make cycle instead rest the same. If you want to do it using make all that is all possible, but then you probably also need a OPT='-darm' There is no 'make cycle' target at the root of the fpc source tree. Tried the OPT='-darm'

Re: [fpc-pascal] Internal error 200203271

2006-06-22 Thread Steve Williams
Marco van de Voort wrote: Was there a solution for this? I've just come across this error now while trying to build fpc-svn for arm-linux as well. I'm using the following command line on Win32 from the root of the fpc source tree. make all OS_TARGET=linux CPU_TARGET=arm CROSSBINDIR=c:\devki

Re: [fpc-pascal] Internal error 200203271

2006-06-22 Thread Marco van de Voort
> > Was there a solution for this? I've just come across this error now > > while trying to build fpc-svn for arm-linux as well. I'm using the > > following command line on Win32 from the root of the fpc source tree. > > > > make all OS_TARGET=linux CPU_TARGET=arm > > CROSSBINDIR=c:\devkitpro\

Re: [fpc-pascal] Internal error 200203271

2006-06-22 Thread Steve Williams
Steve Williams wrote: Koenraad Lelong wrote: Hi, When I ty to compile fpc-svn for arm-linux it stops with Internal error 200203271 when buildgtk2.pp/gtkspinbutton.inc is compiled. Was there a solution for this? I've just come across this error now while trying to build fpc-svn fo

Re: [fpc-pascal] Internal error 200203271

2006-06-21 Thread Steve Williams
Koenraad Lelong wrote: Hi, When I ty to compile fpc-svn for arm-linux it stops with Internal error 200203271 when buildgtk2.pp/gtkspinbutton.inc is compiled. Was there a solution for this? I've just come across this error now while trying to build fpc-svn for arm-linux as well. I'm using