View difference between Paste ID: EYmjJCxp and Fz5Ph3ry
SHOW: | | - or go back to the newest paste.
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.cpp:40:0:
3+
In file included from ../njclient.h:69:0,
4-
../../WDL/vorbisencdec.h:54:30: fatal error: vorbis/vorbisenc.h: No such file or directory
4+
                 from ../njclient.cpp:29:
5
../../WDL/string.h: In member function ‘char* WDL_String::Get()’:
6-
make: *** [../njclient.o] Error 1
6+
../../WDL/string.h:138:12: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
7-
jesus@jesus-HP-ProBook-4410s:~/cclient_src_v0.01a/ninjam/cursesclient$
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