Advertisement
Nemo_Aeternamn

build error

Aug 22nd, 2012
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. host C++: test_vector_host <= external/astl/tests/test_vector.cpp
  2. external/astl/tests/test_vector.cpp: In function ‘bool android::testAt()’:
  3. external/astl/tests/test_vector.cpp:649:5: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  4. host C: test_zipfile <= system/core/libzipfile/test_zipfile.c
  5. system/core/libzipfile/test_zipfile.c: In function ‘main’:
  6. system/core/libzipfile/test_zipfile.c:20:5: warning: implicit declaration of function ‘strcmp’ [-Wimplicit-function-declaration]
  7. system/core/libzipfile/test_zipfile.c:56:5: warning: enumeration value ‘HUH’ not handled in switch [-Wswitch]
  8. host C++: triangleCM <= development/tools/emulator/opengl/tests/translator_tests/GLES_CM/triangleCM.cpp
  9. development/tools/emulator/opengl/tests/translator_tests/GLES_CM/triangleCM.cpp:18:17: fatal error: SDL.h: No such file or directory
  10. compilation terminated.
  11. make: *** [out/host/linux-x86/obj/EXECUTABLES/triangleCM_intermediates/triangleCM.o] Error 1
  12. make: *** Waiting for unfinished jobs....
  13. external/sqlite/dist/sqlite3.c: In function ‘fkLookupParent’:
  14. external/sqlite/dist/sqlite3.c:55844:5: warning: assuming signed overflow does not occur when assuming that (X - c) <= X is always true [-Wstrict-overflow]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement