[omniORB] OmniNotify on win32
Robert E. Gruber
gruber@research.att.com
Mon, 14 May 2001 16:36:57 -0400
omniNotify has not been ported to win32.
There are a few things that I know must be one, such as replacing some
unix-specific date/time calls with a generic date/time class that works
across all platforms. There are no doubt other things I'm not aware of yet.
I have been putting off looking at win32 because I plan to do a major
reorganization of the code after I release version 1.1 (soon). I will be
looking at win32 issues during the code reorg.
-- Bob
-----Original Message-----
From: owner-omniorb-list@uk.research.att.com
[mailto:owner-omniorb-list@uk.research.att.com]On Behalf Of David Hyde
Sent: Monday, May 14, 2001 5:24 AM
To: OmniOrb mailing list (E-mail)
Subject: [omniORB] OmniNotify on win32
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