Re: [Fresco-devel] Build error - InputSK.o &
Pingveno <[email protected]> Wed, 09 Jun 2004 11:37:52 -0400
| Newsgroups | gmane.comp.video.fresco.devel |
|---|---|
| Message-ID | <[email protected]> |
Andreas Vögele wrote: > Aaron DeVore writes: > >> Hi, I was trying to take a look at Fresco (version M2), but I got >> this error while compiling on a Mandrake Linux 9.2 computer: >> >> InputSK.cc: In member function `void >> Fresco::Input::Payload::operator<<=(cdrStream&)': >> InputSK.cc:69: error: `False' undeclared (first use this function) > > > Just a guess, but Python recently introduced a Boolean data type. I > remember sending a patch regarding a similar problem to the omniORB > author. If InputSK.cc is generated by omniORB or another Python > program a cast to int is missing somewhere in the Python code. Instead > of "False" the code generator should output 0. > > > > The error was that "False" should have been "false". I don't have the programming knowledge to send in a patch, so I just fixed the file and a few others with the same problem. On a different computer with a newer version of omniORB, the whole thing compiled without trouble, so it might have already been fixed. It worked once it compiled correctly. It looks really nifty, and the below the skin stuff seems exciting. However, python gives me some difficulties on "import Fresco". Apparently FrescoStubs/Path_idl.py is missing. Is this file supposed to be generated by omniidl? -Aaron DeVore aka Pingveno