pkgsrc-Users archive

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

xerces-c update broke gdal-lib?



On Sun, May 10, 2009 at 11:24:27AM +0000, Hasso Tepper wrote:
> Module Name:  pkgsrc
> Committed By: hasso
> Date:         Sun May 10 11:24:27 UTC 2009
> 
> Modified Files:
>       pkgsrc/textproc/xerces-c: Makefile PLIST buildlink3.mk distinfo
>       pkgsrc/textproc/xerces-c/patches: patch-aa patch-af patch-ag patch-ar
> 
> Log Message:
> Update to 2.8.0. It is interface-compatible with Xerces-C++ 2.7.0 and
> contains a large number of bug fixes as well as improvements to the build
> system. For the compete list of upstream changes see:
> 
> http://xerces.apache.org/xerces-c/releases_archive.html#Release280

I guess this broke gdal-lib:

 c++ -Wall -O2 -I/scratch/geography/gdal-lib/work/.buildlink/include
 -I/usr/include/krb5
 -I/scratch/geography/gdal-lib/work/.buildlink/include/xercesc
 -DOGR_ENABLED -I/scratch/geography/gdal-lib/work/gdal-1.4.0/port
 -I.. -c reader.cpp  -fPIC -DPIC -o ../../o/.libs/reader.o
reader.cpp: In member function 'virtual void
ParserHandler::startElement(const XMLCh*, const XMLCh*, const XMLCh*,
const xercesc_2_8::Attributes&)':
reader.cpp:245: error: invalid use of undefined type 'const struct
xercesc_2_8::Attributes'
/scratch/geography/gdal-lib/work/.buildlink/include/xercesc/sax2/ContentHandler.hpp:30:
error: forward declaration of 'const struct xercesc_2_8::Attributes'
reader.cpp:246: error: invalid use of undefined type 'const struct
xercesc_2_8::Attributes'
/scratch/geography/gdal-lib/work/.buildlink/include/xercesc/sax2/ContentHandler.hpp:30:
error: forward declaration of 'const struct xercesc_2_8::Attributes'
reader.cpp:247: error: invalid use of undefined type 'const struct
xercesc_2_8::Attributes'
...

 Thomas


Home | Main Index | Thread Index | Old Index