OK, I have gcc 3.1 at my office. I'll check if
<sstring> exists in ISO STL.
Dan Kegel wrote:
> My first guess is you'd be happier with a newer compiler...
> not many people are still using gcc2.91.
>
> -----Original Message-----
> From: Lev Assinovsky
> To: orb...@li...
> Sent: 31.08.2002 07:09
> Subject: [orbitcpp-list] Installation problem of orbitcpp-0.30.4
>
> Hello folks!
> I have RedHat 6.2 (yes, very old) and gcc 2.91.
> I was unable to compile *.cc files of orbitcpp.
>
> 1. #include <sstring> - not sure STL should have it. Replaced with
> <strstring> - passed.
>
> 2. c++ -DORBITCPP_MAJOR_VERSION=0 -DORBITCPP_MINOR_VERSION=30
> -DORBITCPP_MICRO_VERSION=4 -DPACKAGE=\"orbitcpp\" -DVERSION=\"0.30.4\"
> -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -I/usr/lib/glib/include -I. -I. -I..
> -I.. -g -O2 -c orbitcpp_poa.cc -fPIC -DPIC -o
> .libs/orbitcpp_poa.lo
> In file included from orbitcpp_poa.cc:30:
> ../orb/orbitcpp_poa.hh:49: template-id `operator new<>' for
> `::_orbitcpp::::_orbitcpp::UnboundedSequenceTmpl<unsigned
> char,PortableServer_sequence_octet>::operator new<>(size_t)' does not
> match any template declaration
>
> 3. configure script didn't set include path for glibconfig.h
>
> Did anyone experience that?
>
> Thanks,
>
> --
>
> Lev Assinovsky Peterlink Web
>
> Programmer St. Petersburg, Russia
>
> Tel/Fax: +7 812 9418104 197022 ul.Chapigina 7Á
>
> E-mail: le...@pe...
>
--
Lev Assinovsky Peterlink Web
Programmer St. Petersburg, Russia
Tel/Fax: +7 812 9418104 197022 ul.Chapigina 7Á
E-mail: le...@pe...
|