<div dir="ltr">I haven't been able to compile BT on 64-bit Kubuntu, 64-bit Sabayon, or 64-bit Arch Linux. Could it be an x86-64 issue? I'll try compiling it from a 32-bit chroot when I get home and update you on its progress.<br>
<br><div class="gmail_quote">On Thu, Aug 28, 2008 at 3:00 PM, <span dir="ltr"><<a href="mailto:bt-devel-request@crosswire.org">bt-devel-request@crosswire.org</a>></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;">
Send bt-devel mailing list submissions to<br>
<a href="mailto:bt-devel@crosswire.org">bt-devel@crosswire.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
<a href="http://www.crosswire.org/mailman/listinfo/bt-devel" target="_blank">http://www.crosswire.org/mailman/listinfo/bt-devel</a><br>
or, via email, send a message with subject or body 'help' to<br>
<a href="mailto:bt-devel-request@crosswire.org">bt-devel-request@crosswire.org</a><br>
<br>
You can reach the person managing the list at<br>
<a href="mailto:bt-devel-owner@crosswire.org">bt-devel-owner@crosswire.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of bt-devel digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
1. the beta release; my problems with distros and compiling<br>
(Eeli Kaikkonen)<br>
2. Re: the beta release; my problems with distros and compiling<br>
(Greg Hellings)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Wed, 27 Aug 2008 23:12:08 +0300 (EEST)<br>
From: Eeli Kaikkonen <<a href="mailto:eekaikko@mail.student.oulu.fi">eekaikko@mail.student.oulu.fi</a>><br>
Subject: [bt-devel] the beta release; my problems with distros and<br>
compiling<br>
To: <a href="mailto:bt-devel@crosswire.org">bt-devel@crosswire.org</a><br>
Message-ID: <<a href="mailto:Pine.GSO.4.58.0808272255300.23983@paju.oulu.fi">Pine.GSO.4.58.0808272255300.23983@paju.oulu.fi</a>><br>
Content-Type: TEXT/PLAIN; charset=US-ASCII<br>
<br>
Thanks, Martin, for making the decision of releasing the beta. I feel<br>
more relaxed now because I don't have to rush with coding. Between some<br>
difficulties and good moments of my personal life which have kept me<br>
busy I have tried to set up the new computer.<br>
<br>
I got Kubuntu installed but didn't get compiling working. cmake gave an<br>
error with Qt: it seems to have been compiled with wrong switches. I<br>
havent' found any help by googling and don't know if I just have<br>
something wrong or if Kubuntu (64-bit) really has broken packages. Also<br>
clucene was problematic. I don't know why because it has worked with my<br>
old computer and Kubuntu.<br>
<br>
I tried also OpenSuSe but didn't find packages needed for development.<br>
Does someone know if there are sword development headers and other<br>
dependencies packaged? Is there any distro which would have all the<br>
packages that I could just install them and continue with coding? I<br>
would rather install a new distro than try to get all libraries working<br>
manually.<br>
<br>
Yours,<br>
Eeli Kaikkonen (Mr.), Oulu, Finland<br>
e-mail: eekaikko@mailx.studentx.oulux.fix (with no x)<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Wed, 27 Aug 2008 16:10:15 -0500<br>
From: "Greg Hellings" <<a href="mailto:greg.hellings@gmail.com">greg.hellings@gmail.com</a>><br>
Subject: Re: [bt-devel] the beta release; my problems with distros and<br>
compiling<br>
To: "BibleTime development" <<a href="mailto:bt-devel@crosswire.org">bt-devel@crosswire.org</a>><br>
Message-ID:<br>
<<a href="mailto:75a952c00808271410v341b3101r5bb416c8f7cb4ceb@mail.gmail.com">75a952c00808271410v341b3101r5bb416c8f7cb4ceb@mail.gmail.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
Eeli,<br>
<br>
Here in Ubuntu 64-bit, we're still working with the tastefully named<br>
libsword6 and libsword6-dev (which is version 1.5.9 build 8... if you<br>
can find the 6 in there, let me know). I don't know what version the<br>
current Bibletime beta expects, but I would imagine it's at least<br>
1.5.11, and possibly the current SVN. That's as likely to be a<br>
problem with the building as the Qt versions.<br>
<br>
Also, the current version of libqt4 on the standard Ubuntu is <a href="http://4.3.4." target="_blank">4.3.4.</a><br>
If BT really does rely on Qt 4.4, and the Qt versions are in sync<br>
between Ubuntu and Kubuntu, then your problem could just as easily lie<br>
in that realm. It's been forever since I did anything with SuSe, so I<br>
can't even begin to talk about that.<br>
<br>
It might be something for the package maintainers to think about. I<br>
don't know what 8.10 is planning to contain as far as Qt versions, but<br>
I sure hope that it has a better outlook on the libsword versions.<br>
<br>
--Greg<br>
<br>
On Wed, Aug 27, 2008 at 3:12 PM, Eeli Kaikkonen<br>
<<a href="mailto:eekaikko@mail.student.oulu.fi">eekaikko@mail.student.oulu.fi</a>> wrote:<br>
> Thanks, Martin, for making the decision of releasing the beta. I feel<br>
> more relaxed now because I don't have to rush with coding. Between some<br>
> difficulties and good moments of my personal life which have kept me<br>
> busy I have tried to set up the new computer.<br>
><br>
> I got Kubuntu installed but didn't get compiling working. cmake gave an<br>
> error with Qt: it seems to have been compiled with wrong switches. I<br>
> havent' found any help by googling and don't know if I just have<br>
> something wrong or if Kubuntu (64-bit) really has broken packages. Also<br>
> clucene was problematic. I don't know why because it has worked with my<br>
> old computer and Kubuntu.<br>
><br>
> I tried also OpenSuSe but didn't find packages needed for development.<br>
> Does someone know if there are sword development headers and other<br>
> dependencies packaged? Is there any distro which would have all the<br>
> packages that I could just install them and continue with coding? I<br>
> would rather install a new distro than try to get all libraries working<br>
> manually.<br>
><br>
> Yours,<br>
> Eeli Kaikkonen (Mr.), Oulu, Finland<br>
> e-mail: eekaikko@mailx.studentx.oulux.fix (with no x)<br>
><br>
> _______________________________________________<br>
> bt-devel mailing list<br>
> <a href="mailto:bt-devel@crosswire.org">bt-devel@crosswire.org</a><br>
> <a href="http://www.crosswire.org/mailman/listinfo/bt-devel" target="_blank">http://www.crosswire.org/mailman/listinfo/bt-devel</a><br>
><br>
<br>
<br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
bt-devel mailing list<br>
<a href="mailto:bt-devel@crosswire.org">bt-devel@crosswire.org</a><br>
<a href="http://www.crosswire.org/mailman/listinfo/bt-devel" target="_blank">http://www.crosswire.org/mailman/listinfo/bt-devel</a><br>
<br>
<br>
End of bt-devel Digest, Vol 52, Issue 11<br>
****************************************<br>
</blockquote></div><br><br clear="all"><br>-- <br>Dylon Edwards<br>SSWJ - Stay(ing) Strong With Jesus, Always!<br>
</div>