Jppy: python_module_src/jpilot.i is static

Nicholas Piper nick at nickpiper.co.uk
Tue Mar 28 23:01:46 BST 2006


Benjamin,

On Tue, 28 Mar 2006, Benjamin Dabelow wrote:

> Nicholas Piper schrieb:

> >>scons: *** Source file: python_module_src/jpilot.i is static and is not
> >>compatible with shared target: jppy/__jpilotmodule.so
> >>scons: building terminated because of errors.

> As this seems to be related to the jpilot-plugin, is there any way to
> disable it at compile time?

Not without just editing the SConscript.

However, I've recreated your problem: You're missing swig.

Let me know how it goes after you install that.

I added this to the INSTALL file for the future:

Index: INSTALL
===================================================================
--- INSTALL     (revision 85)
+++ INSTALL     (working copy)
@@ -7,6 +7,7 @@
       http://www.reportlab.com/download.html or python2.3-reportlab
     - pygtk
     - Python
+    - swig
     - scons http://www.scons.org/
 
 
@@ -76,3 +77,11 @@
 
 will place a jppy directory into your site-packages.
 
+
+common problems
+---------------
+
+If you're missing swig, you'll get this error:
+
+scons: *** Source file: python_module_src/jpilot.i is static and is
+not compatible with shared target: jppy/__jpilotmodule.so


 Nick

-- 
Nick Piper, Developer, LogicaCMG           http://www.nickpiper.co.uk/
GPG Encrypted mail welcome!                             1024D/3ED8B27F
Choose life. Be Vegan :-) Please reduce needless cruelty + suffering !




More information about the Jppy mailing list