andrewmin
Stranger
Joined: Jul 1, 2012
Post Count: 1
Status:
Offline
|
|
|
omniORB installation error
|
I'm trying to install the Sword Web package as described at http://www.crosswire.org/swordweb/ on my Ubuntu 12.04 server. I installed the Sword part just fine (./mgrtest works). However, I can't make in the omniorbcpp directory (/bindings/corba/omniorbcpp/). When I try, I get:
andrew@rothbard:~/dev/sword/bindings/corba/omniorbcpp$ make Package sword was not found in the pkg-config search path. Perhaps you should add the directory containing `sword.pc' to the PKG_CONFIG_PATH environment variable No package 'sword' found g++ -D__x86__ -D__linux__ -D__OSVERSION__=2 -I. -c swordorb-impl.cpp In file included from ./swordorb-impl.hpp:22:0, from swordorb-impl.cpp:21: ./../orbitcpp/webmgr.hpp:21:19: fatal error: swmgr.h: No such file or directory compilation terminated. make: *** [swordorb-impl.o] Error 1
Do you know why? I have the libomniorb4-1 and libomniorb4-dev and omniorb packages installed.
|