texmacs-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Texmacs-dev] Non-fatal make error - no big deal


From: Nix N. Nix
Subject: [Texmacs-dev] Non-fatal make error - no big deal
Date: 26 Feb 2003 17:37:11 -0700

c++ src/maple_in_filter.cc -o bin/maple_in_filter
In file included from /usr/include/c++/3.2/backward/iostream.h:31,
                 from src/maple_in_filter.cc:5:
/usr/include/c++/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.
c++ src/maple_filter.cc -o bin/maple_filter
In file included from /usr/include/c++/3.2/backward/iostream.h:31,
                 from src/maple_filter.cc:5:
/usr/include/c++/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.
src/maple_filter.cc:27: `string' was not declared in this scope
src/maple_filter.cc:27: parse error before `,' token
src/maple_filter.cc:36: `string' was not declared in this scope
src/maple_filter.cc:36: `s' was not declared in this scope
src/maple_filter.cc:36: parse error before `)' token
src/maple_filter.cc: In function `void passer(...)':
src/maple_filter.cc:37: `s' undeclared (first use this function)
src/maple_filter.cc:37: (Each undeclared identifier is reported only
once for 
   each function it appears in.)
src/maple_filter.cc:37: `remplacer' undeclared (first use this function)
src/maple_filter.cc:60: `indentation' undeclared (first use this
function)
src/maple_filter.cc: In function `int main()':
src/maple_filter.cc:116: `string' undeclared (first use this function)
src/maple_filter.cc:116: parse error before `(' token
src/maple_filter.cc:123: `debut' undeclared (first use this function)
src/maple_filter.cc:127: parse error before `(' token
src/maple_filter.cc:138: `message' undeclared (first use this function)
src/maple_filter.cc:158: parse error before `=' token
src/maple_filter.cc:165: `sortielatex' undeclared (first use this
function)
src/maple_filter.cc:168: parse error before `(' token
src/maple_filter.cc:170: parse error before `::' token
src/maple_filter.cc:182: parse error before `(' token
src/maple_filter.cc:185: parse error before `(' token
src/maple_filter.cc:186: `suite' undeclared (first use this function)

I think this has been around since about 1.0.1.5 (IIRC).  Is it just me
?  As I said, it's no big deal, I'm just curious.

:o)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]