Anyconfig 0.1.9 fails to build if ORBacus is not installed:
c++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c
AnyCorbaCfg.cpp
AnyCorbaCfg.cpp:15:28: OB/CORBAClient.h: No such file
or directory
In file included from AnyCorbaCfg.cpp:16:
AnyCorbaCfg.h:19:5: #error No ORBacus version defined!
Is <OB/CORBA.h> included?AnyCorbaCfg.h:24:9: #error
ORBacus version mismatch!
AnyCorbaCfg.cpp:19:5: #error No ORBacus version
defined! Is <OB/CORBA.h> included?
AnyCorbaCfg.cpp:24:9: #error ORBacus version mismatch!
make[1]: *** [AnyCorbaCfg.o] Error 1
It does pass ./configure without complaining though.