[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
compile error with ncurses 5.2
From: |
Ahmed El-Mahmoudy |
Subject: |
compile error with ncurses 5.2 |
Date: |
Fri, 10 Aug 2001 15:50:15 +0300 (EEST) |
I am using Linux kernel 2.4.4, GCC-3.0, Glibc-2.2, when I compile the
ncurses-5.2, I got the following error :
make[1]: Entering directory `/usr2/src/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 `/usr2/src/ncurses-5.2/c++'
Regards,
Ahmed El-Mahmoudy
- compile error with ncurses 5.2,
Ahmed El-Mahmoudy <=