<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jul 11, 2013 at 2:49 AM, Peter von Kaehne <span dir="ltr">&lt;<a href="mailto:refdoc@gmx.net" target="_blank">refdoc@gmx.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
&gt; Gesendet: Dienstag, 09. Juli 2013 um 08:53 Uhr<br>
<div class="im">&gt; Von: &quot;Troy A. Griffitts&quot; &lt;<a href="mailto:scribe@crosswire.org">scribe@crosswire.org</a>&gt;<br>
<br>
&gt; Peter, are you building with auto tools or cmake? I can look more into the autotools system if the problem is here. It        &gt; doesn&#39;t seem to use pkgconfig to get libs and flags and I&#39;d like to switch it to that. Just one suspect.<br>

<br>
<br>
</div>Troy, your last commit fixed Perl for me. Python still fails:<br>
<div class="im"><br>
&gt;&gt;&gt; import Sword<br>
Traceback (most recent call last):<br>
  File &quot;&lt;stdin&gt;&quot;, line 1, in &lt;module&gt;<br>
  File &quot;Sword.py&quot;, line 26, in &lt;module&gt;<br>
    _Sword = swig_import_helper()<br>
  File &quot;Sword.py&quot;, line 18, in swig_import_helper<br>
    import _Sword<br>
</div>ImportError: /usr/local/lib/python2.7/dist-packages/_Sword.so: undefined symbol: ublock_getCode_48<br>
<br></blockquote><div><br></div><div>I just built and ran the Python bindings without a problem in Ubuntu 12.10 using CMake. They installed, by default, to /usr/local/lib/python which is not quite the correct path. It should have been /usr/local/lib/python2.7 but the module import search path is something defined and handled by distutils, so if it&#39;s installing incorrectly then that is not a bug I can fix.</div>
<div><br></div><div>I did have to run &#39;ldconfig&#39; after adding /usr/local/lib to my ld.conf.so.d/ files before Sword.so was able to see the <a href="http://libsword-1.6.2.so">libsword-1.6.2.so</a> library file. You might make sure that is correctly run and see if there are any missing libraries by running &quot;ldd /usr/local/lib/python2.7/dist-packages/_Sword.so&quot;.</div>
<div><br></div><div>The Perl bindings are simply not installing from CMake at the moment - although they&#39;re trying to. I&#39;m not sure what&#39;s the deal there. The install command runs, and the module registers itself with Perl, pretending to be installed. But Sword.pm never gets dropped into any destination, instead sitting in my build tree like a good little file should. I&#39;ll keep iterating on that.</div>
<div><br></div><div>--Greg</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Many thanks!<br>
<div class="HOEnZb"><div class="h5"><br>
Peter<br>
<br>
_______________________________________________<br>
sword-devel mailing list: <a href="mailto:sword-devel@crosswire.org">sword-devel@crosswire.org</a><br>
<a href="http://www.crosswire.org/mailman/listinfo/sword-devel" target="_blank">http://www.crosswire.org/mailman/listinfo/sword-devel</a><br>
Instructions to unsubscribe/change your settings at above page</div></div></blockquote></div><br></div></div>