I&#39;d guess you forgot one step in the building to get that particular error message; the instructions are here: <br><a href="http://crosswire.org/svn/sword/trunk/bindings/swig/README">http://crosswire.org/svn/sword/trunk/bindings/swig/README</a><br>
<br>In particular, this step was missing:<br><pre>make pythonswig</pre>(not make python_swig as stated in the readme - I guess that needs fixing)<br><br>However, once you do this, you&#39;ll find it doesn&#39;t work. The bindings have been broken by the changes for alternate versification.<br>
<br>We really need to have a 1.5.12 without alternate versification support, but including new filter support plus some patches. Minor releases shouldn&#39;t break existing software (or at least, not much). I&#39;m not sure how much would need to change in BPBible, but quite a lot of code would (for example, VerseKeys should no longer exist without a module...).  <br>
<br>And then after 1.5.12 we can have 1.6 or (better) 2.0. Better version numbering schemes seem to be something that lots of people want - and the schemes have already been suggested, so there isn&#39;t a lot of work in this - and SWORD might as well fit in with established standards.<br>
<br clear="all">God Bless,<br>Ben<br>-------------------------------------------------------------------------------------------<br>Multitudes, multitudes,<br> &nbsp; &nbsp;in the valley of decision!<br>For the day of the LORD is near<br>
 &nbsp; &nbsp;in the valley of decision.<br><br>Giôên 3:14 (ESV)<br><br>
<br><br><div class="gmail_quote">On Thu, Jan 29, 2009 at 2:56 PM, Peter von Kaehne <span dir="ltr">&lt;<a href="mailto:refdoc@gmx.net">refdoc@gmx.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I tried to build Corba and Python bindings today against current svn but<br>
failed on both counts quite miserably.<br>
<br>
&gt; writing python/setup.py<br>
&gt; cd python &amp;&amp; /usr/bin/python setup.py build_ext -L/usr/local/lib -lsword<br>
&gt; running build_ext<br>
&gt; building &#39;_Sword&#39; extension<br>
&gt; gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DSWIG=1 -I/usr/include/sword -I.. -I../.. -I/usr/include/python2.5 -c Sword.cxx -o build/temp.linux-i686-2.5/Sword.o<br>
&gt; gcc: Sword.cxx: No such file or directory<br>
&gt; gcc: no input files<br>
&gt; error: command &#39;gcc&#39; failed with exit status 1<br>
&gt; make: *** [python_make] Error 1<br>
<br>
This was the python error.<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<br>
</blockquote></div><br>