I’m having a bit of trouble getting ZSNES (v. 1.51) to install. I have all of the programs it asks to be installed installed. When I type “./configure” as it tells me to in the install readme, it works fine, but when I type “make” it gives me this:
Izaak@linux-ey7i:~/Games/zsnes_1_51/src> make
g++ -pipe -I. -I/usr/local/include -I/usr/include -D__UNIXSDL__ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DNCURSES -D__OPENGL__ -march=native -O3 -fomit-frame-pointer -s -fno-rtti -o tools/fileutil.o -c tools/fileutil.cpp
g++ -pipe -I. -I/usr/local/include -I/usr/include -D__UNIXSDL__ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DNCURSES -D__OPENGL__ -march=native -O3 -fomit-frame-pointer -s -fno-rtti -o tools/strutil.o -c tools/strutil.cpp
In file included from tools/strutil.cpp:22:
tools/strutil.h: In static member function ‘static int ci_char_traits::compare(const char*, const char*, size_t)’:
tools/strutil.h:34: error: ‘strncasecmp’ was not declared in this scope
make: *** [tools/strutil.o] Error 1
I have all of the programs it asks to be installed installed
Here are my system specs:
OpenSUSE 11.2 with KDE 4.3.1
Dell Inspiron B130
Any help you guys could give me on this would really help.