bug-ncurses
[Top][All Lists]
Advanced

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

Re: problems compiling ncurses-5.2 with gcc-3.0.4


From: Thomas Dickey
Subject: Re: problems compiling ncurses-5.2 with gcc-3.0.4
Date: Thu, 27 Jun 2002 18:21:05 -0400
User-agent: Mutt/1.2.5i

On Thu, Jun 27, 2002 at 03:46:45PM -0600, jacques boulet wrote:
> 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.

It's gcc - fixed in the rollup patche at

        ftp://invisible-island.net/ncurses/5.2/

-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net



reply via email to

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