[orbitcpp-list] Re: Where's the Any support
Status: Beta
Brought to you by:
philipd
|
From: John L. <jk...@lu...> - 2000-11-13 22:56:48
|
Yes, the Any support is based on features rather new to ORBit. You have two options: ORBit CVS (which as of this writing will not build due to a configure script problem, it has to be modified a bit), but the orbitcpp CVS should build fine with ORBit CVS snapshot that is "released" for use with orbitcpp found at this address: ftp://orbitcpp.sourceforge.net/pub/orbitcpp/ORBit-cvs-20000918.tar.gz You also should install this in a place like /opt/glib2.0 and then configure ORBit with options: --prefix=(not /usr or /usr/local) --with-glib-prefix=/opt/glib2.0 ftp://ftp.gtk.org/pub/gtk/v1.3/ Please note that you must make sure to install all this stuff in another prefix, definitely not /usr or /usr/local, something like /opt/ORBit (or whatever directory you want), because any libraries on your machine with code generated from an old ORBit IDL compiler will fail! John Luebs |