Uh... make that <a href="http://www.sf.net/projects/wxsword">http://www.sf.net/projects/wxsword</a><br>
<br>
Sorry about that!<br>
<br>
--Greg<br><br><div><span class="gmail_quote">On 8/13/05, <b class="gmail_sendername">Greg Hellings</b> &lt;<a href="mailto:greg.hellings@gmail.com">greg.hellings@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Joachim,<br>
<br>
After running the qmake from the Qt4 library I ran into a few more problems:<br>
<br>
1. 'make' under MinGW didn't like the Makefile, so I had to use GNU's make utility from the Windows command line<br>
<br>2. The include directories for Sword had to be changed to accomodate running them from the Windows prompt<br>
<br>
3. The Makefile for the libs was set to build the 'debug' version of
the software while the Makefile in the bibletime/ directory was set for
release - I fixed this by changing the one in bibletime/ to run the
debug mode.<br>
<br>
4. I had to remove the dependance on
../libs/sword-backend/libsword-backend.a as well as change the
definition of LIBS so that it points to ../libs/sword-backend/<span style="font-weight: bold;">debug</span>/libsword-backend.a<br>
<br>
5. ld.exe dies with an error that it cannot find '-lqtmaind' which is
in the directory indicated immediately preceding by the command
'-L&quot;C:/Qt/4.0.0/lib&quot;' - I have yet to diagnose this problem and why
g++/ld cannot locate the indicated library.&nbsp; I should think that
it would not be very hard, but I guess things are all in the eye of the
beholder :).<br>
<br>
6. In a sudden burst of inspirational genius moments before I went to
bed, I looked again in the Qt directory - there is no debugging version
of the libqtmain, so the libqtmaind is not there.&nbsp; So I changed
everything to building a release version and found that ld.exe bailed
out on -lsword.&nbsp; I fixed that by adding a line to LIBS that
included my libsword.a and the program built perfectly.&nbsp; Now,
true... I don't have a debug version available under Windows, but I do
now have a bibletime2.exe built.<br>
<br>
Only one minor bug remained, and that was the location where the
executable was created.&nbsp; I thought that the binary ought to appear
in ~/bibletime2/bin, under the head directory of the bibletime2 source,
but it appears you missed one set of ../ in the path, so it was,
instead, created in ~/bibletime2/bibletime/bin - but that's only a
minor nuisance.&nbsp; I have uploaded the file to my project under
<a href="http://www.sf.net/project/wxsword" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.sf.net/project/wxsword</a> site under the Bibletime2 area.&nbsp;
The file executable only came out to 440kB on disk.<br>
<br>
Just as a final note, I much prefer the UI of the current
Bibletime.&nbsp; I think the strongest feature of Bibletime and
MacSword is the fact that the windows within can be rearranged freely,
rather than relying on pre-positioned panels with sliders.&nbsp; But I
realize this is mainly a proof-of-concept at the moment.&nbsp; I look
forward to the upcoming success!<br><span class="sg">
<br>
--Greg</span><div><span class="e" id="q_105ae3f430816519_2"><br>
<br><div><span class="gmail_quote">On 8/12/05, <b class="gmail_sendername">Joachim Ansorg</b> &lt;<a href="mailto:nospam+bt-devel@joachim-ansorg.de" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
nospam+bt-devel@joachim-ansorg.de</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>&gt; Joachim.<br>&gt;<br>&gt; Any compiling instructions for the Bibletime2 testing code? I have it in<br>&gt; MinGW, but there are no make files or any hint of how to compile it...<br><br>In linux I usually do the export commands in 
start-kdevelop3.sh first (set<br>QTDIR, etc) and then<br><br>qmake<br>make<br><br>to compile. The binary will be in bin/.<br><br>Make sure that Qt4's qmake is executed.<br><br>Joachim<br>_______________________________________________
<br>bt-devel mailing list<br><a href="mailto:bt-devel@crosswire.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">bt-devel@crosswire.org</a><br><a href="http://www.crosswire.org/mailman/listinfo/bt-devel" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://www.crosswire.org/mailman/listinfo/bt-devel</a><br></blockquote>
</div><br>

</span></div></blockquote></div><br>