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:
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.
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.