[omniORB] omniORB//v4//Compilation//NT4.0//VC6.0//Required Hints
Indranil Mukherjee
Indranil.Mukherjee@ushacomm.co.in
Tue, 26 Feb 2002 18:44:37 +0530
IM >>
Can anyone provide me any hints regrading the compilation failure -
with follwing options -
Source version - "omniORB-20020221.tar.gz"
platform = x86_nt_4.0
#BuildDebugBinary = 1 // Tried with =0 , same error.
PYTHON = $(ABSTOP)/$(BINDIR)/omnipython // i.e. using omni pyhton
// However tried with pyhton version 2.1.2, error [127] occured in
// earlier stage while dir <top-dir>/src/tool/omniidl/python, hence
// switched to version provided by omni.
// lib,include,path properly configured as per "README.win32"
---------------------------------------------------------------------------
Microsoft (R) Incremental Linker Version 6.00.8168
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
Creating library shareddebug/omnithread30_rtd.lib and object
shareddebug/omnithread30_rtd.exp
+ install -c debug/omnithreadd.lib ../../../lib/x86_win32
+ install -c shareddebug/omnithread30_rtd.lib ../../../lib/x86_win32
+ install -c shareddebug/omnithread30_rtd.dll ../../../bin/x86_win32
make[2]: Leaving directory
`/cygdrive/e/DEVELOPMENT/omniorb/omni/src/lib/omnithread'
making export in src/lib/omniORB...
make[2]: Entering directory
`/cygdrive/e/DEVELOPMENT/omniorb/omni/src/lib/omniORB'
../../../bin/x86_win32/oidlwrapper.exe -gnuwin32 -bcxx -Wbh=.hh
-Wbs=SK.cc -Wba -p../../../src/lib/o
mniORB -Wbdebug -ComniORB4 ../../../idl/bootstrap.idl
PYTHONPATH=(null)
..\..\..\bin\x86_win32\omniidl -bcxx -Wbh=.hh -Wbs=SK.cc -Wba
-p..\..\..\src\lib\omniORB -Wbdebug -C
omniORB4 ..\..\..\idl\bootstrap.idl
omniidl: Error running preprocessor
make[2]: *** [omniORB4/bootstrap.hh] Error 1
make[2]: Leaving directory
`/cygdrive/e/DEVELOPMENT/omniorb/omni/src/lib/omniORB'
make[1]: *** [export] Error 2
make[1]: Leaving directory `/cygdrive/e/DEVELOPMENT/omniorb/omni/src/lib'
make: *** [export] Error 2
E:\DEVELOPMENT\omniorb\omni\src>
---------------------------------------------------------------------------