[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Bug building with glibc 2.2
From: |
dan |
Subject: |
Bug building with glibc 2.2 |
Date: |
Tue, 09 Jan 2001 00:19:17 -0500 |
Attached are the files you want when someone cannot build.
If the debugger gave a little better output, then i would look into the
files in ncurses that are causing the problem.
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.
Im trying to compile ncurses-5.2 patched through 20001230.
Thanks,
dan
- Bug building with glibc 2.2,
dan <=