|
From: | Dan Daugherty |
Subject: | building with gcc-2.95.2 and glibc2.2 |
Date: | Sat, 13 Jan 2001 00:25:55 -0500 |
>> 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 Has anyone been able to work around this problem
yet? If so, can someone please let me know how.
Thanks,
Dan
|
[Prev in Thread] | Current Thread | [Next in Thread] |