bug-ncurses
[Top][All Lists]
Advanced

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

compiling ncurses-5.2 with gcc-3.1


From: Kenneth Hopping
Subject: compiling ncurses-5.2 with gcc-3.1
Date: Sun, 19 May 2002 17:18:23 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4) Gecko/20011126 Netscape6/6.2.1

Hello,

I am compiling ncurses-5.2 with the latest gcc-3.1 on a Linux system.
The compilation fails on cursesw.cc

../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 `/usr/local/src/ncurses-5.2/c++'

Is this an incompatability issue with the latest release of the compiler?

Kenneth Hopping





reply via email to

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