Re: [fpc-pascal] Problem with compile Gtk2 for version 2.6

2006-05-01 Thread Marco van de Voort
> I tried to compile gtk2 for arm linux. > I download the package/extra/gtk2 source from svn server and I use the > following command to compile it: > > make OS_TARGET="linux" CPU_TARGET="arm" FPCCPUOPT="O2" PP="ppcarm" > COMPILER_OPTIONS="-CX -XX -Xs" > > With the original source (GTK2_2), it

[fpc-pascal] Problem with compile Gtk2 for version 2.6

2006-05-01 Thread smartkenny
Hello, all I tried to compile gtk2 for arm linux. I download the package/extra/gtk2 source from svn server and I use the following command to compile it: make OS_TARGET="linux" CPU_TARGET="arm" FPCCPUOPT="O2" PP="ppcarm" COMPILER_OPTIONS="-CX -XX -Xs" With the original source (GTK2_2), it c