Re: [Orbit-python-list] orbit-python compile ?'s
Status: Inactive
Brought to you by:
tack
|
From: Brad C. <cha...@ar...> - 2000-03-17 22:04:40
|
> I think I might know what the problem is: In the move from version
> ORBit-0.5.0 to ORBit-0.5.1 a lot of the char*s were turned to const
> char*s. Check that it isn't picking up a corba_typecode.h from a
version
> of ORBit earlier than 0.5.1.
Thanks! That was exactly the problem. I didn't realize I was behind on
my Orbit version--sorry!
Of course, now I have a different issue :-) The compile and install
seem to go okay without a problem, but when I try to import CORBA I
get the following:
File "./test-client", line 3, in ?
import CORBA
ImportError: /usr/local/lib/python1.5/site-packages/CORBAmodule.so:
Undefined symbol "__builtin_new"
This happens if I build from the latest release.
If I build from the latest cvs (autogen.sh && gmake && gmake
install) I get the following similar traceback:
File "./test-server", line 2, in ?
import CORBA
ImportError: ./CORBAmodule.so: Undefined symbol "__builtin_vec_new"
I'm not sure what my problem is here--could anyone give me another
push? Thanks in advance!
Brad
|