[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
problems compiling ncurses-5.2 with gcc-3.0.4
From: |
jacques boulet |
Subject: |
problems compiling ncurses-5.2 with gcc-3.0.4 |
Date: |
Thu, 27 Jun 2002 15:46:45 -0600 |
Hi,
I am building an LFS system and decided to branch off and use gcc-3.0.4 instead
of gcc-2.95.3 everything has been compiling great, except with ncurses. I keep
getting this error when I try and compile it with gcc-3.0.4....
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/NuX/base/ncurses/ncurses-5.2/c++'
make: *** [all] Error 2
I honestly dont know if it is something on my computer causing it, or if its
the code of ncurses being too out dated for gcc to compile it, or possibly
something else like gcc.
either way here is how i configured ncurses
./configure --prefix=/usr --libdir=/lib --with-shared --disable-termcap
If you have any idea, please let me know, and thanks for the help
- Jacques
--
__________________________________________________________
Sign-up for your own FREE Personalized E-mail at Mail.com
http://www.mail.com/?sr=signup
Save up to $160 by signing up for NetZero Platinum Internet service.
http://www.netzero.net/?refcd=N2P0602NEP8
- problems compiling ncurses-5.2 with gcc-3.0.4,
jacques boulet <=