[omniORB] omniorb4: Problem with generating code for Naming.idl

Duncan Grisby duncan at grisby.org
Wed Dec 21 17:34:29 GMT 2005


On Tuesday 20 December, Uwe Seimet wrote:

> I have a problem with compiling the omniorb 4.0.6 distributin on Gentoo
> Linux, kernel 2.6.14, gcc 4.0.2. Maybe somebody can help:
> 
> make[3]: Entering directory `/home/us/cd/omniORB-4.0.6/src/lib/omniORB'
> ../../../bin/omniidl -bcxx -Wba -p../../../src/lib/omniORB -Wbdebug -v -ComniORB4 ../../../idl/Naming.idl
> z../../../bin/omniidl: line 33: syntax error near unexpected token `"\n\n"'
> ../../../bin/omniidl: line 33: `    sys.stderr.write("\n\n")'
> make[3]: *** [omniORB4/Naming.hh] Error 2

The error is coming from line 33 of the omniidl command, which is a
Python script, generated by the configure script from
src/tool/omniidl/python/scripts/omniidl.in. The generated version is in
bin/omniidl in the tree you're building in.

I have no idea why you're getting that error. You might try hacking
around with the bin/omniidl script to see if you can figure out what's
up.

Cheers,

Duncan.

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



More information about the omniORB-list mailing list