Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <3E8B5A13.5080202@noos.fr> Date: Wed, 02 Apr 2003 23:45:55 +0200 From: Vaillant Etienne User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Martin Gainty CC: cygwin AT cygwin DOT com Subject: Re: Omniorb 4.0... References: <3E8B02E4 DOT 1060009 AT noos DOT fr> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit When i make make -n, I have : (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" >To: >Sent: Wednesday, April 02, 2003 8:33 AM >Subject: Omniorb 4.0... > > > > >>Hello, >> >>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="" -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 >> >> >"/usr/include" > > >>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/