Advertisement
Guest User

Untitled

a guest
Aug 12th, 2012
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.22 KB | None | 0 0
  1. g++ -DHAVE_CONFIG_H -I. -I..  -DUSE_WX_EXTENSIONS -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -DwxUSE_GUI=0 -I./libs -I./include -I/usr/include -D__WEAK_CRYPTO__   -W -Wall -Wshadow -Wundef -O2  -MT libmuleappcore_a-Scanner.o -MD -MP -MF .deps/libmuleappcore_a-Scanner.Tpo -c -o libmuleappcore_a-Scanner.o `test -f 'Scanner.cpp' || echo './'`Scanner.cpp
  2. g++ -DHAVE_CONFIG_H -I. -I..  -DUSE_WX_EXTENSIONS -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -DwxUSE_GUI=0 -I./libs -I./include -I/usr/include -D__WEAK_CRYPTO__   -W -Wall -Wshadow -Wundef -O2  -MT libmuleappcore_a-PlatformSpecific.o -MD -MP -MF .deps/libmuleappcore_a-PlatformSpecific.Tpo -c -o libmuleappcore_a-PlatformSpecific.o `test -f 'PlatformSpecific.cpp' || echo './'`PlatformSpecific.cpp
  3. g++ -DHAVE_CONFIG_H -I. -I..  -DUSE_WX_EXTENSIONS -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -DwxUSE_GUI=0 -I./libs -I./include -I/usr/include -D__WEAK_CRYPTO__   -W -Wall -Wshadow -Wundef -O2  -MT libmuleappcore_a-RandomFunctions.o -MD -MP -MF .deps/libmuleappcore_a-RandomFunctions.Tpo -c -o libmuleappcore_a-RandomFunctions.o `test -f 'RandomFunctions.cpp' || echo './'`RandomFunctions.cpp
  4. g++ -DHAVE_CONFIG_H -I. -I..  -DUSE_WX_EXTENSIONS -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -DwxUSE_GUI=0 -I./libs -I./include -I/usr/include -D__WEAK_CRYPTO__   -W -Wall -Wshadow -Wundef -O2  -MT libmuleappcore_a-RC4Encrypt.o -MD -MP -MF .deps/libmuleappcore_a-RC4Encrypt.Tpo -c -o libmuleappcore_a-RC4Encrypt.o `test -f 'RC4Encrypt.cpp' || echo './'`RC4Encrypt.cpp
  5. ./Scanner.l:214:5: warning: "YY_STACK_USED" is not defined [-Wundef]
  6. PlatformSpecific.cpp:340:5: warning: #warning Power event vetoing not implemented. [-Wcpp]
  7. Scanner.cpp: In function ‘int yy_get_next_buffer()’:
  8. Scanner.cpp:1238:30: error: invalid initialization of reference of type ‘int&’ from expression of type ‘yy_size_t {aka long unsigned int}
  9. ./Scanner.l:28:13: error: in passing argument 2 of ‘void ReadLexBuff(char*, int&, size_t)
  10. Scanner.cpp: In function ‘yy_buffer_state* yy_scan_bytes(const char*, yy_size_t)’:
  11. Scanner.cpp:1779:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  12. Scanner.cpp: At global scope:
  13. Scanner.cpp:1800:13: warning: ‘void yy_fatal_error(const char*)’ defined but not used [-Wunused-function]
  14. make[3]: *** [libmuleappcore_a-Scanner.o] Error 1
  15. make[3]: *** Waiting for unfinished jobs....
  16. mv -f .deps/libmuleappcore_a-RC4Encrypt.Tpo .deps/libmuleappcore_a-RC4Encrypt.Po
  17. mv -f .deps/libmuleappcore_a-PlatformSpecific.Tpo .deps/libmuleappcore_a-PlatformSpecific.Po
  18. mv -f .deps/libmuleappcore_a-RandomFunctions.Tpo .deps/libmuleappcore_a-RandomFunctions.Po
  19. make[3]: Leaving directory `/mnt/storage/coding/xMule/amule/amule/src'
  20. make[2]: *** [all-recursive] Error 1
  21. make[2]: Leaving directory `/mnt/storage/coding/xMule/amule/amule/src'
  22. make[1]: *** [all-recursive] Error 1
  23. make[1]: Leaving directory `/mnt/storage/coding/xMule/amule/amule'
  24. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement