bug-ncurses
[Top][All Lists]
Advanced

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

Re: HELP! unable to compile 5.2 w/ gcc 3.0 on OSF1 V.4


From: Thomas Dickey
Subject: Re: HELP! unable to compile 5.2 w/ gcc 3.0 on OSF1 V.4
Date: Wed, 13 Feb 2002 20:55:53 -0500
User-agent: Mutt/1.2.5i

On Wed, Feb 13, 2002 at 05:34:18PM -0800, Kurt Miller wrote:
> Greetings,
> 
> Everything seemed to going well until I hit this snag :-)

faq - use the rollup patch at
        ftp://invisible-island.net/ncurses/5.2
e.g.,
        patch-5.2-20011222.sh.gz

> 
> d ../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: cannot convert `args' from type `va_list' to type 
> `char*'
> ../c++/cursesw.cc: In member function `int NCursesWindow::scanw(int, int, 
> const 
>    char*, ...)':
> ../c++/cursesw.cc:77: cannot convert `args' from type `va_list' to type 
> `char*'
> *** Exit 1
> Stop.
> *** Exit 1
> Stop.
> 
> Please help to enlighten me!
> 
> TIA, -km
> 

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