bug-ncurses
[Top][All Lists]
Advanced

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

Re: Compile failed with gcc-3.0.4


From: Thomas Dickey
Subject: Re: Compile failed with gcc-3.0.4
Date: Thu, 7 Mar 2002 19:19:30 -0500
User-agent: Mutt/1.2.5i

On Thu, Mar 07, 2002 at 10:56:16AM -0500, Daniel Savard wrote:
> While trying to make ncurses 5.2 with gcc-3.0.4 I am getting the
> following error messages:

the rollup patch is in

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

> ../c++/cursesw.cc:55: no matching function for call to 
>    `std::strstreambuf::vscanf(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::vscanf(const char*&, void*&)'
> make[1]: *** [../obj_s/cursesw.o] Error 1
> 
> ------------------------------------------------------------------------
> 
> On the GCC site, it is stated this kind of errors are related with
> compliance of the GCC compiler version 3 with the new C++ standards and
> sources should be modified to comply as well with the standard.
> 
> Since I am not C++ fluent, I just don't know how to make the change in
> order to fix this bug. However, it is clear future versions of ncurses
> should comply with the C++ standard and GCC version 3.
> 
> Regards,
> 
> -- 
> 
> =======================================
> Daniel Savard
> Consultation Informatique Daniel Savard
> 551, boul. Sir-Wilfrid-Laurier
> suite 105
> Beloeil, (Québec)
> Canada J3G 4J1
> 
> Tél: (450) 467-8014
> Internet: address@hidden
> =======================================
> 
> 
> 
> _______________________________________________
> Bug-ncurses mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/bug-ncurses

-- 
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]