<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title></title>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
  margin: 5px 5px 5px 5px;
  background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
 font-size: 9pt;
 font-family: 'Verdana';
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.rvts1 /* Heading */
{
 font-size: 10pt;
 font-family: 'Arial';
 font-weight: bold;
 color: #0000ff;
}
span.rvts2 /* Subheading */
{
 font-size: 10pt;
 font-family: 'Arial';
 font-weight: bold;
 color: #000080;
}
span.rvts3 /* Keywords */
{
 font-size: 10pt;
 font-family: 'Arial';
 font-style: italic;
 color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
 font-size: 10pt;
 font-family: 'Arial';
 color: #008000;
 text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
 font-size: 10pt;
 font-family: 'Arial';
 color: #008000;
 text-decoration: underline;
}
span.rvts6
{
 font-size: 11pt;
 font-family: 'tahoma';
 font-weight: bold;
 color: #ffffff;
 background-color: #0000ff;
}
span.rvts7
{
 font-size: 11pt;
 font-family: 'tahoma';
}
span.rvts8
{
 font-size: 11pt;
 font-family: 'courier new';
}
a.rvts9, span.rvts9
{
 font-size: 11pt;
 font-family: 'courier new';
 color: #0000ff;
 text-decoration: underline;
}
span.rvts10
{
 font-size: 8pt;
 font-style: italic;
 color: #c0c0c0;
}
a.rvts11, span.rvts11
{
 font-size: 8pt;
 color: #0000ff;
 text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
 text-align: center;
}
--></style>
</head>
<body>

<p>Hi Daniel,</p>
<p><br></p>
<p>please use the configure-switch --without-icu when building sword. Do you have libcurl-dev installed? If not, please install it.</p>
<p><br></p>
<p>HTH, mg</p>
<p><br></p>
<p>am Donnerstag, 12. Juni 2008 um 08:02 schrieben Sie:</p>
<p><br></p>
<div><table border=0 cellpadding=1 cellspacing=2 style="background-color: #ffffff;">
<tr valign=top>
<td width=12 style="background-color: #0000ff;">
<p><span class=rvts6>&gt;</span></p>
</td>
<td width=928>
<p><span class=rvts7>That got me a bit farther, but problems seem to arise after this line:</span></p>
<p><br></p>
<p><span class=rvts7>Linking CXX executable bibletime</span></p>
<p><br></p>
<p><span class=rvts7>I am attaching the output. It's so close (98%)...</span></p>
<p><br></p>
<p><span class=rvts7>Daniel</span></p>
<p><br></p>
<p><span class=rvts7>jdc wrote:&nbsp;</span></p>
<p><span class=rvts8>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 
&gt; CMakeFiles/bibletime.dir/src/backend/managers/cswordbackend.o
&gt; cc1plus: warnings being treated as errors
&gt; /home/dowens/Scripts/bibletime-1.7.alpha2/src/backend/managers/cswordbackend.cpp: 
&gt; In member function â€˜virtual const bool 
&gt; CSwordBackend::isOptionEnabled(CSwordModuleInfo::FilterTypes)’:
&gt; /home/dowens/Scripts/bibletime-1.7.alpha2/src/backend/managers/cswordbackend.cpp:209: 
&gt; warning: comparison with string literal results in unspecified behaviour
&gt; make[2]: *** [CMakeFiles/bibletime.dir/src/backend/managers/cswordbackend.o] 
&gt; Error 1
&gt; make[1]: *** [CMakeFiles/bibletime.dir/all] Error 2
&gt; make: *** [all] Error 2
&gt;
&gt; Any ideas?
&gt;
&gt; Daniel
&gt;
&gt; jdc wrote:
&gt;&gt; You need the libkde4-devel package. &nbsp;I also have libkdecore4-devel 
&gt;&gt; installed. &nbsp;I don't remember if this is required or not.
&gt;&gt;
&gt;&gt; --Jim
&gt;&gt;
&gt;&gt; Daniel Owens wrote:
&gt;&gt; &nbsp; 
&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 got:
&gt;&gt;&gt;
&gt;&gt;&gt; bash-3.2$ ./build-debug.sh
&gt;&gt;&gt; sh: line 1: 17632 Aborted &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 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; -- 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 configuration 
&gt;&gt;&gt; file in my kde4 directory. I have kde3 installed as my main desktop; I 
&gt;&gt;&gt; use kde4 when I have the itch to test it out. Does anyone have any 
&gt;&gt;&gt; pointers for gettign it to work?
&gt;&gt;&gt;
&gt;&gt;&gt; Daniel
&gt;&gt;&gt;
&gt;&gt;&gt; &nbsp; 
&gt;&gt;&gt; &nbsp; &nbsp; 
&gt;&gt;
&gt;&gt;</span><a class=rvts9 href="mailto:bt-devel@crosswire.org">bt-devel@crosswire.org</a><span class=rvts8>
&gt;&gt;</span><a class=rvts9 href="http://www.crosswire.org/mailman/listinfo/bt-devel">http://www.crosswire.org/mailman/listinfo/bt-devel</a><span class=rvts8>
&gt;&gt;
&gt;&gt; &nbsp; 
&gt;
&gt; -- 
&gt; PMBX license 1502 
&gt; &nbsp; 
&gt; --------------------------------------------------------------------------------
&gt;
&gt; _______________________________________________
&gt; bt-devel mail</span><a class=rvts9 href="mailto:bt-devel@crosswire.org">bt-devel@crosswire.org</a><span class=rvts8>
&gt;</span><a class=rvts9 href="http://www.crosswire.org/mailman/listinfo/bt-devel">http://www.crosswire.org/mailman/listinfo/bt-devel</a><span class=rvts8>
&gt; &nbsp;&nbsp;</span></p>
<hr noshade size=2>
<p><span class=rvts8>_______________________________________________
bt-devel mailing lis</span><a class=rvts9 href="mailto:bt-devel@crosswire.org">bt-devel@crosswire.org</a><span class=rvts8>&nbsp;</span><a class=rvts9 href="http://www.crosswire.org/mailman/listinfo/bt-devel">http://www.crosswire.org/mailman/listinfo/bt-devel</a><span class=rvts8>
&nbsp;</span></p>
<p><br></p>
<p><br></p>
<p><span class=rvts8>-- 
PMBX license 1502</span></p>
</td>
</tr>
</table>
</div>
<p><br></p>
<p><br></p>
<p><br></p>
<p><br></p>
<p><span class=rvts10>--&nbsp;</span></p>
<p><span class=rvts10>Mit freundlichen Grüßen</span></p>
<p><span class=rvts10>Martin Gruner</span></p>
<p><a class=rvts11 href="mailto:mg.pub@gmx.net">mailto:mg.pub@gmx.net</a></p>
<p><br></p>

</body></html>