Re: [orbitcpp-list] orbitcpp-0.30 is out!
Status: Beta
Brought to you by:
philipd
From: Laszlo M. <las...@et...> - 2001-02-09 10:01:55
|
Hi, Well, I just wanted to rerun automake to get rid of the debugging CXXFLAGS from orb/Makefile.in - and it missed this file. Finally I downloaded the file through cvsweb so no problems. Unfortunately there seems to be some other problems too: 1, on sparc-solaris libtool told me, that there are unresolved references in the idl c++ backend from libstdc++, which it can only resolv from a shared libstdc++. Which I don't have :( Is is possible to work around this problem, or should I build a shared libstdc++? 2, On linux/ia32 (where I have a shared libstdc++) I get tons of warnings in the generated files using -Wall -W. Most (or all?) of them is about an unused parameter in the "operator new"s. It would be nice to see a fix for this in 0.30.1. 3, I'm not sure whether '#pragma inhibit push/pop' is supported, but it does not seems to work for me. I'm not sure whether it should work in the C binding either. Is it supported? Anyway, thanks for your work Laszlo On Thu, Feb 08, 2001 at 05:03:14PM +0000, Phil Dawes wrote: > Hi Laszlo, > > Erk - you're right! > > Shouldn't affect the build though. It'll just mean that things arent > built with debugging AFAICS. |