I tried to find the problem why the swig/python module didn't work on my
64bit desktop with python2.5, and I finally found the problem.

"Global" is a reserved variable-name, so I had to rename it to "Globals"
instead.

 

All shared libraries are now compiled with -fPIC to generate position
independent code as well. This should be done long time ago to generate
correct code, and it's strange nobody has complained about it before.

 

I hope I didn't break anything after the updates. It works on both my old
32bit desktop with python2.2 and x86_64 desktop with python2.5.

 

/Christian

 

 

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to