<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jul 5, 2013 at 9:00 PM, Troy A. Griffitts <span dir="ltr"><<a href="mailto:scribe@crosswire.org" target="_blank">scribe@crosswire.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">How are we looking these day for everyone?<br></blockquote><div><br></div><div style>I think anything else that might be outstanding is either still under discussion or is a bug that can be part of a 1.7.1.</div>
<div style><br></div><div style>We are going to actually make a 1.7 branch that is only bugfixes, correct?</div><div style><br></div><div style>--Greg</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Chris and I have ironed out the Rahlfs v11n.<br>
<br>
Peter, still wondering if we have a problem we need to fix for you. Do our Perl and Python bindings work for other people with a similar configuration as you?<br>
<br>
Let's wrap up an RC1 this weekend.<span class="HOEnZb"><font color="#888888"><br>
<br>
Troy</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
<br>
<br>
On 06/23/2013 11:01 AM, Peter von Kaehne wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Wed, 2013-06-19 at 10:45 +0200, Troy A. Griffitts wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Peter, still binding troubles? Can you give me your exact commands<br>
executed and I'll try them here.<br>
</blockquote>
Yes. Building works, using the Perl bindings though fails invariably.<br>
<br>
cd ~/Source/sword<br>
make clean<br>
make distclean<br>
svn up<br>
./autogen.sh<br>
./usrinst.sh<br>
make<br>
sudo make install<br>
cd bindings/swig/package<br>
libtoolize --force<br>
./autogen.sh<br>
./configure<br>
make perlswig<br>
make perl_make<br>
cd perl<br>
sudo make install<br>
cd ~Source/sword-tools/modules/<u></u>crossreferences<br>
./<a href="http://xreffix.pl" target="_blank">xreffix.pl</a><br>
<br>
the result of the last command or indeed any other command relying on<br>
the perl bindings is<br>
<br>
Can't load '/usr/local/lib/perl/5.14.2/<u></u>auto/Sword/Sword.so' for module<br>
Sword: /usr/local/lib/perl/5.14.2/<u></u>auto/Sword/Sword.so: undefined symbol:<br>
__cxa_pure_virtual at /usr/lib/perl/5.14/DynaLoader.<u></u>pm line 184.<br>
at /usr/local/lib/perl/5.14.2/<u></u>Sword.pm line 11<br>
Compilation failed in require at ./<a href="http://xreffix.pl" target="_blank">xreffix.pl</a> line 41.<br>
BEGIN failed--compilation aborted at ./<a href="http://xreffix.pl" target="_blank">xreffix.pl</a> line 41.<br>
<br>
<br>
The only thing to say is that I have edited my usrinst.sh to set the<br>
prefixes to /usr/local, which is what I have always done to keep my<br>
system clean.<br>
<br>
Below is the diff of my usrinst.sh<br>
<br>
Index: usrinst.sh<br>
==============================<u></u>==============================<u></u>=======<br>
--- usrinst.sh (revision 2831)<br>
+++ usrinst.sh (working copy)<br>
@@ -20,13 +20,14 @@<br>
#<br>
#<br>
-OPTIONS="--prefix=/usr $OPTIONS"<br>
-if [ -d /usr/lib64 ]<br>
-then<br>
- OPTIONS="--libdir=/usr/lib64 $OPTIONS"<br>
-else<br>
- OPTIONS="--libdir=/usr/lib $OPTIONS"<br>
-fi<br>
+OPTIONS="--prefix=/usr/local $OPTIONS"<br>
+# if [ -d /usr/lib64 ]<br>
+# then<br>
+# OPTIONS="--libdir=/usr/lib64 $OPTIONS"<br>
+# else<br>
+# OPTIONS="--libdir=/usr/lib $OPTIONS"<br>
+# fi<br>
+OPTIONS="--libdir=/usr/local/<u></u>lib $OPTIONS"<br>
OPTIONS="--sysconfdir=/etc $OPTIONS"<br>
OPTIONS="--without-conf $OPTIONS"<br>
OPTIONS="--disable-shared $OPTIONS"<br>
peter@peter-ThinkPad-Twist:~/<u></u>Source/sword$<br>
<br>
<br>
<br>
______________________________<u></u>_________________<br>
sword-devel mailing list: <a href="mailto:sword-devel@crosswire.org" target="_blank">sword-devel@crosswire.org</a><br>
<a href="http://www.crosswire.org/mailman/listinfo/sword-devel" target="_blank">http://www.crosswire.org/<u></u>mailman/listinfo/sword-devel</a><br>
Instructions to unsubscribe/change your settings at above page<br>
</blockquote>
<br>
<br>
______________________________<u></u>_________________<br>
sword-devel mailing list: <a href="mailto:sword-devel@crosswire.org" target="_blank">sword-devel@crosswire.org</a><br>
<a href="http://www.crosswire.org/mailman/listinfo/sword-devel" target="_blank">http://www.crosswire.org/<u></u>mailman/listinfo/sword-devel</a><br>
Instructions to unsubscribe/change your settings at above page<br>
</div></div></blockquote></div><br></div></div>