Re: [orbitcpp-list] Errors trying to make orbitcpp-0.25.1
Status: Beta
Brought to you by:
philipd
From: Phil D. <ph...@or...> - 2000-02-15 22:12:45
|
Darwin Zins wrote: > > This is what I get: > > make[4]: Entering directory > `/home/dzins1/src/orbitcpp-0.25.1/test/sequence/generated' > c++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. > -I/usr/lib/glib/include -I -I/usr/lib/glib/include -I/usr/include -g > -O0 -c sequence-cpp-stubs.cc > In file included from sequence-cpp-stubs.cc:2: > sequence.hh:35: template-id `operator new<>' for > The problem is that you need a newer versin of gcc - gcc version 2.95.2 doesn't have this problem. Hope this helps, Phil. |