bug-ncurses
[Top][All Lists]
Advanced

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

Re: ncurses build problem on solaris 2.8 with new gcc compiler...


From: Thomas E. Dickey
Subject: Re: ncurses build problem on solaris 2.8 with new gcc compiler...
Date: Thu, 5 Apr 2001 19:49:22 -0400 (EDT)

On Thu, 5 Apr 2001, george r goffe wrote:

>
> Thomas,
>
> Have you had a chance to work on this bug?

only half of it - made a second case that worked with the 20010305
version, which 3-4 people have reported doesn't work for them (mainly
Solaris ;-).

I'll have to make a configure check for this, but ran into a complication:
the 20010305 installed a header that had a prototype for exit()
inconsistent with autoconf 2.13, and I debated whether to repair 2.49d
(which breaks a lot of other stuff) enough to test it with this (since
it is claimed to have better C++ tests), but got sidetracked into fixing
more immediate bugs.

(I'll start fresher on this weekend, maybe get something better done)

>
> I'm using the gcc version 3.0 20010402 (prerelease) now...
>
> Regards,
>
> George...
>
>
>
> cd test && make DESTDIR="" all
> make[1]: Entering directory `/tmp/tools/ncurses/ncurses-5.2/test'
> make[1]: Nothing to be done for `all'.
> make[1]: Leaving directory `/tmp/tools/ncurses/ncurses-5.2/test'
> cd c++ && make DESTDIR="" all
> make[1]: Entering directory `/tmp/tools/ncurses/ncurses-5.2/c++'
> cd ../objects;  c++ -I../c++ -I../include -I. -DHAVE_CONFIG_H  -DNDEBUG
> -I. -I../include -I/usr/lsd/SunOS.5.8/include -O2 -c ../c++/cursesw.cc
> ../c++/cursesw.cc: In member function `int NCursesWindow::scanw(const
> char*,
>    ...)':
> ../c++/cursesw.cc:56: `::vscanf' undeclared (first use here)
> make[1]: *** [../objects/cursesw.o] Error 1
> make[1]: Leaving directory `/tmp/tools/ncurses/ncurses-5.2/c++'
> make: *** [all] Error 2
>
>

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




reply via email to

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