I just tried to compile last SVN version (115) of Gmenu2x (because the prebuilt 0.9 doesn't give the battery state with my F200) but it has not been able to go through. I stopped to:
CODE
~/gmenu2x/build$ make
/opt/open2x/gcc-3.4.4-glibc-2.3.6/bin/arm-open2x-linux-g++ -I"/usr/include" `/usr/bin/sdl-config --cflags` -DTARGET_GP2X -O3 -msoft-float -fomit-frame-pointer -ffast-math -funroll-loops -o ../objs/gp2x/gmenu2x.o -c ../src/gmenu2x.cpp
/opt/open2x/gcc-3.4.4-glibc-2.3.6/bin/arm-open2x-linux-g++ -I"/usr/include" `/usr/bin/sdl-config --cflags` -DTARGET_GP2X -O3 -msoft-float -fomit-frame-pointer -ffast-math -funroll-loops -o ../objs/gp2x/surface.o -c ../src/surface.cpp
/opt/open2x/gcc-3.4.4-glibc-2.3.6/bin/arm-open2x-linux-g++ -I"/usr/include" `/usr/bin/sdl-config --cflags` -DTARGET_GP2X -O3 -msoft-float -fomit-frame-pointer -ffast-math -funroll-loops -o ../objs/gp2x/surfacecollection.o -c ../src/surfacecollection.cpp
(...)
/opt/open2x/gcc-3.4.4-glibc-2.3.6/bin/arm-open2x-linux-g++ -I"/usr/include" `/usr/bin/sdl-config --cflags` -DTARGET_GP2X -O3 -msoft-float -fomit-frame-pointer -ffast-math -funroll-loops -o ../objs/gp2x/button.o -c ../src/button.cpp
/opt/open2x/gcc-3.4.4-glibc-2.3.6/bin/arm-open2x-linux-g++ -I"/usr/include" `/usr/bin/sdl-config --cflags` -DTARGET_GP2X -O3 -msoft-float -fomit-frame-pointer -ffast-math -funroll-loops -o ../objs/gp2x/iconbutton.o -c ../src/iconbutton.cpp
make: *** Pas de règle pour fabriquer la cible « ../objs/gp2x/listview.o », nécessaire pour « static ». Arrêt.
make: *** No rules to build target « ../objs/gp2x/listview.o », necessary to « static ». Stop.
And then I don't know wha't to do. Seems like something missing in the SVN.
Any idea ?
CODE
~/gmenu2x/build$ make
/opt/open2x/gcc-3.4.4-glibc-2.3.6/bin/arm-open2x-linux-g++ -I"/usr/include" `/usr/bin/sdl-config --cflags` -DTARGET_GP2X -O3 -msoft-float -fomit-frame-pointer -ffast-math -funroll-loops -o ../objs/gp2x/gmenu2x.o -c ../src/gmenu2x.cpp
/opt/open2x/gcc-3.4.4-glibc-2.3.6/bin/arm-open2x-linux-g++ -I"/usr/include" `/usr/bin/sdl-config --cflags` -DTARGET_GP2X -O3 -msoft-float -fomit-frame-pointer -ffast-math -funroll-loops -o ../objs/gp2x/surface.o -c ../src/surface.cpp
/opt/open2x/gcc-3.4.4-glibc-2.3.6/bin/arm-open2x-linux-g++ -I"/usr/include" `/usr/bin/sdl-config --cflags` -DTARGET_GP2X -O3 -msoft-float -fomit-frame-pointer -ffast-math -funroll-loops -o ../objs/gp2x/surfacecollection.o -c ../src/surfacecollection.cpp
(...)
/opt/open2x/gcc-3.4.4-glibc-2.3.6/bin/arm-open2x-linux-g++ -I"/usr/include" `/usr/bin/sdl-config --cflags` -DTARGET_GP2X -O3 -msoft-float -fomit-frame-pointer -ffast-math -funroll-loops -o ../objs/gp2x/button.o -c ../src/button.cpp
/opt/open2x/gcc-3.4.4-glibc-2.3.6/bin/arm-open2x-linux-g++ -I"/usr/include" `/usr/bin/sdl-config --cflags` -DTARGET_GP2X -O3 -msoft-float -fomit-frame-pointer -ffast-math -funroll-loops -o ../objs/gp2x/iconbutton.o -c ../src/iconbutton.cpp
make: *** Pas de règle pour fabriquer la cible « ../objs/gp2x/listview.o », nécessaire pour « static ». Arrêt.
make: *** No rules to build target « ../objs/gp2x/listview.o », necessary to « static ». Stop.
And then I don't know wha't to do. Seems like something missing in the SVN.
Any idea ?