|
From: | Arthur Sigel |
Subject: | bug |
Date: | Mon, 22 Apr 2002 22:06:12 -0500 |
i ran
./configure; make
i am using gcc 3.04 i am betting its the
compiler. I hope the error message below helps find the bug.
thank you
Arthur
make[1]: Entering directory
`/usr/local/ncurses-5.2/c++'
cd ../objects; c++ -I../c++ -I../include -I. -DHAVE_CONFIG_H -DNDEBUG -I. -I../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*&, 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]: *** [../objects/cursesw.o] Error 1 make[1]: Leaving directory `/usr/local/ncurses-5.2/c++' make: *** [all] Error 2 |
[Prev in Thread] | Current Thread | [Next in Thread] |