bug-ncurses
[Top][All Lists]
Advanced

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

ncurses


From: David A. Bandel
Subject: ncurses
Date: Wed, 20 Jun 2001 11:50:40 -0500

Trying to build ncurses-5.2 on a minimal (only gcc-3.0 w/
languages=c,c++ built and installed) I get the following:

make[1]: Leaving directory `/usr/src/ncurses-5.2/test'
cd c++ && make DESTDIR="" all
make[1]: Entering directory `/usr/src/ncurses-5.2/c++'
cd ../obj_s;  c++ -I../c++ -I../include -I. -DHAVE_CONFIG_H  -DNDEBUG
-I. -I../include -O2 -fPIC -c ../c++/cursesf.cc
cd ../obj_s;  c++ -I../c++ -I../include -I. -DHAVE_CONFIG_H  -DNDEBUG
-I. -I../include -O2 -fPIC -c ../c++/cursesm.cc
cd ../obj_s;  c++ -I../c++ -I../include -I. -DHAVE_CONFIG_H  -DNDEBUG
-I. -I../include -O2 -fPIC -c ../c++/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*&, void*&)'
../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*&, void*&)'
make[1]: *** [../obj_s/cursesw.o] Error 1
make[1]: Leaving directory `/usr/src/ncurses-5.2/c++'
make: *** [all] Error 2

Suggestions?

Thanx,

David A. Bandel
-- 
Focus on the dream, not the competition.
                -- Nemesis Racing Team motto



reply via email to

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