GP2X Compiling Current Open2x Libs Svn


Hitnrun

Member
Joined
Mar 1, 2008
Messages
427
I see that some people are not able to compile the open2x SVN libs, I fixed on my local machine, here is the patch to apply to be able to compile:

http://www.rangelreale.com/temp/o2x.diff.tar.gz


# svn co svn co https://open2x.svn.sourceforge.net/svnroot/open2x/trunk/libs
# tar xzvf o2x.diff.tar.gz
# cd libs
# patch -p0 < ../o2x.diff
# find . -name configure -exec chmod +x {} ;
# ./open2x-libs.sh

you may need to

# rm -Rf /opt/open2x/gcc-4.1.1-glibc-2.3.6/include/SDL
# rm -Rf /opt/open2x/gcc-4.1.1-glibc-2.3.6/lib/libSDL*

if you get compiler errors on SDL-1.2.11
 
Last edited by a moderator:
Back
Top