Re: [Fresco-devel] Newest fresco tarball fails configure
Stefan Seefeld <[email protected]>
| Newsgroups | gmane.comp.video.fresco.devel |
|---|---|
| Message-ID | <[email protected]> |
Salman Sheikh wrote: > checking for stdint.h... no > checking for unistd.h... yes > configure: ORB > checking for omniidl... /opt/sis/bin/omniidl > checking omniORB4/CORBA.h usability... no > checking omniORB4/CORBA.h presence... no > checking for omniORB4/CORBA.h... no > checking omniORB3/CORBA.h usability... no > checking omniORB3/CORBA.h presence... no > checking for omniORB3/CORBA.h... no > configure: error: No supported CORBA environment found! > configure: error: /bin/bash './configure' failed for Fresco-C++ the first thing to make sure is that configure can actually see the omniORB4 stuff. In case you havn't it installed in a common place use --with-omniorb-prefix to specify that place. Second, please have a look into the config.log file that logs configure tests (in Fresco-C++/, presumably), to find out why the tests fail. I suspect it is because of some missing libraries, i.e. linking with -lomniORB4 fails, say, because it needs -lresolv or somesuch. The build system does not yet support Sparc / Solaris, but any help to port it is very welcome. Regards, Stefan