Re: [orbitcpp-list] What's this?
Status: Beta
Brought to you by:
philipd
From: Bruce I. <nr...@us...> - 2000-07-20 11:18:34
|
Andreas Kloeckner wrote: > > > > Now there's something strange here. 8-| > > > > What? Did it compile the IDL correctly for you? > > This was actually referring to Netscape always clipping this one line I > wanted to send. But heck, who cares. Yes, the IDL compiled correctly for > me. Here's what I did, I suspect you omitted the -lc step. > > orbit-idl -lc stuff.idl # <-- this one > orbit-idl -lc++ stuff.idl > gcc -c *.c `orbit-config --cflags client server` > g++ -c *.cc `orbit-config --cflags client server` That, in fact, worked. I did get a bunch of compiler errors because I was trying to use STL in a private variable. I suspect gcc 2.95.2 doesn't like STL. It errors out in the C headers and not in anything that seems to be related to OrbitCPP. Has anyone else seen problems with this? I'd really like to use the advanced features of C++ with OrbitCPP :-) If I'm not making another silly mistake here, maybe we should send a bug report to the GCC maintainers. > > (as you were told by the ... uh ... I guess we _really_ should document > this step!) > wasn't there someone who wanted to write a faq for orbitcpp some time > ago? I'll put this into the FAQ in the archive. I can write up some questions from things I encountered trying to get it running when I get home from work tonight. Is there any particular format that should be used? HTML? Plain Text? LaTeX? I can work with a lot of them. -- Bruce Ide nr...@us... If trees screamed would we be as quick to cut them down? Possibly, if they screamed all the time. |