<div dir="ltr">Is there a gnome version?<br><br><div class="gmail_quote">On Thu, Aug 28, 2008 at 11:38 AM, Greg Hellings <span dir="ltr">&lt;<a href="mailto:greg.hellings@gmail.com">greg.hellings@gmail.com</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;">Martin,<br>
<div class="Ih2E3d"><br>
On Thu, Aug 28, 2008 at 10:27 AM, Martin Gruner &lt;<a href="mailto:mg.pub@gmx.net">mg.pub@gmx.net</a>&gt; wrote:<br>
&gt; Hi Greg,<br>
&gt;<br>
</div><div class="Ih2E3d">&gt; after thinking about it a second time, we do use cmake for installation. The<br>
&gt; shell scripts I mentioned only set some environment variables to further<br>
&gt; automate the process. So I am not sure what you are referring to.<br>
<br>
</div>I was asking why Bibletime needed enough extra material and<br>
environment variables that it required the shell script and why those<br>
can&#39;t be worked up in the cmake structure directly? &nbsp;Bibletime surely<br>
is far from the most complicated thing with cmake that I&#39;ve compiled,<br>
yet it&#39;s the only one that didn&#39;t maintain a pure cmake-style building<br>
system. &nbsp;You could just accept user-defined values for a variable<br>
named something like RELEASE and do the processing which is in the .sh<br>
script inside of the cmake, couldn&#39;t you? &nbsp;It surely would make the<br>
cross-platform goal of Qt, cmake and KDE much more attainable when<br>
you&#39;re on a system which lacks a native bash environment, and would<br>
also make the system easier for newcomers to build.<br>
<font color="#888888"><br>
--Greg<br>
</font><div><div></div><div class="Wj3C7c"><br>
&gt;<br>
&gt; mg<br>
&gt;<br>
&gt; Am Donnerstag, 28. August 2008 09:39:24 schrieb Greg Hellings:<br>
&gt;&gt; Martin,<br>
&gt;&gt;<br>
&gt;&gt; On Thu, Aug 28, 2008 at 1:22 AM, Martin Gruner &lt;<a href="mailto:mg.pub@gmx.net">mg.pub@gmx.net</a>&gt; wrote:<br>
&gt;&gt; &gt; Hi Greg,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; you cannot run build/bibletime because BT expects to start from its final<br>
&gt;&gt; &gt; installation directory, so that it can find its data files by relative<br>
&gt;&gt; &gt; path lookups. If you used build_debug.sh, run build/install/bin/bibletime<br>
&gt;&gt; &gt; instead after &quot;make install&quot;, in case of build_release.sh this would be<br>
&gt;&gt; &gt; /usr/local/bin/bibletime.<br>
&gt;&gt;<br>
&gt;&gt; I see. &nbsp;Is there a reason you use custom shell scripts instead of the<br>
&gt;&gt; normal cmake/make series? &nbsp;For cmake packages I usually build them in<br>
&gt;&gt; a separate directory from the source, seeing as that&#39;s what the cmake<br>
&gt;&gt; documents recommend when possible. &nbsp;Why not just include the creation<br>
&gt;&gt; of the necessary file structure and so on within the cmake?<br>
&gt;&gt;<br>
&gt;&gt; --Greg<br>
&gt;&gt;<br>
&gt;&gt; &gt; Yes, we are trying to get rid of KDE dependencies. Sorry about the<br>
&gt;&gt; &gt; trouble.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; God bless,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; mg<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; am Donnerstag, 28. August 2008 um 02:09 schrieben Sie:<br>
&gt;&gt; &gt;&gt; Martin,<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; I have successfully built bibletime under Ubuntu 8.04 amd64 version.<br>
&gt;&gt; &gt;&gt; However, upon trying to run the executable, I am greeted with the<br>
&gt;&gt; &gt;&gt; following lovely message:<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; hellings1@ubuntu-desktop:~/Public/bibletime-1.7.beta1.build$ ./bibletime<br>
&gt;&gt; &gt;&gt; (BibleTime 1.7.beta1) WARNING: Cannot find icon directory relative to<br>
&gt;&gt; &gt;&gt; &quot;/home/hellings1/Public/bibletime-1.7.beta1.build&quot;<br>
&gt;&gt; &gt;&gt; terminate called without an active exception<br>
&gt;&gt; &gt;&gt; KCrash: crashing... crashRecursionCounter = 2<br>
&gt;&gt; &gt;&gt; KCrash: Application Name = bibletime path = &lt;unknown&gt; pid = 11112<br>
&gt;&gt; &gt;&gt; sock_file=/home/hellings1/.kde4/socket-ubuntu-desktop/kdeinit4__0<br>
&gt;&gt; &gt;&gt; Warning: connect() failed: : No such file or directory<br>
&gt;&gt; &gt;&gt; KCrash cannot reach kdeinit, launching directly.<br>
&gt;&gt; &gt;&gt; KCrash failed to exec(), errno = 2<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; I have tried running &quot;make install&quot; but that doesn&#39;t seem to do much:<br>
&gt;&gt; &gt;&gt; hellings1@ubuntu-desktop:~/Public/bibletime-1.7.beta1.build$ sudo make<br>
&gt;&gt; &gt;&gt; install [sudo] password for hellings1:<br>
&gt;&gt; &gt;&gt; [100%] Built target bibletime<br>
&gt;&gt; &gt;&gt; Install the project...<br>
&gt;&gt; &gt;&gt; -- Install configuration: &quot;RelWithDebInfo&quot;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; I also must say, the install/build dependencies are extremely steep.<br>
&gt;&gt; &gt;&gt; I already have a very hefty system from doing lots of other builds and<br>
&gt;&gt; &gt;&gt; development, and I was required to install about 2 GB of packages,<br>
&gt;&gt; &gt;&gt; etc, to build Bibletime. &nbsp;I sure hope you can get away from the KDE4<br>
&gt;&gt; &gt;&gt; dependency soon. &nbsp;In addition to that I needed Qt4.4, clucene and<br>
&gt;&gt; &gt;&gt; boost.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; --Greg<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; On Wed, Aug 27, 2008 at 2:13 PM, Martin Gruner &lt;<a href="mailto:mg.pub@gmx.net">mg.pub@gmx.net</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt;&gt; Hi.<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; BibleTime 1.7.beta1 is out, basically the same as alpha4 with updated<br>
&gt;&gt; &gt;&gt;&gt; message files for UI i18n.<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; This is BibleTime 1.7.beta1 for QT 4.4 and KDE 4.<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; Despite being labeled as beta, this version should be good for everyday<br>
&gt;&gt; &gt;&gt;&gt; use and can be used as a basis for binary packages for the various<br>
&gt;&gt; &gt;&gt;&gt; distributions.<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; Since 1.6, BibleTime has undergone major changes, which is why the<br>
&gt;&gt; &gt;&gt;&gt; developers hesitate to release it as &quot;final&quot; yet, even though it seems<br>
&gt;&gt; &gt;&gt;&gt; to be in a good shape.<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; @Ralph, Daniel and other packagers: please update the distribution&#39;s<br>
&gt;&gt; &gt;&gt;&gt; binary packages with this new version, even though it is labeled as<br>
&gt;&gt; &gt;&gt;&gt; beta.<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; @Joachim: Can you please post a big announcement on <a href="http://bibletime.info" target="_blank">bibletime.info</a>?<br>
&gt;&gt; &gt;&gt;&gt; Please see the changelog for information you can use.<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; God bless you all.<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; Martin<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; _______________________________________________<br>
&gt;&gt; &gt;&gt;&gt; sword-devel mailing list: <a href="mailto:sword-devel@crosswire.org">sword-devel@crosswire.org</a><br>
&gt;&gt; &gt;&gt;&gt; <a href="http://www.crosswire.org/mailman/listinfo/sword-devel" target="_blank">http://www.crosswire.org/mailman/listinfo/sword-devel</a><br>
&gt;&gt; &gt;&gt;&gt; Instructions to unsubscribe/change your settings at above page<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; _______________________________________________<br>
&gt;&gt; &gt;&gt; sword-devel mailing list: <a href="mailto:sword-devel@crosswire.org">sword-devel@crosswire.org</a><br>
&gt;&gt; &gt;&gt; <a href="http://www.crosswire.org/mailman/listinfo/sword-devel" target="_blank">http://www.crosswire.org/mailman/listinfo/sword-devel</a><br>
&gt;&gt; &gt;&gt; Instructions to unsubscribe/change your settings at above page<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; --<br>
&gt;&gt; &gt; Mit freundlichen Grüßen<br>
&gt;&gt; &gt; Martin Gruner<br>
&gt;&gt; &gt; mailto:<a href="mailto:mg.pub@gmx.net">mg.pub@gmx.net</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt; sword-devel mailing list: <a href="mailto:sword-devel@crosswire.org">sword-devel@crosswire.org</a><br>
&gt;&gt; &gt; <a href="http://www.crosswire.org/mailman/listinfo/sword-devel" target="_blank">http://www.crosswire.org/mailman/listinfo/sword-devel</a><br>
&gt;&gt; &gt; Instructions to unsubscribe/change your settings at above page<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; sword-devel mailing list: <a href="mailto:sword-devel@crosswire.org">sword-devel@crosswire.org</a><br>
&gt;&gt; <a href="http://www.crosswire.org/mailman/listinfo/sword-devel" target="_blank">http://www.crosswire.org/mailman/listinfo/sword-devel</a><br>
&gt;&gt; Instructions to unsubscribe/change your settings at above page<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; sword-devel mailing list: <a href="mailto:sword-devel@crosswire.org">sword-devel@crosswire.org</a><br>
&gt; <a href="http://www.crosswire.org/mailman/listinfo/sword-devel" target="_blank">http://www.crosswire.org/mailman/listinfo/sword-devel</a><br>
&gt; Instructions to unsubscribe/change your settings at above page<br>
&gt;<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>
</div></div></blockquote></div><br></div>