bug-ncurses
[Top][All Lists]
Advanced

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

Problems build ncurses for Solaris 64-bit


From: Cescato, Dan
Subject: Problems build ncurses for Solaris 64-bit
Date: Fri, 14 Feb 2003 16:28:05 -0500

I am trying to build ncurses 5.2 for Solaris in 64-bit mode.  I'm not able to 
compile your source file vsscanf.c.  Early in the function vsscanf, you declare
FILE strbuf;
then proceed to set the elements _flag, _ptr, _cnt, _base, and _file.  Sun has 
changed the definition of the FILE structure for its 64-bit implementation.  
You can see the change in their file /usr/include/stdio_impl.h.  Any fairly 
recent installation of Solaris will have this file.

Do you know of any work-around for this?  I looked at ncurses 5.3, and the code 
in vsscanf.c hasn't changed, at least in that area.

Thanks,
Dan

Daniel J. Cescato
International Technegroup Inc.
TranscenData
5303 Dupont Circle
Milford, Oh 45150
513-576-3919 (voice)
513-576-3994 (fax)
address@hidden






reply via email to

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