Advertisement
Guest User

Untitled

a guest
Dec 15th, 2012
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. jesus@jesus-HP-ProBook-4410s:~/cclient_src_v0.01a/ninjam/cursesclient$ sudo make
  2. g++ -O2 -malign-double -s -c -o ../njclient.o ../njclient.cpp
  3. In file included from ../njclient.h:69:0,
  4. from ../njclient.cpp:29:
  5. ../../WDL/string.h: In member function ‘char* WDL_String::Get()’:
  6. ../../WDL/string.h:138:12: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  7. In file included from ../../WDL/jnetlib/jnetlib.h:42:0,
  8. from ../njclient.h:71,
  9. from ../njclient.cpp:29:
  10. ../../WDL/jnetlib/httpget.h: In member function ‘int JNL_HTTPGet::content_length()’:
  11. ../../WDL/jnetlib/httpget.h:73:62: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  12. ../njclient.cpp: In destructor ‘NJClient::~NJClient()’:
  13. ../njclient.cpp:460:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  14. ../njclient.cpp: In member function ‘int NJClient::Run()’:
  15. ../njclient.cpp:816:29: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  16. ../njclient.cpp:817:31: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  17. ../njclient.cpp:1046:61: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  18. ../njclient.cpp: In member function ‘void NJClient::mixInChannel(bool, float, float, DecodeState*, float**, int, int, int, int, double)’:
  19. ../njclient.cpp:1550:132: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘long int’ [-Wformat]
  20. ../njclient.cpp: In member function ‘void NJClient::on_new_interval()’:
  21. ../njclient.cpp:1566:73: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  22. ../njclient.cpp:1614:91: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  23. g++ -O2 -malign-double -s -c -o ../audiostream_alsa.o ../audiostream_alsa.cpp
  24. ../audiostream_alsa.cpp:51:28: fatal error: alsa/asoundlib.h: No such file or directory
  25. compilation terminated.
  26. make: *** [../audiostream_alsa.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement