Re: [orbitcpp-list] compiling problem
Status: Beta
Brought to you by:
philipd
From: Andreas K. <ak...@ix...> - 2000-05-03 19:09:02
|
kr...@pc... wrote: > > Hi all, > > I've downloaded orbitcpp-0.28.1, but I have a problem compiling it. > After configure and make it stops here: > > c++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -I/usr/lib/glib/include -I/usr/include -g -O0 -Wall -c -fPIC -DPIC orbitcpp_poa.cc -o .libs/orbitcpp_poa.lo > In file included from ../orb/orbitcpp_object.hh:33, > from ../orb/orbitcpp_orb.hh:35, > from ../orb/orbitcpp_poa.hh:38, > from orbitcpp_poa.cc:30: > ../orb/orbitcpp_tools.hh:54: warning: #warning ORBit-C++ will not detect narrowing errors on pseudo objects. > In file included from orbitcpp_poa.cc:30: > ../orb/orbitcpp_poa.hh:49: template-id `operator new<>' for `::_orbitcpp::::_orbitcpp::SequenceTmplForFixedLengthElem<unsigned char,::_orbitcpp::c::PortableServer_sequence_octet>::operator new<>(ULong)' does not match any template declaration > ../orb/orbitcpp_poa.hh:49: confused by earlier errors, bailing out > make[1]: *** [orbitcpp_poa.lo] Error 1 > make[1]: Leaving directory `/home/krusina/orbitcpp-0.28.1/orb' > make: *** [all-recursive] Error 1 > > Any idea what's wrong and how to fix it ? yup, go get gcc-2.95.2 :-) hope this helps later andy |