[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: An error message when compiling ncurses 5.2
From: |
Thomas E. Dickey |
Subject: |
Re: An error message when compiling ncurses 5.2 |
Date: |
Fri, 20 Sep 2002 20:30:13 -0400 (EDT) |
On Fri, 20 Sep 2002, Paulin Bekambo wrote:
> Dear Sir,
> I have the following message when compiling ncurses 5.2 in an i386 platform
> running a redhat 7.3. Would you help me to fix it?
That's fixed in the updates under
ftp://invisible-island.net/ncurses/5.2
>
> Thanks,
> Paulin Bekambo.
>
>
> cd ../objects;
>
> c++ -I../c++ -I../include -I. -DHAVE_CONFIG_H -DNDEBUG -I. -I../include -O2
> -c ../c++/cursesw.cc
> In file included from /usr/local/include/c++/3.2/backward/strstream:51,
> from /usr/local/include/c++/3.2/backward/strstream.h:33,
> from ../c++/cursesw.h:17,
> from ../c++/cursesw.cc:25:
> /usr/local/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++/cursesw.cc: In member function `int NCursesWindow::scanw(const char*,
> ...)':
> ../c++/cursesw.cc:55: no matching function for call to `std::strstreambuf::
> vscan(const char*&, char*&)'
> ../c++/cursesw.cc: In member function `int NCursesWindow::scanw(int, int,
> const
> char*, ...)':
> ../c++/cursesw.cc:77: no matching function for call to `std::strstreambuf::
> vscan(const char*&, char*&)'
> make[1]: *** [../objects/cursesw.o] Error 1
> make[1]: Leaving directory `/home/paulin/ncurses-5.2/c++'
> make: *** [all] Error 2
>
>
>
> _______________________________________________
> Bug-ncurses mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/bug-ncurses
>
--
T.E.Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net