Pickle
Mega GP Mania
I had to manually select to compile version SDL 1.2.13, not a big deal.
I had to add --enable-cdrom, without this causes dosbox to quit (i havnt confirmed that this fixes the issue yet)
Then using the default build script libxml2 fails, I been able to kepp building libs commenting out the line below:
CODE
#TARGETS += $(PREFIX)/lib/libxml2.a
Here the error for libxml2:
CODE
configure: error: cannot find sources (entities.c) in . or ..
make: *** [/opt/open2x/gcc-4.1.1-glibc-2.3.6/lib/libxml2.a] Error 1'
sdlmixer is broke too, extra arm-open2x-linux for some reason :
CODE
grep: /opt/open2x/gcc-4.1.1-glibc-2.3.6/arm-open2x-linux/arm-open2x-linux/lib/libstdc++.la: No such file or directory
Another thing in general that drives me nuts is that the libs are installed in 'prefix' and not 'prefix'/'target'
I had to add --enable-cdrom, without this causes dosbox to quit (i havnt confirmed that this fixes the issue yet)
Then using the default build script libxml2 fails, I been able to kepp building libs commenting out the line below:
CODE
#TARGETS += $(PREFIX)/lib/libxml2.a
Here the error for libxml2:
CODE
configure: error: cannot find sources (entities.c) in . or ..
make: *** [/opt/open2x/gcc-4.1.1-glibc-2.3.6/lib/libxml2.a] Error 1'
sdlmixer is broke too, extra arm-open2x-linux for some reason :
CODE
grep: /opt/open2x/gcc-4.1.1-glibc-2.3.6/arm-open2x-linux/arm-open2x-linux/lib/libstdc++.la: No such file or directory
Another thing in general that drives me nuts is that the libs are installed in 'prefix' and not 'prefix'/'target'