[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Compile failed with gcc-3.0.4
From: |
Daniel Savard |
Subject: |
Compile failed with gcc-3.0.4 |
Date: |
07 Mar 2002 10:56:16 -0500 |
While trying to make ncurses 5.2 with gcc-3.0.4 I am getting the
following error messages:
../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
=======================================
- Compile failed with gcc-3.0.4,
Daniel Savard <=