Re: [orbitcpp-list] orbitcpp-0.30 is out!
Status: Beta
Brought to you by:
philipd
From: Phil D. <ph...@us...> - 2001-02-12 12:49:46
|
Laszlo Molnar writes: > 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++? > I'm afraid that the orbit-idl compiler dynamically loads compiler backends for other languages, so you do need 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. > Could you mail me the error please? I only get warnings from the C code generated by ORBit on my 32bit intel. > 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? > Not yet, but you mentioning it has pushed it to the top of my TODO list :-) > Anyway, thanks for your work > You're welcome, Cheers, Phil |