Menu

#10 Compilation errors with gcc 3.3

open
nobody
Code (5)
5
2003-10-26
2003-10-26
No

Rars is not compilable with recent versions of gcc/g++
(3.3).
Here is the first error:
k1999v12.cpp:123:31: missing terminating " character
k1999v12.cpp:124: error: syntax error before numeric
constant

Note that there are also warnings:
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde
-I/usr/share/qt3/include -I/usr/X11R6/include
-DQT_THREAD_SUPPORT -D_REENTRANT -O0 -g3 -Wall -I..
-c -o k1999v12.o `test -f k1999v12.cpp || echo
'./'`k1999v12.cpp
In file included from
/usr/include/c++/3.3/backward/strstream:51,
from k1999v12.cpp:20:
/usr/include/c++/3.3/backward/backward_warning.h:32:2:
warning: #warning This file includes at least one
deprecated or antiquated header. Please consider using
one of the 32 headers found in section 17.4.1.2 of the
C++ standard. Examples include substituting the <X>
header for the <X.h> header for C++ includes, or
<sstream> instead of the deprecated header
<strstream.h>. To disable this warning use -Wno-deprecated.

Discussion


Log in to post a comment.

MongoDB Logo MongoDB