bug-ncurses
[Top][All Lists]
Advanced

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

Re: ncurses-5.6 Solaris


From: Thomas Dickey
Subject: Re: ncurses-5.6 Solaris
Date: Fri, 26 Jan 2007 07:25:58 -0500 (EST)

On Thu, 25 Jan 2007, Nuno Dias wrote:

Hi,

I'm trying to compile ncurses 5.6 in solaris 8 (sparc).

I'm getting this error ...

make[1]: Entering directory `/usr/share/src/ncurses-5.6/c++'
/usr/local/bin/g++ -I../c++ -I../include -I. -DHAVE_CONFIG_H -I.

I've only tested Solaris using Sun's c++ (seems to work).

With g++, you have the additional problem that the "fixed" includes
often have instances where they don't match the system headers
(sometimes this is for a good reason, but often not).

Did this configuration build an earlier version of ncurses?

-I../include  -D__EXTENSIONS__ -DNDEBUG -I/usr/local/include/ncurses -O2
-c ../c++/cursesw.cc -o ../objects/cursesw.o
.../c++/cursesw.cc: In member function `int NCursesWindow::scanw(const
char*,
  ...)':
.../c++/cursesw.cc:64: error: `::vsscanf' undeclared (first use here)
make[1]: *** [../objects/cursesw.o] Error 1
make[1]: Leaving directory `/usr/share/src/ncurses-5.6/c++'
make: *** [all] Error 2

ND
--
Nuno Dias <address@hidden>
OAL



_______________________________________________
Bug-ncurses mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-ncurses


--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net




reply via email to

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