bug-ncurses
[Top][All Lists]
Advanced

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

Re: ncurses


From: Thomas Dickey
Subject: Re: ncurses
Date: Sat, 23 Jun 2001 13:05:45 -0400
User-agent: Mutt/1.2.5i

On Wed, Jun 20, 2001 at 11:50:40AM -0500, David A. Bandel wrote:
> 
> Trying to build ncurses-5.2 on a minimal (only gcc-3.0 w/
> languages=c,c++ built and installed) I get the following:

I addressed this in a post-5.2 patch this year (it's in the rollup patch).
See
        ftp://dickey.his.com/ncurses/5.2/
 
> make[1]: Leaving directory `/usr/src/ncurses-5.2/test'
> cd c++ && make DESTDIR="" all
> make[1]: Entering directory `/usr/src/ncurses-5.2/c++'
> cd ../obj_s;  c++ -I../c++ -I../include -I. -DHAVE_CONFIG_H  -DNDEBUG
> -I. -I../include -O2 -fPIC -c ../c++/cursesf.cc
> cd ../obj_s;  c++ -I../c++ -I../include -I. -DHAVE_CONFIG_H  -DNDEBUG
> -I. -I../include -O2 -fPIC -c ../c++/cursesm.cc
> 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/ncurses-5.2/c++'
> make: *** [all] Error 2
> 
> Suggestions?
> 
> Thanx,
> 
> David A. Bandel
> -- 
> Focus on the dream, not the competition.
>               -- Nemesis Racing Team motto
> 
> _______________________________________________
> Bug-ncurses mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/bug-ncurses

-- 
Thomas E. Dickey <address@hidden>
http://dickey.his.com
ftp://dickey.his.com



reply via email to

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