<!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>></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: </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:
> Got the kde4 core devel package and things are looking better, but I get this:
>
> [ 15%] Building CXX object
> CMakeFiles/bibletime.dir/src/backend/managers/cswordbackend.o
> cc1plus: warnings being treated as errors
> /home/dowens/Scripts/bibletime-1.7.alpha2/src/backend/managers/cswordbackend.cpp:
> In member function ‘virtual const bool
> CSwordBackend::isOptionEnabled(CSwordModuleInfo::FilterTypes)’:
> /home/dowens/Scripts/bibletime-1.7.alpha2/src/backend/managers/cswordbackend.cpp:209:
> warning: comparison with string literal results in unspecified behaviour
> make[2]: *** [CMakeFiles/bibletime.dir/src/backend/managers/cswordbackend.o]
> Error 1
> make[1]: *** [CMakeFiles/bibletime.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
>
> Daniel
>
> jdc wrote:
>> You need the libkde4-devel package. I also have libkdecore4-devel
>> installed. I don't remember if this is required or not.
>>
>> --Jim
>>
>> Daniel Owens wrote:
>>
>>> Using Mandriva 2008.1 with the required packages installed and sword
>>> 1.5.11 installed from source, I tried to build BibleTime 1.7. This is
>>> what I got:
>>>
>>> bash-3.2$ ./build-debug.sh
>>> sh: line 1: 17632 Aborted uname -p 2>&1
>>> -- Check for working CXX compiler: /usr/bin/c++
>>> -- Check for working CXX compiler: /usr/bin/c++ -- works
>>> -- Check for working C compiler: /usr/bin/gcc
>>> -- Check for working C compiler: /usr/bin/gcc -- works
>>> -- Check size of void*
>>> -- Check size of void* - done
>>> -- Looking for Q_WS_X11
>>> -- Looking for Q_WS_X11 - found
>>> -- Looking for Q_WS_WIN
>>> -- Looking for Q_WS_WIN - not found.
>>> -- Looking for Q_WS_QWS
>>> -- Looking for Q_WS_QWS - not found.
>>> -- Looking for Q_WS_MAC
>>> -- Looking for Q_WS_MAC - not found.
>>> -- Found Qt-Version 4.3.4
>>> -- Looking for _POSIX_TIMERS
>>> -- Looking for _POSIX_TIMERS - found
>>> CMake Error: ERROR: cmake/modules/FindKDE4Internal.cmake not found in
>>> /home/dowens/.kde4/share/apps;/opt/kde4/share/apps
>>> -- Configuring done
>>>
>>> As best as I can tell the script doesn't find some CMake configuration
>>> file in my kde4 directory. I have kde3 installed as my main desktop; I
>>> use kde4 when I have the itch to test it out. Does anyone have any
>>> pointers for gettign it to work?
>>>
>>> Daniel
>>>
>>>
>>>
>>
>></span><a class=rvts9 href="mailto:bt-devel@crosswire.org">bt-devel@crosswire.org</a><span class=rvts8>
>></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>
>>
>>
>
> --
> PMBX license 1502
>
> --------------------------------------------------------------------------------
>
> _______________________________________________
> bt-devel mail</span><a class=rvts9 href="mailto:bt-devel@crosswire.org">bt-devel@crosswire.org</a><span class=rvts8>
></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>
> </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> </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>
</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>-- </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>