Re: [Fresco-devel] Build error - InputSK.o &
Andreas Vögele <[email protected]> Sun, 30 May 2004 14:55:50 +0200
| Newsgroups | gmane.comp.video.fresco.devel |
|---|---|
| Message-ID | <[email protected]> |
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.