[omniORB] Error installing omniNotify12

Rene Jager renej.frog at yucom.be
Wed Sep 10 16:20:26 BST 2003


On Wed, 2003-09-10 at 13:52, croonen.davy at pandora.be wrote:
> Hi everybody,
> 
> I have a fine working version of omniORB-4.0.2, but for school purposes I also have to use Event services and Notification services. So I downloaded the package omniNotify12 and tried to install it, but here it went wrong. During the install process (which I started with 'gmake export') I got the followed error:
> 
> gmake[2]: Entering directory `/home/kassa/src/omniORB-4.0.2/src/services/omniNotify/mkattlib/mkBOAlib'
> /usr/bin/g++ -c -O2  -Wall -Wno-unused -D__OMNIORB4__ -I../../../../../stub -D_REENTRANT -D_ATTN_LIBRARY -I. -I. -I../../../../../include -D__x86__ -D__linux__
> -D__OSVERSION__=2 -I../../../../../include/COS/BOA -o static/AttNotificationSK.o AttNotificationSK.cc
> In file included from AttNotificationSK.cc:3:
> AttNotification.hh:35:30: CosNotification.hh: No such file or directory
> AttNotification.hh:39:28: CosNotifyComm.hh: No such file or directory
> AttNotification.hh:43:30: CosNotifyFilter.hh: No such file or directory
> AttNotification.hh:47:36: CosNotifyChannelAdmin.hh: No such file or directory
> 
> However the files Cos*.hh are all located at my computer in the directories:
> /home/kassa/src/omniORB-4.0.2/src/services/omniNotify/mklib/
> /home/kassa/src/omniORB-4.0.2/include/COS/
> 
> I tried to modify the makefiles, but these looked very complicated.
> 
> Is there anybody who could help me?

use the autoconf approach:

unpack omniNotify somewhere
go into the omniNotify directory
mkdir build
cd build
../configure --prefix=PREFIX --with-omniorb=PREFIX_OMNIORB # e.g. /usr
make

I've just done it this way and it works as long as
 PREFIX == PREFIX_OMNIORB

I'm working on a spec file file to build an RPM

renej
> 
> Greetz
> Davy Croonen
> 
> 
> 
> _______________________________________________
> omniORB-list mailing list
> omniORB-list at omniorb-support.com
> http://www.omniorb-support.com/mailman/listinfo/omniorb-list




More information about the omniORB-list mailing list