Vítor da Rosa - 2004-03-25

There was an error in compilation of CommonC++ 2-1.1.0 under SunOS kriti 5.9 Generic_112233-04 sun4u sparc SUNW,Sun-Blade-100 used gcc version 2.95.2 and with gcc version 3.2.

Can anyone help me?

g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_REENTRANT -I/usr/include/libxml2 -I../include -g -O2 -D_GNU_SOURCE -MT dso.lo -MD -MP -MF .deps/dso.Tpo -c dso.cpp -o dso.o >/dev/null 2>&1
if /bin/bash ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../include    -I../src -DCCXX_EXPORT_LIBRARY -D_REENTRANT -I/usr/include/libxml2 -I../include -g -O2 -D_GNU_SOURCE -MT exception.lo -MD -MP -MF ".deps/exception.Tpo" \   -c -o exception.lo `test -f 'exception.cpp' || echo './'`exception.cpp; \ then mv -f ".deps/exception.Tpo" ".deps/exception.Plo"; \ else rm -f ".deps/exception.Tpo"; exit 1; \ fi
g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_REENTRANT -I/usr/include/libxml2 -I../include -g -O2 -D_GNU_SOURCE -MT exception.lo -MD -MP -MF .deps/exception.Tpo -c exception.cpp  -fPIC -DPIC -o .libs/exception.o
exception.cpp: In member function `virtual const char*
   ost::IOException::getSystemErrorString() const':
exception.cpp:81: `buf' undeclared (first use this function)
exception.cpp:81: (Each undeclared identifier is reported only once for each
   function it appears in.)
make[1]: *** [exception.lo] Error 1
make[1]: Leaving directory `/home3/gaph/vitormr/homewin/work/commoncpp2-1.1.0/src'
make: *** [all-recursive] Error 1