deathrabbit
Still Fresh
- Joined
- Nov 20, 2006
- Messages
- 8
ALthough this probably sounds really stupid, I can't figure out what includes and libraries to put where. I am using the GPH windows devkit. From looking at Tools>compiler settings in dev-c++, it seems the the directory for includes is "GP2XSDK\Tools\include" and libraries is "GP2XSDK\Tools\arm-gp2x-linux\lib". I have tried replacing files in there with various combinations of the following:
http://paeryn.myby.co.uk/SDL_includes.tar.bz2
http://paeryn.myby.co.uk/libSDL.tar.bz2
http://archive.gp2x.de/cgi-bin/cfiles.cgi?0,0,0,0,19,1240
http://www.distant-earth.com/SDLlib_overwrite.zip
but when I try to compile something, it either fails to compile, or none of the libs that i replaced are used. One thing I've tried which seems to me to be the most logical combination is the SDL_includes, and the libSDL from paeryn's site, but when I try to compile something using it, there is no effect since libSDL.a does not seem to be used, and things compile fine if I delete the libSDL.a file from the lib folder, proving that its not being used.
Can anyone tell me which packages I need to use?
http://paeryn.myby.co.uk/SDL_includes.tar.bz2
http://paeryn.myby.co.uk/libSDL.tar.bz2
http://archive.gp2x.de/cgi-bin/cfiles.cgi?0,0,0,0,19,1240
http://www.distant-earth.com/SDLlib_overwrite.zip
but when I try to compile something, it either fails to compile, or none of the libs that i replaced are used. One thing I've tried which seems to me to be the most logical combination is the SDL_includes, and the libSDL from paeryn's site, but when I try to compile something using it, there is no effect since libSDL.a does not seem to be used, and things compile fine if I delete the libSDL.a file from the lib folder, proving that its not being used.
Can anyone tell me which packages I need to use?