[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bug
From: |
Thomas Dickey |
Subject: |
Re: bug |
Date: |
Tue, 23 Apr 2002 05:00:50 -0400 |
User-agent: |
Mutt/1.2.5i |
On Mon, Apr 22, 2002 at 10:06:12PM -0500, Arthur Sigel wrote:
> 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.
yes (actually gcc 3.x has some interesting bugs, but this is a case where
they changed the choice of things that are "compatible"). I fixed it in
the rollup patch:
ftp://invisible-island.net/ncurses/5.2/
> thank you
> Arthur
> address@hidden
>
>
> 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
>
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net
- bug, Arthur Sigel, 2002/04/22
- Re: bug,
Thomas Dickey <=