bug-ncurses
[Top][All Lists]
Advanced

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

can't compile ncurses-5.2


From: J.J.Bailey
Subject: can't compile ncurses-5.2
Date: Thu, 20 Dec 2001 20:46:56 -0800 (PST)

hello,

i'm having trouble compiling ncurses-5.2:

muttley# gcc -v
Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.2/specs
Configured with: ../gcc-3.0.2/configure --host=sparc-sun-solaris2.8
Thread model: posix
gcc version 3.0.2


muttley# make
...
make[1]: Entering directory `/var/src/gnu/ncurses-5.2/c++'
cd ../objects;  c++ -I../c++ -I../include -I. -DHAVE_CONFIG_H  -DNDEBUG -I. 
-I../include -I/usr/local/include -O2 -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*&, 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 `/var/src/gnu/ncurses-5.2/c++'
make: *** [all] Error 2


what did i do wrong?

jack




reply via email to

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