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 2003/11/23 22:39:34 UTC

DO NOT REPLY [Bug 24929] New: - Build failure with libwww

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=24929>.
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=24929

Build failure with libwww

           Summary: Build failure with libwww
           Product: Xerces-C++
           Version: 2.3.0
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Build
        AssignedTo: xerces-c-dev@xml.apache.org
        ReportedBy: ville.skytta@iki.fi


Building Xerces-C++ 2.3.0 on a Fedora Core 1 system (gcc 3.3.2, libwww 5.4.0)
using "-n libwww" fails:

g++ -fPIC -DLINUX -D_REENTRANT -c
-I/home/scop/redhat/BUILD/xerces-c-src_2_3_0/include -O2 -g -pipe -march=i386
-mcpu=i686  -w -g -DPROJ_XMLPARSER  -DPROJ_XMLUTIL  -DPROJ_PARSERS  -DPROJ_SAX4C
 -DPROJ_SAX2  -DPROJ_DOM  -DPROJ_VALIDATORS -DXML_USE_NATIVE_TRANSCODER
-DXML_USE_INMEM_MESSAGELOADER -DXML_USE_PTHREADS -DXML_USE_NETACCESSOR_LIBWWW
-I/usr/include/w3c-libwww -DHAVE_CONFIG_H     -o
/home/scop/xerces-c-src_2_3_0/obj/LINUX/BinURLInputStream.o BinURLInputStream.cpp
BinURLInputStream.cpp: In constructor `
   xercesc_2_3::BinURLInputStream::BinURLInputStream(const 
   xercesc_2_3::XMLURL&)':
BinURLInputStream.cpp:191: error: cannot convert `HTAnchor*' to `
   xercesc_2_3::_HTAnchor*' in assignment
BinURLInputStream.cpp: In member function `virtual unsigned int 
   xercesc_2_3::BinURLInputStream::readBytes(XMLByte*, unsigned int)':
BinURLInputStream.cpp:319: error: `MIN' undeclared (first use this function)
BinURLInputStream.cpp:319: error: (Each undeclared identifier is reported only 
   once for each function it appears in.)
BinURLInputStream.cpp:322: error: cannot convert `xercesc_2_3::_HTAnchor*' to `
   HTAnchor*' for argument `1' to `HTChunk* HTLoadAnchorToChunk(HTAnchor*, 
   HTRequest*)'

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