(target="export"; (unset MAKEFLAGS; set -e; if [ "$subdir_makeflags" = "" ]; then subdir_makeflags=''; fi; if [ "$subdirs" = "" ]; then subdirs='src'; fi; if [ "$target" = "" ]; then target='all'; fi; for dir in $subdirs ; do if [ ! -d $dir ]; then (umask 002; set -x; ./bin/scripts/omkdirhier $dir); fi; (cd $dir ; echo "making $target in ./$dir..." ; eval make $subdir_makeflags $target ) ; if [ $? != 0 ]; then exit 1; fi; done; ))
then, what is the probleme ?
Etienne
Vaillant- What happens when you run "make -n" in source directory? I find deltas between make in cygwin vs make in bash..essentially make *should be* executing the commands displayed by make -n In all porbability this would require research from a knowledgable entity. -Martin ----- Original Message ----- From: "Vaillant Etienne" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 02, 2003 8:33 AM Subject: Omniorb 4.0...
Hello,"/usr/include"
Currently, I'm going to run an application on Cygwin from GNU/Linux. This application needs ORB so I get omniorb from this web site and try to compile... but there are an error :
make[5]: Leaving directory
`/home/luther/stage/omniORB-4.0.0/src/tool/omniidl/cxx/cccp'
g++ -c -O2 -Wall -Wno-unused -fexceptions
-DIDLMODULE_VERSION="\"0x2420\"" -I/usr/include
-DPYTHON_INCLUDE="<python2.2/Python.h>" -fPIC -I. -I.
-I../../../../include -I../../../../include -D__OSVERSION__= -D__x86__
-o y.tab.o y.tab.cc
cc1plus: warning: -fPIC ignored for target (all code is position
independent)
cc1plus: warning: changing search order for system directory
cc1plus: warning: as it has already been specified as a non-system directory In file included from idlsysdep.h:61, from idlutil.h:59, from /home/dpg1/omni/cvs/40/src/tool/omniidl/cxx/idl.yy:99: ../../../../include/omniORB4/CORBA_sysdep.h:144:41: operator '<' has no left operand make[4]: *** [y.tab.o] Error 1 make[4]: Leaving directory `/home/luther/stage/omniORB-4.0.0/src/tool/omniidl/cxx' make[3]: *** [export] Error 2 make[3]: Leaving directory `/home/luther/stage/omniORB-4.0.0/src/tool/omniidl' make[2]: *** [export] Error 2 make[2]: Leaving directory `/home/luther/stage/omniORB-4.0.0/src/tool' make[1]: *** [export] Error 2 make[1]: Leaving directory `/home/luther/stage/omniORB-4.0.0/src' make: *** [all] Error 2
I think that there are an error because : __OSVERSION__ was not define because omniorb wasn't support by Cygwin.
I search information to run omniorb on Cygwin ! So if everybody has succeed !
Thanks Etienne
-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/