You are not logged in.
Pages: 1
Hi all,
I just tried to compile desmume 0.7.0 under Fedora Core 6 but I didn't succeded:
$ ./configure
[...]
$ make
[...]
../fat.h:116: warning: '__packed__' attribute ignored for field of type 'u8'
../fat.h:117: warning: '__packed__' attribute ignored for field of type 'u8'
callbacks_IO.c:84: error: conflicting types for 'init_GL'
gdk_gl.h:39: error: previous declaration of 'init_GL' was here
callbacks_IO.c:85: error: conflicting types for 'reshape'
gdk_gl.h:49: error: previous declaration of 'reshape' was here
make[2]: *** [desmume_glade-callbacks_IO.o] Error 1
make[2]: Leaving directory `/home/andrea/devel/desmume-0.7.0/src/gtk-glade'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/andrea/devel/desmume-0.7.0/src'
make: *** [all-recursive] Error 1
Any help is appreciated.
BTW, I had no problem in compiling version 0.6.0.
Andrea.
Offline
Hi all,
I just tried to compile desmume 0.7.0 under Fedora Core 6 but I didn't succeded:$ ./configure
[...]
$ make
[...]
../fat.h:116: warning: '__packed__' attribute ignored for field of type 'u8'
../fat.h:117: warning: '__packed__' attribute ignored for field of type 'u8'
callbacks_IO.c:84: error: conflicting types for 'init_GL'
gdk_gl.h:39: error: previous declaration of 'init_GL' was here
callbacks_IO.c:85: error: conflicting types for 'reshape'
gdk_gl.h:49: error: previous declaration of 'reshape' was here
make[2]: *** [desmume_glade-callbacks_IO.o] Error 1
make[2]: Leaving directory `/home/andrea/devel/desmume-0.7.0/src/gtk-glade'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/andrea/devel/desmume-0.7.0/src'
make: *** [all-recursive] Error 1Any help is appreciated.
BTW, I had no problem in compiling version 0.6.0.
IIRC, this problem occurs when trying to build desmume without 3D support.
The current version doesn't build without libgtkglext-dev and cie.
I recon that desmume should be buildable w/o 3D support, so it needs to be fixed.
Offline
Pages: 1