Advertisement
Guest User

Untitled

a guest
Sep 27th, 2013
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. :~/zsnes_1_51/src$ make
  2. g++ -pipe -I. -I/usr/local/include -I/usr/include -D__UNIXSDL__ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D__OPENGL__ -march=native -O3 -fomit-frame-pointer -s -fno-rtti -o tools/strutil.o -c tools/strutil.cpp
  3. In file included from tools/strutil.cpp:22:0:
  4. tools/strutil.h: In static member function âstatic int ci_char_traits::compare(const char*, const char*, size_t)â:
  5. tools/strutil.h:34:96: error: âstrncasecmpâ was not declared in this scope
  6. make: *** [tools/strutil.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement