[omniORB] OmniNotify on win32

David Hyde davidh@cavendish.co.uk
Mon, 14 May 2001 10:23:50 +0100


Hi,

> I wish to build an OmniNotify executable for the x86_win32 platform, could
> anyone provide me with a procedure detailing the how to achieve this, I
> have tried running GNUmake as described in the OmniNotify documentation
> but receive the following errors. I am using OmniOrb 3.0.2.
> 
> $ make expand
> Unknown cipher type 'fn()
> { if [ $2 = "_" ] ; then set $1 "" $3 $4 ; fi ;echo
> $1$2$3$4_rt${extrasuffix:-}.lib; };
> fn omniORB 3 0 2'
> Unknown cipher type 'fn() { if [ $2 = "_" ] ; then set $1 "" $3 $4 ; fi
> ;echo $1$2$3$4_rt${extrasuffix:-}.lib; };
> fn omniDynamic 3 0 2'
> Unknown cipher type 'if [ -f cdepend.tmp ]; then  echo
> ../../../bin/x86_win32/om kdepend  -D_MSC_VER   -I.  -I../../../include
> -D__WIN32__ -D__x86__ -D__NT__ -D_
> _OSVERSION__=4 `cat cdepend.tmp`;  ../../../bin/x86_win32/omkdepend
> -D_MSC_VER
>   -I.  -I../../../include -D__WIN32__ -D__x86__ -D__NT__ -D__OSVERSION__=4
> `cat
> cdepend.tmp`;
> rm -f cdepend.tmp;  fi; 
> if [ -f cxxdepend.tmp ]; then  echo ../../../bin/x86_win32/omkdepend
> -D__cplusplus -D_MSC_VER   -I.  -I../../../include
>  -D__WIN32__ -D__x86__ -D__NT__ -D__OSVERSION__=4 `cat cxxdepend.tmp`;
> ../../..
> /bin/x86_win32/omkdepend  -D__cplusplus -D_MSC_VER   -I.
> -I../../../include -D_
> _WIN32__ -D__x86__ -D__NT__ -D__OSVERSION__=4 `cat cxxdepend.tmp`;
> rm -f cxxdep end.tmp;  fi;
> if [ -f asdepend.tmp ]; then  echo    -I.  -I../../../include -D__WIN32__
> -D__x86__ -D__NT__ -D__OSVERSION__=4 `cat asdepend.tmp`;  -I.  -I../../
> ../include -D__WIN32__ -D__x86__ -D__NT__ -D__OSVERSION__=4 `cat
> asdepend.tmp`;
> rm -f asdepend.tmp;  fi'
> make: *** [depend.phony] Error 1
> 
Many Thanks

David Hyde