<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Martin,<br>
<br>
I won't have much time at my computer for the next week (have a
visitor), but I quickly ran the command below and this is what I got: <br>
<br>
bash-3.2$ pkg-config --variable=includedir sword<br>
/usr/include<br>
<br>
Today I reinstalled the Mandriva packages for Sword 1.5.10 so I could
use BibleTime 1.6.5, in case that is useful.<br>
<br>
Daniel<br>
<br>
Martin Gruner wrote:
<blockquote cite="mid:200806141004.54752.mg.pub@gmx.net" type="cite">
  <pre wrap="">Hi Daniel.

This is weird. Now we have 2 Problems.

Your original problem was that the linker flags for external libs that sword 
uses were missing. I added a check in our cmake files for that, this should 
be fixed in the next alpha or beta. You can add the flags manually if you add 
icu (and possibly curl) to the TARGET_LINK_LIBRARIES commands in 
CMakeLists.txt.

Your output2 indicates that the sword headers cannot be found any more. There 
might now be an inconsistency on your system. If you install libsword-dev, 
these files are in /usr/include/sword. If you compile by hand, they are 
in /usr/local/include/sword.
Cmake now detects the location by running 
"pkg-config --variable=includedir sword"
Can you please check where the files are and if the detection works ok?

Regards, mg

Am Donnerstag, 12. Juni 2008 schrieb Daniel Owens:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Martin,

Thanks for responding.

Yes, libcurl-dev is installed. I commented out the OPTIONS="--with-icu
$OPTIONS" in the usrinst.sh install script when reinstalling Sword. I'm
not sure if that's enough to install without icu, but the output is
attached. It complains a lot about curl, but the libcurl-dev package is
installed, I checked.

Since that didn't work I tried using, instead of usrinst.sh, ./configure
--without-icu (adding -switch made the terminal complain of no such file
or directory), make, make install. Then I ran build-debug.sh again. The
output for that is attached as output2.txt.tar.gz. It didn't work either.

Daniel

Martin Gruner wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">Hi Daniel,


please use the configure-switch --without-icu when building sword. Do you
have libcurl-dev installed? If not, please install it.


HTH, mg


am Donnerstag, 12. Juni 2008 um 08:02 schrieben Sie:






That got me a bit farther, but problems seem to arise after this line:


Linking CXX executable bibletime


I am attaching the output. It's so close (98%)...


Daniel


jdc wrote:

There is a file called CMakeLists.txt at the same level as build-debug.sh
(the root level of bible time). Change this line below (aprox. 118) -
remove the "-Werror" SET(CMAKE_CXX_FLAGS_DEBUG "-Wall -pedantic-errors
-O0 -g") #SET(CMAKE_CXX_FLAGS_DEBUG "-Wall -Werror -pedantic-errors -O0
-g") --Jim Daniel Owens wrote: &gt; Got the kde4 core devel package and
things are looking better, but I get this: &gt; &gt; [ 15%] Building CXX object
      </pre>
      <pre wrap="">CMakeFiles/bibletime.dir/src/backend/managers/cswordbackend.o &gt; cc1plus:
warnings being treated as errors &gt;

      </pre>
    </blockquote>
    <pre wrap="">/home/dowens/Scripts/bibletime-1.7.alpha2/src/backend/managers/cswordbackend.cpp:
    </pre>
    <blockquote type="cite">
      <pre wrap=""> &gt; In member function â€˜virtual const bool &gt;

CSwordBackend::isOptionEnabled(CSwordModuleInfo::FilterTypes)’: &gt;

      </pre>
    </blockquote>
    <pre wrap="">/home/dowens/Scripts/bibletime-1.7.alpha2/src/backend/managers/cswordbackend.cpp:209:
    </pre>
    <blockquote type="cite">
      <pre wrap=""> &gt; warning: comparison with string literal results in unspecified
 &gt; behaviour &gt;

make[2]: ***
[CMakeFiles/bibletime.dir/src/backend/managers/cswordbackend.o] &gt; Error 1
      </pre>
      <blockquote type="cite">
        <pre wrap="">make[1]: *** [CMakeFiles/bibletime.dir/all] Error 2 &gt; make: *** [all]
        </pre>
      </blockquote>
      <pre wrap="">Error 2 &gt; &gt; Any ideas? &gt; &gt; Daniel &gt; &gt; jdc wrote: &gt;&gt; You need the
libkde4-devel package.  I also have libkdecore4-devel &gt;&gt; installed.  I
don't remember if this is required or not. &gt;&gt; &gt;&gt; --Jim &gt;&gt; &gt;&gt; Daniel Owens
wrote: &gt;&gt;   &gt;&gt;&gt; Using Mandriva 2008.1 with the required packages
installed and sword &gt;&gt;&gt; 1.5.11

installed from source, I tried to build BibleTime 1.7. This is &gt;&gt;&gt; what I 
      </pre>
    </blockquote>
  </blockquote>
  <pre wrap=""><!---->got:
  </pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap=""> &gt;&gt;&gt; &gt;&gt;&gt; bash-3.2$ ./build-debug.sh &gt;&gt;&gt; sh: line 1: 17632 Aborted

  uname -p 2&gt;&amp;1 &gt;&gt;&gt; -- Check for working CXX compiler: /usr/bin/c++ &gt;&gt;&gt;
-- Check for working CXX compiler: /usr/bin/c++ -- works &gt;&gt;&gt; -- Check for
working C compiler: /usr/bin/gcc &gt;&gt;&gt; -- Check for working C compiler:
/usr/bin/gcc -- works &gt;&gt;&gt; -- Check size of void* &gt;&gt;&gt; -- Check size of
void* - done &gt;&gt;&gt; -- Looking for Q_WS_X11 &gt;&gt;&gt; -- Looking for Q_WS_X11 -
found &gt;&gt;&gt; -- Looking for Q_WS_WIN &gt;&gt;&gt; -- Looking for Q_WS_WIN - not
found. &gt;&gt;&gt; -- Looking for Q_WS_QWS

 &gt;&gt;&gt; -- Looking for Q_WS_QWS - not found. &gt;&gt;&gt; -- Looking for Q_WS_MAC &gt;&gt;&gt;
 &gt;&gt;&gt; --

Looking for Q_WS_MAC - not found. &gt;&gt;&gt; -- Found Qt-Version 4.3.4 &gt;&gt;&gt; --
Looking for _POSIX_TIMERS &gt;&gt;&gt; -- Looking for _POSIX_TIMERS - found &gt;&gt;&gt;
CMake Error: ERROR: cmake/modules/FindKDE4Internal.cmake not found in &gt;&gt;&gt;
/home/dowens/.kde4/share/apps;/opt/kde4/share/apps &gt;&gt;&gt; -- Configuring
done &gt;&gt;&gt;

 &gt;&gt;&gt; As best as I can tell the script doesn't find some CMake
 &gt;&gt;&gt; configuration &gt;&gt;&gt;

file in my kde4 directory. I have kde3 installed as my main desktop; I
      </pre>
      <blockquote type="cite">
        <blockquote type="cite">
          <blockquote type="cite">
            <pre wrap="">use kde4 when I have the itch to test it out. Does anyone have any
pointers for gettign it to work? &gt;&gt;&gt; &gt;&gt;&gt; Daniel &gt;&gt;&gt; &gt;&gt;&gt;   &gt;&gt;&gt;     &gt;&gt;
            </pre>
          </blockquote>
          <pre wrap=""><a class="moz-txt-link-abbreviated" href="mailto:bt-devel@crosswire.org">bt-devel@crosswire.org</a> <a class="moz-txt-link-rfc2396E" href="mailto:bt-devel@crosswire.org">&lt;mailto:bt-devel@crosswire.org&gt;</a>
          </pre>
        </blockquote>
      </blockquote>
      <pre wrap=""> &gt;&gt;<a class="moz-txt-link-freetext" href="http://www.crosswire.org/mailman/listinfo/bt-devel">http://www.crosswire.org/mailman/listinfo/bt-devel</a> &gt;&gt; &gt;&gt;   &gt; &gt; -- &gt;
 &gt;&gt; PMBX

license 1502 &gt;   &gt;
-------------------------------------------------------------------------
-------

 &gt; &gt; _______________________________________________ &gt; bt-devel

<a class="moz-txt-link-abbreviated" href="mailto:mailbt-devel@crosswire.org">mailbt-devel@crosswire.org</a> <a class="moz-txt-link-rfc2396E" href="mailto:bt-devel@crosswire.org">&lt;mailto:bt-devel@crosswire.org&gt;</a>

 &gt;<a class="moz-txt-link-freetext" href="http://www.crosswire.org/mailman/listinfo/bt-devel">http://www.crosswire.org/mailman/listinfo/bt-devel</a> &gt;

-------------------------------------------------------------------------
-------

_______________________________________________ bt-devel mailing
<a class="moz-txt-link-abbreviated" href="mailto:lisbt-devel@crosswire.org">lisbt-devel@crosswire.org</a>
<a class="moz-txt-link-rfc2396E" href="mailto:bt-devel@crosswire.org">&lt;mailto:bt-devel@crosswire.org&gt;</a>
<a class="moz-txt-link-freetext" href="http://www.crosswire.org/mailman/listinfo/bt-devel">http://www.crosswire.org/mailman/listinfo/bt-devel</a>



-- PMBX license 1502





--

Mit freundlichen Grüßen

Martin Gruner

<a class="moz-txt-link-freetext" href="mailto:mg.pub@gmx.net">mailto:mg.pub@gmx.net</a>
      </pre>
    </blockquote>
  </blockquote>
  <pre wrap=""><!---->


_______________________________________________
bt-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:bt-devel@crosswire.org">bt-devel@crosswire.org</a>
<a class="moz-txt-link-freetext" href="http://www.crosswire.org/mailman/listinfo/bt-devel">http://www.crosswire.org/mailman/listinfo/bt-devel</a>
  </pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">-- 
PMBX license 1502 
</pre>
</body>
</html>