[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: compile error with ncurses 5.2
From: |
Thomas E. Dickey |
Subject: |
Re: compile error with ncurses 5.2 |
Date: |
Fri, 10 Aug 2001 09:40:05 -0400 (EDT) |
On Fri, 10 Aug 2001, Ahmed El-Mahmoudy wrote:
fixed in the rollup patch:
ftp://dickey.his.com/ncurses/5.2
see also
http://dickey.his.com/ncurses/ncurses.faq.html
> 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
>
>
>
> _______________________________________________
> Bug-ncurses mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/bug-ncurses
>
--
T.E.Dickey <address@hidden>
http://dickey.his.com
ftp://dickey.his.com