[bt-devel] Kio-Sword 0.2 released

David Blue (Mailing List Addy) davidslists at gmx.net
Sat Jan 7 23:24:06 MST 2006


On Thursday 05 January 2006 22:18, Luke Plant wrote:
> Hi all,
>
> Sorry for a slightly off-topic post, but I know some of the readers of
> this might be interested.  I've released a new version of Kio-Sword
> (sword:/ protocol for KDE), you can get it here:

I can't seem to get it to compile, here's my compiler stuff

g++ (GCC) 4.0.2 20050901 (prerelease) (SUSE Linux)
Sword 1.5.8 from the packman rpms
KDE 3.5.0 (though I don't think that affects too much)

The error:

renderer.cpp: In member function ‘void KioSword::Renderer::setOptions(const 
KioSword::SwordOptions&)’:
/usr/include/sword/localemgr.h:57: error: ‘sword::LocaleMgr* 
sword::LocaleMgr::systemLocaleMgr’ is protected
renderer.cpp:128: error: within this context
renderer.cpp:128: error: request for member ‘setDefaultLocaleName’ in 
‘sword::LocaleMgr::systemLocaleMgr’, which is of non-class type 
‘sword::LocaleMgr*’
renderer.cpp: In member function ‘void 
KioSword::Renderer::verseQuery(sword::SWModule*, const QString&, const 
KioSword::SwordOptions&, KioSword::Renderer::ModuleType, KioSword::Template*, 
QString&)’:
/usr/include/sword/localemgr.h:57: error: ‘sword::LocaleMgr* 
sword::LocaleMgr::systemLocaleMgr’ is protected
renderer.cpp:450: error: within this context
renderer.cpp:450: error: request for member ‘getDefaultLocaleName’ in 
‘sword::LocaleMgr::systemLocaleMgr’, which is of non-class type 
‘sword::LocaleMgr*’
renderer.cpp: At global scope:
renderer.cpp:662: warning: unused parameter ‘modtype’
renderer.cpp: In member function ‘QString 
KioSword::Renderer::indexBible(sword::SWModule*, const 
KioSword::SwordOptions&)’:
/usr/include/sword/localemgr.h:57: error: ‘sword::LocaleMgr* 
sword::LocaleMgr::systemLocaleMgr’ is protected
renderer.cpp:823: error: within this context
renderer.cpp:823: error: request for member ‘getDefaultLocaleName’ in 
‘sword::LocaleMgr::systemLocaleMgr’, which is of non-class type 
‘sword::LocaleMgr*’
renderer.cpp: In member function ‘QStringList 
KioSword::Renderer::availableLocales()’:
/usr/include/sword/localemgr.h:57: error: ‘sword::LocaleMgr* 
sword::LocaleMgr::systemLocaleMgr’ is protected
renderer.cpp:1003: error: within this context
renderer.cpp:1003: error: request for member ‘getAvailableLocales’ in 
‘sword::LocaleMgr::systemLocaleMgr’, which is of non-class type 
‘sword::LocaleMgr*’
make[3]: *** [renderer.lo] Error 1
make[3]: Leaving directory `/usr/local/src/kio_sword-0.2/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/kio_sword-0.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/kio_sword-0.2'
make: *** [all] Error 2



More information about the bt-devel mailing list