[omniORB] Building omniORB from source

Sanjay K sanjay_062013 at yahoo.com
Wed Aug 12 17:57:01 BST 2015


Yes, build was not using Cygwin's GNU make. Thanks for the help.
I get another compilation error saying , cexp.c file not found. Do I need to include path, somewhere ?
Regards,
Sanjay

Home at Acer /cygdrive/e/omniORB-4.2-latest/omniORB/src
$ make export
making export in src/tool...
make[1]: Entering directory '/cygdrive/e/omniORB-4.2-latest/omniORB/src/tool'
making export in src/tool/omniidl...
make[2]: Entering directory '/cygdrive/e/omniORB-4.2-latest/omniORB/src/tool/omniidl'
making export in src/tool/omniidl/cxx...
make[3]: Entering directory '/cygdrive/e/omniORB-4.2-latest/omniORB/src/tool/omniidl/cxx'
making export in src/tool/omniidl/cxx/cccp...
make[4]: Entering directory '/cygdrive/e/omniORB-4.2-latest/omniORB/src/tool/omniidl/cxx/cccp'
../../../../../bin/x86_win32/clwrapper -gnuwin32 -c -O2 -MD -GS -GR -Zi -nologo -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../include -D__WIN32__ -D_WIN32_WINNT=0x0501 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D_CRT_SECURE_NO_DEPRECATE=1 -Focexp.o cexp.c
No such file or directory
cl -c -O2 -MD -GS -GR -Zi -nologo -DHAVE_CONFIG_H -I. -I. -I. -I..\..\..\..\..\include -D__WIN32__ -D_WIN32_WINNT=0x0501 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D_CRT_SECURE_NO_DEPRECATE=1 -Focexp.o cexp.c
cl: ../../../../../mk/win32.mk:487: recipe for target 'cexp.o' failed
make[4]: *** [cexp.o] Error 1
make[4]: Leaving directory '/cygdrive/e/omniORB-4.2-latest/omniORB/src/tool/omniidl/cxx/cccp'
dir.mk:23: recipe for target 'export' failed
make[3]: *** [export] Error 1
make[3]: Leaving directory '/cygdrive/e/omniORB-4.2-latest/omniORB/src/tool/omniidl/cxx'
dir.mk:16: recipe for target 'export' failed
make[2]: *** [export] Error 1
make[2]: Leaving directory '/cygdrive/e/omniORB-4.2-latest/omniORB/src/tool/omniidl'
dir.mk:22: recipe for target 'export' failed
make[1]: *** [export] Error 1
make[1]: Leaving directory '/cygdrive/e/omniORB-4.2-latest/omniORB/src/tool'
dir.mk:26: recipe for target 'export' failed
make: *** [export] Error 1
 


     On Wednesday, 12 August 2015, 18:08, Duncan Grisby <duncan at grisby.org> wrote:
   

 On Wed, 2015-08-12 at 12:27 +0000, Sanjay K wrote:

> I was trying to build omniORB-4.2.0 on Win64 platforms from source .
> I'm using following, 
> - Python version 3.5.0
> - Visual C++ 10
> - Windows 8.1
> - cygwin64

[...]
> E:\omniORB-4.2.0\src>make export
> 'fn' is not recognized as an internal or external command,
> operable program or batch file.

I suspect that "make" here is not Cygwin's GNU make. What result do you
get if you run "which make" ?

Duncan.

-- 
 -- Duncan Grisby        --
  -- duncan at grisby.org    --
  -- http://www.grisby.org --




  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20150812/d3d2dbfe/attachment-0001.html>


More information about the omniORB-list mailing list