[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
make ncurses fails ?
From: |
pokornp |
Subject: |
make ncurses fails ? |
Date: |
Thu, 03 Jan 2002 15:41:52 MET |
Dear developers
thank you for writing ncurses-5.2.
When compling it under HP-UX 10.20 with gcc 3.0.1 I get the following errors:
cd c++ && make DESTDIR="" all
make[1]: Entering directory `/home/local/lib/ncurses/ncurses-5.2/c++'
cd ../objects; c++ -I../c++ -I../include -I. -DHAVE_CONFIG_H -DNDEBUG -I.
-I../include -I/usr/local/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*&, char*&)'
../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*&, char*&)'
make[1]: *** [../objects/cursesw.o] Error 1
make[1]: Leaving directory `/home/local/lib/ncurses/ncurses-5.2/c++'
make: *** [all] Error 2
Can you, please, help me to find out what I am doing wrong ?
Many thanks and best wishes for the new year from Prague.
--
Pavel Pokorny
Math Dept, Prague Institute of Chemical Technology
http://staffold.vscht.cz/mat/Pavel.Pokorny
- make ncurses fails ?,
pokornp <=