What's new

Error in fedora core 5

vector

New member
I have downloaded the sources for mupen64 from the link provided by this forum. I have executed the ./configure command but after this, if i run the make command it sais:

Code:
make
g++ -DX86 -O3 -fexpensive-optimizations -fomit-frame-pointer -funroll-loops -ffast-math -fno-strict-aliasing -mcpu=athlon -Wall -pipe -DMAINDEF -D__LINUX__ -DX86_ASM `sdl-config --cflags` -c -o glN64/glN64.o glN64/glN64.cpp
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
glN64/glN64.cpp:10:20: error: GL/glu.h: No such file or directory
make: *** [glN64/glN64.o] Error 1

I don't really know what is this error because i'm a linux novice.

If i try to run the program with: "./mupen64" it starts but in the configure dialog the test/about/config buttons don't work. I press them and nothing happens...

PS: The ./configure command worked & after it finished the "job" it said that i can run mupen64 with ./mupen64 but as I said earlier buttons don't work.

PS2: Please excuse my bad english.
 

Sri Narayan

New member
for the GL/glu.h falure you have to install freeglut (normaly it should be in /usr/include/ and then GL/glu.h). i don't know which grafic card you have.
please install the driver for it . and then you have to tell us which joystick you wanna try also the port usb/over soundcard etc. and of course you have to use blights input plugin.

ciu
 

Top