I'm trying to emerge libjsw and it keeps failing on string.cpp
it dies with this error message:
Code: Select all
Building library "libjsw.so.1.5.5"...
Compiling module axisio.o
Compiling module attributes.o
Compiling module buttonio.o
Compiling module calibrationfio.o
Compiling module forcefeedback.o
Compiling module main.o
Compiling module utils.o
Compiling module fio.o
Compiling module disk.o
Compiling module strexp.o
Compiling module string.o
string.cpp:31: error: declaration of `char* strcasestr(const char*, const
char*)' throws different exceptions
../include/string.h:46: error: than previous declaration `char*
strcasestr(const char*, const char*) throw ()'
string.cpp: In function `char* strcasestr(const char*, const char*)':
string.cpp:221: error: declaration of `char* strcasestr(const char*, const
char*)' throws different exceptions
string.cpp:31: error: than previous declaration `char* strcasestr(const char*,
const char*) throw ()'
make: *** [string.o] Error 1
I've searched quite a bit and haven't been able to find anything similar
Thanks in advance for any help
-Nate




