[bt-devel] BibleTime 1.6.2 released, sword patch, binary packages

Martin Gruner mg.pub at gmx.net
Thu Dec 7 23:59:10 MST 2006


Hi.

This is weird. I also have 0.9.15.

In CLucene/analysis/standard/StandardAnalyzer.h I have

StandardAnalyzer( const TCHAR** stopWords);

which would be correct with the present code. Can it be that you have older 
CLucene headers on your system?

@Joachim: I'll be away for the weekend. Can you please check this and correct 
the release, if my code is wrong?

const TCHAR* stop_words[]  = { NULL };
lucene::analysis::standard::StandardAnalyzer an( stop_words );

The first const would have to be deleted. But I doubt this is right, because 
the stopwords array really should be const, it won't be written by the 
analyzer.

God bless,

mg

Am Donnerstag, 7. Dezember 2006 23:43 schrieb cricketc at gmail.com:
> I'm using CLucene-core 0.9.15. I believe I just have it compiled with
> all the defaults - is there something special that needs to be
> compiled into it? Or is there a different version that needs to be
> installed?
>
> -Benjie
>
> On Thu, Dec 07, 2006 at 11:28:49PM +0100, Martin Gruner wrote:
> > Hi,
> >
> > which clucene version are you using? This is not related to the sword
> > patch, there is another error either in my code or a version
> > inconsistency. It does work for me.
> >
> > God bless,
> >
> > Martin
> >
> > Am Donnerstag, 7. Dezember 2006 18:42 schrieb cricketc at gmail.com:
> > > On Thu, Dec 07, 2006 at 05:33:40PM +0100, Martin Gruner wrote:
> > > > Dear friends,
> > > >
> > > > I just released BibleTime 1.6.2. See changes list below.
> > > >
> > > > Noteworthy is that we do now offer a patch to sword in our download
> > > > section ("file:///home/dev/sword-1-5-9-compression.patch"), which
> > > > fixes serious stability problems of sword with regard to locked
> > > > modules.
> > > >
> > > > Can the sword binary packages please be rebuilt with this patch?
> > > > Also, what is the status of the BibleTime binary packages?
> > > >
> > > > @Joachim: can you please write the announcement for bibletime.info,
> > > > and include the hint about the sword patch?
> > >
> > > Is the Sword patch supposed to be required for BibleTime 1.6.2? I just
> > > tried compiling it without the Sword patch, and it errors.
> > >
> > > cswordmoduleinfo.cpp: In member function `virtual void
> > > CSwordModuleInfo::buildIndex()':
> > > cswordmoduleinfo.cpp:230: error: invalid conversion from `const
> > > wchar_t**' to `wchar_t**'
> > > cswordmoduleinfo.cpp:230: error:   initializing argument 1 of
> > > `lucene::analysis::standard::StandardAnalyzer::StandardAnalyzer(wchar_t
> > >**)' cswordmoduleinfo.cpp:256: warning: unused variable 'isVerseModule'
> > > cswordmoduleinfo.cpp: In member function `virtual const bool
> > > CSwordModuleInfo::searchIndexed(const QString&, sword::ListKey&)':
> > > cswordmoduleinfo.cpp:385: error: invalid conversion from `const
> > > wchar_t**' to `wchar_t**'
> > > cswordmoduleinfo.cpp:385: error:   initializing argument 1 of
> > > `lucene::analysis::standard::StandardAnalyzer::StandardAnalyzer(wchar_t
> > >**)' cswordmoduleinfo.cpp:374: warning: unused variable 'isVerseModule'
> > > make[3]: *** [cswordmoduleinfo.o] Error 1
> > > make[3]: Leaving directory
> > > `/home/benjie/programs/bibletime-1.6.2/bibletime/backend'
> > >
> > > That's fine if BibleTime 1.6.2 requires the Sword upgrade, but it
> > > just wasn't clear to me. Or maybe there's something else wrong...
> > >
> > > (I'm on Slackware 11.0, KDE 3.5.4, Sword 1.5.9, ...)
> > >
> > > -Benjie
> > >
> > > _______________________________________________
> > > bt-devel mailing list
> > > bt-devel at crosswire.org
> > > http://www.crosswire.org/mailman/listinfo/bt-devel
> >
> > _______________________________________________
> > bt-devel mailing list
> > bt-devel at crosswire.org
> > http://www.crosswire.org/mailman/listinfo/bt-devel
>
> _______________________________________________
> bt-devel mailing list
> bt-devel at crosswire.org
> http://www.crosswire.org/mailman/listinfo/bt-devel



More information about the bt-devel mailing list