Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3204 - ncurses 5.2 b0rkage with gcc 3.1
Summary: ncurses 5.2 b0rkage with gcc 3.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Matthew Kennedy (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-29 19:26 UTC by Michael Cohen (RETIRED)
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Cohen (RETIRED) gentoo-dev 2002-05-29 19:26:57 UTC
-march=pentium3 -O3

cople warnings too
/usr/include/g++-v31/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.

also

../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]: *** [../obj_s/cursesw.o] Error 1