bug-ncurses
[Top][All Lists]
Advanced

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

Re: Bug building with glibc 2.2


From: dan
Subject: Re: Bug building with glibc 2.2
Date: Sat, 20 Jan 2001 21:07:32 -0500

I got a response from elsewhere saying that i should try compiling
libstdc++-v3 sith stdio but i cannot seem to get any version of gcc to
compile with libstdc++-v3 so im still at a loss. Is there any kind of a
work around with ncurses for this bug yet??

Thanks,
Dan

Alan Eldridge wrote:
> 
> dan,
> 
> it's *not* just ncurses. i just tonight ran into the same bug (except it was
> struct fpos vs an integer type) trying to build the PalmOS emulator on Linux
> with glibc-2.2 and gcc-2.95.3. looks related to glibc-2.2 on the surface.
> i'll know more once i've had a chance to delve into the code and sort it
> out... probably tomorrow.
> 
> On Tue, Jan 09, 2001 at 12:24:16AM -0500, dan wrote:
> 
> >> Essentially i am building a maching from the ground up and i have built
> >> gcc-2.95.2, glibc-2.2 and the other necessary apps i need to compile
> >> anything else, and im getting this error when i compile ncurses.
> >>
> >> In file included from /usr/include/g++/iostream.h:31,
> >>                  from /usr/include/g++/strstream.h:32,
> >>                  from ../c++/cursesw.h:17,
> >>                  from ../c++/cursesp.h:39,
> >>                  from ../c++/cursesf.h:39,
> >>                  from ../c++/cursesf.cc:34:
> >> /usr/include/g++/streambuf.h: In method `struct streampos
> >> streambuf::pubseekoff(long long int, ios::seek_dir, int = 3)':
> >> /usr/include/g++/streambuf.h:362: conversion from `__off64_t' to
> >> non-scalar type `streampos' requested
> >> /usr/include/g++/streambuf.h: In method `struct streampos
> >> streambuf::pubseekpos(_G_fpos64_t, int = 3)':
> >> /usr/include/g++/streambuf.h:364: `struct streampos' used where a `long
> >> long int' was expected
> >> make[1]: *** [../obj_s/cursesf.o] Error 1
> >> make: *** [all] Error 2
> >>
> >> I saw a similar error to this in the glibc bug forums, but i saw no
> >> resolution.  Are yall aware of this, and is it a bug in ncurses or glibc
> >> or both.
> 
> --
> Alan Eldridge
> #include <std_disclaimer.h>



reply via email to

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