Re: [sword-devel] Seedmaster 3.1a

2002-03-05 Thread Barry Drake
Hi there . On 5 Mar 2002 at 2:09, RJ wrote: > has anyone converted a Seedmaster 3.1a module to a Sword Project module? It was over a year ago and I can't remember what version of SM I had but I made the TEV module we have using Seedmaster output. From what I can see in my archives, I mus

Re: Packaging : was Re: [sword-devel] 1.5.3 progress

2002-03-05 Thread Brook Humphrey
On Tuesday 05 March 2002 18:43, you wrote: > > I already have spec files and do builds for mandrake. Caldera > > will probably not compile it correctly I have tried multiple times. > > > > these spec files should work on redhat, suse, caldera > > (caldera has compiler > > problems or I would have

RE: Packaging : was Re: [sword-devel] 1.5.3 progress

2002-03-05 Thread Chris Little
> I already have spec files and do builds for mandrake. Caldera > will probably not compile it correctly I have tried multiple times. > > these spec files should work on redhat, suse, caldera > (caldera has compiler > problems or I would have made them sooner), and mandrake. I'm > already on

RE: [sword-devel] Field additions to module .conf files

2002-03-05 Thread Chris Little
> I have some questions about your field additions. > What's the difference between the following possible values > of the Feature > parts? > StrongsNumbers, > GreekDef, > HebrewDef, > GreekParse, > HebrewParse, > > Is

Re: [sword-devel] BUG in VerseKey::ParseVerseList

2002-03-05 Thread Troy A. Griffitts
Joachim, I got myself into trouble with this new stuff. I rolled back my versekey changes over the last couple days and fixed these 2 problems a different way. Let me know how they work for you now. -Troy. Joachim Ansorg wrote: > > Troy, > sorry for bugging you all t

Re: Packaging : was Re: [sword-devel] 1.5.3 progress

2002-03-05 Thread Brook Humphrey
On Tuesday 05 March 2002 15:09, you wrote: > Dan Blake wrote: > >Caldera 3.1.1 -- Uses RPM's > > > >I am very much a novice with Linux, but not with computers. I would be > >willing to make RPM's if someone could get me instructions. I have Red > > Hat 7.2 and Caldera 3.1.1 installed on separat

Re: Packaging : was Re: [sword-devel] 1.5.3 progress

2002-03-05 Thread Daniel Glassey
Dan Blake wrote: >Caldera 3.1.1 -- Uses RPM's > >I am very much a novice with Linux, but not with computers. I would be >willing to make RPM's if someone could get me instructions. I have Red Hat >7.2 and Caldera 3.1.1 installed on separate machines. > Thanks, Caldera rpms would be great. And

Re: Packaging : was Re: [sword-devel] 1.5.3 progress

2002-03-05 Thread Dan Blake
Caldera 3.1.1 -- Uses RPM's I am very much a novice with Linux, but not with computers. I would be willing to make RPM's if someone could get me instructions. I have Red Hat 7.2 and Caldera 3.1.1 installed on separate machines. At this point I don't even have any extra software installed on t

RE: [sword-devel] IMAGES in SWORD

2002-03-05 Thread Stephen Denne
> > If we change the filter to strip the basename from the url on lex/dict > > and genbooks, then for these modules, the module authors will have to > > add an extra directory to the url. As it stands now, the extra > > directory is already added for them for these 3 cases. Does this make > > se

Re: [sword-devel] Field additions to module .conf files

2002-03-05 Thread Troy A. Griffitts
Joachim, I added a new feature last night that might be useful. It is on our multimapwithdefault multimap template subclass: bool has(T,V) This allows you to do something like: module->getConfig().has("Feature", "GreekParse") Joachim Ansorg wrote: > > Dear Chris, >

Re: [sword-devel] IMAGES in SWORD

2002-03-05 Thread Joachim Ansorg
Troy, thank you for your answer! > If we change the filter to strip the basename from the url on lex/dict > and genbooks, then for these modules, the module authors will have to > add an extra directory to the url. As it stands now, the extra > directory is already added for them for the

Re: [sword-devel] Field additions to module .conf files

2002-03-05 Thread Joachim Ansorg
Dear Chris, I have some questions about your field additions. What's the difference between the following possible values of the Feature parts? StrongsNumbers, GreekDef, HebrewDef, GreekParse, HebrewParse, Is

Packaging : was Re: [sword-devel] 1.5.3 progress

2002-03-05 Thread Daniel Glassey
With 1.5.3 being imminent it would be great if people could volunteer to make binary packages (and source rpms) once the source release is ready. Or alternatively test it on obscure architectures/OS's. It will be especially be a lot easier for users when they install the GUIs bibletime and gno

Re: [sword-devel] BUG: VerseKey::setLocale doesn't work properly

2002-03-05 Thread Joachim Ansorg
Thank you, Troy! It works, thanks for fixing this! Joachim > Joachim, > Think I fixed this one. Seems VerseKey::clone didn't grab the locale > of the src VerseKey. Also, ParseVerseList didn't use clone :) Let me > know if it works in your real app now. > > -Troy.

[sword-devel] BUG in VerseKey::ParseVerseList

2002-03-05 Thread Joachim Ansorg
Troy, sorry for bugging you all the time. I found another bug in Sword. See the following small program: - #include #include #include #include int main(int argc, char* argv[]) { LocaleMgr::systemLocaleMgr.setDefaultLocaleName("de"); VerseKey k; k

[sword-devel] Seedmaster 3.1a

2002-03-05 Thread RJ
Hello- has anyone converted a Seedmaster 3.1a module to a Sword Project module? Any help would be wonderful, RJ