You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by bu...@apache.org on 2002/07/05 19:37:09 UTC

DO NOT REPLY [Bug 10516] New: - UnixHTTPURLInputStream.cpp Compile Failure

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10516>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10516

UnixHTTPURLInputStream.cpp Compile Failure

           Summary: UnixHTTPURLInputStream.cpp Compile Failure
           Product: Xerces-C++
           Version: 1.7.0
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Build
        AssignedTo: xerces-c-dev@xml.apache.org
        ReportedBy: mark.post@eds.com


When I try to run gmake, UnixHTTPURLInputStream.cpp gets the following:
g++ -fPIC -DLINUX -D_REENTRANT -c -O -DXML_USE_NATIVE_TRANSCODER -
DXML_USE_INMEM_MESSAGELOADER -DXML_USE_PTHREADS -DXML_USE_NETACCESSOR_SOCKET  -
I/home/rztsgk/xerces-c-src1_7_0/include  -o /home/rztsgk/xerces-c-
src1_7_0/obj/LINUX/UnixHTTPURLInputStream.o UnixHTTPURLInputStream.cpp
In file included from /usr/lib/gcc-lib/s390-slackware-
linux/2.95.2/../../../../include/g++-3/iostream.h:31,
                 from UnixHTTPURLInputStream.cpp:99:
/usr/lib/gcc-lib/s390-slackware-linux/2.95.2/../../../../include/g++-
3/streambuf.h: In method `struct streampos streambuf::pubseekoff(long long int, 
ios::seek_dir, int = 3)':
/usr/lib/gcc-lib/s390-slackware-linux/2.95.2/../../../../include/g++-
3/streambuf.h:362: conversion from `__off64_t' to non-scalar type `streampos' 
requested
/usr/lib/gcc-lib/s390-slackware-linux/2.95.2/../../../../include/g++-
3/streambuf.h: In method `struct streampos streambuf::pubseekpos(_G_fpos64_t, 
int = 3)':
/usr/lib/gcc-lib/s390-slackware-linux/2.95.2/../../../../include/g++-
3/streambuf.h:364: `struct streampos' used where a `long long int' was expected
gmake[2]: *** [UnixHTTPURLInputStream.o] Error 1
gmake[2]: Leaving directory `/home/rztsgk/xerces-c-
src1_7_0/src/xercesc/util/NetAccessors/Socket'
gmake[1]: *** [netaccessors] Error 2
gmake[1]: Leaving directory `/home/rztsgk/xerces-c-src1_7_0/src/xercesc/util'
gmake: *** [Util] Error 2

I am running gcc 2.95.2 on a Linux 2.2.20 system.

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org