Artemio
Still Fresh
Hello,
I am trying to compile GNGeo under windows, using devkitGP2X in c:\devkitGP2X. But it fails in the configure script during the SD_Init test. I've tested the source code of the test with an independant Makefile (the one under demo in devkitGP2X) and it compiles fine. The configure script tells me that the gp2x SDL is not in my system.
I am using Minisys (as provided by devkitGP2X) and I set the following enviroment variables for the linker and compiler:
CFLAGS=-I/c/devkitGP2X/include
LDFLAGS=-L/c/devkitGP2X/lib
This is the line I am using to run configure:
./configure --build=i386 --host=arm-linux --target=arm-linux --enable-gp2x=yes --disable-i386asm --enable-cyclone
There is an SDL_CONFIG variable that the configure script lets the user set to yes, but this only skips the arm-linux-sdl-config test, which works fine.
Any ideas? Thanks in advance ^^
I am trying to compile GNGeo under windows, using devkitGP2X in c:\devkitGP2X. But it fails in the configure script during the SD_Init test. I've tested the source code of the test with an independant Makefile (the one under demo in devkitGP2X) and it compiles fine. The configure script tells me that the gp2x SDL is not in my system.
I am using Minisys (as provided by devkitGP2X) and I set the following enviroment variables for the linker and compiler:
CFLAGS=-I/c/devkitGP2X/include
LDFLAGS=-L/c/devkitGP2X/lib
This is the line I am using to run configure:
./configure --build=i386 --host=arm-linux --target=arm-linux --enable-gp2x=yes --disable-i386asm --enable-cyclone
There is an SDL_CONFIG variable that the configure script lets the user set to yes, but this only skips the arm-linux-sdl-config test, which works fine.
Any ideas? Thanks in advance ^^