Advertisement
Guest User

tpt errrorzzz

a guest
May 12th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. (... more compile stuff ...)
  2. g++ -o build/src/debug/DebugLines.o -c -std=c++11 -U__STRICT_ANSI__ -Wno-invalid-offsetof -Wno-unused-result -msse -msse2 -Wall -g -D_64BIT -D_GNU_SOURCE=1 -D_REENTRANT -DLUA_R_INCL -DLIN -DX86 -DX86_SSE -DX86_SSE2 -DDEBUG -DGRAVFFT -DLUACONSOLE -DUSE_SDL -Ibuild/src -Isrc -Ibuild/data -Idata -Ibuild/generated -Igenerated -I/usr/include/SDL -I/usr/include/lua5.1 src/debug/DebugLines.cpp
  3. g++ -o build/src/debug/DebugParts.o -c -std=c++11 -U__STRICT_ANSI__ -Wno-invalid-offsetof -Wno-unused-result -msse -msse2 -Wall -g -D_64BIT -D_GNU_SOURCE=1 -D_REENTRANT -DLUA_R_INCL -DLIN -DX86 -DX86_SSE -DX86_SSE2 -DDEBUG -DGRAVFFT -DLUACONSOLE -DUSE_SDL -Ibuild/src -Isrc -Ibuild/data -Idata -Ibuild/generated -Igenerated -I/usr/include/SDL -I/usr/include/lua5.1 src/debug/DebugParts.cpp
  4. src/common/String.cpp:383:26: error: ISO C++ forbids declaration of ‘destroyLocaleImpl’ with no type [-fpermissive]
  5. static destroyLocaleImpl()
  6. ^
  7. src/common/String.cpp: In function ‘int destroyLocaleImpl()’:
  8. src/common/String.cpp:387:1: warning: no return statement in function returning non-void [-Wreturn-type]
  9. }
  10. ^
  11. scons: *** [build/src/common/String.o] Error 1
  12. scons: building terminated because of errors.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement