[orbitcpp-list] minor bug in the make system
Status: Beta
Brought to you by:
philipd
From: <MHL...@t-...> - 2000-11-15 21:01:10
|
Hi ! There are two or three little bugs in the make system of orbitcpp: - The makefiles in the directories test/.../generated depend on the makro ORBIT_IDL that isn't defined anywhere. - The makefiles in the directories test/... define the makro ORBIT_NAME_LIBS but try to make use of the makro ORBIT_LIBS that hasn't been defined. - The makefile services/name/Makefile directly uses the command orbit-idl not caring about the "--wtih-orbit-exec-prefix" - flag one can give to configure. - Missing feature: a "--with-orbit-include-prefix" - flag ! After correcting those, orbitcpp and the examples make and install as expected but I can't run the examples! I installed the orbit-snapshot and the orbitcpp-CVS-version in the directory "/opt/orbit" so that there is no interference with my running gnome-system and added "/opt/orbit/lib" to "/etc/ld.so.conf" (and run ldoncfig). When I type "server" in the directory "test/string", the program quits and gives the following error message: server: error in loading shared libraries: server: undefined symbol: ORBit_classinfo_register Did the sources link to the old version of orbit? Thanks for any help, Martin |