Hello,
I try to compile but it doesn't work... Would you please help me.
THX
RAFIK
[rafik@localhost fibs2html]$ make
make -C fibs2html
make[1]: Entering directory
`/home/rafik/ulg/COMPILATEUR/fibs2html/fibs2html'
make -C analyze
make[2]: Entering directory
`/home/rafik/ulg/COMPILATEUR/fibs2html/fibs2html/analyze'
g++ -I../gnubg -O3 -Wall -W -c analyze.cc
In file included from /usr/include/c++/3.3.2/backward/algo.h:59,
from analyze.cc:31:
/usr/include/c++/3.3.2/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.
analyze.cc: In member function `void
Analyze::Result::sortByMatchMCW(bool)':
analyze.cc:306: error: ISO C++ forbids assignment of arrays
make[2]: *** [analyze.o] Erreur 1
make[2]: Leaving directory
`/home/rafik/ulg/COMPILATEUR/fibs2html/fibs2html/analyze'
make[1]: *** [analyze/libanalyze.a] Erreur 2
make[1]: Leaving directory
`/home/rafik/ulg/COMPILATEUR/fibs2html/fibs2html'
make: *** [fibs2html/fibs2html] Erreur 2
|