I'm trying to compile pysvn on Solaris 10 (CC: Sun C++ 5.9 SunOS_sparc Patch 124863-01 2007/07/25) I get the following error:

"pysvn.cpp", line 359: Error: the_pysvn_module is initialized twice.
"pysvn.cpp", line 359: Error: Multiple declaration for the_pysvn_module.

this is line 359:

static pysvn_module* the_pysvn_module = NULL;

if I specify -instances=semiexplicit then it compiles, also -template=no%extdef results in a compilation without errors

at the linking stage I get this warning:

ld: warning: symbol `_init' not found, but .init section exists - possible link-edit without using the compiler driver

and both files give me linking errors when doing the import in python (this is from -template=no%extdef):

ImportError: ld.so.1: python: fatal: relocation error: file ../python-2.7.1/lib/python2.7/site-packages/pysvn/_pysvn_2_7.so: symbol __1c2K6Fpv_v_: referenced symbol not found
link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.