Re: [sword-devel] Announcing Sword++

2016-10-12 Thread Mark Trompell
Am 28. September 2016 16:49:58 MESZ, schrieb Konstantin Maslyuk : >Thank you, Jaak, for your good starting. I still hope that your >knowledge in C++ development and Troy's experience in Sword development >would unite in development of next major libsword iteration (reword >libsword2). I think yo

Re: [sword-devel] Xiphos, blank pages

2015-12-10 Thread Mark Trompell
ation of their > Property. > -- John Locke, "A Treatise Concerning Civil Government" > > > ___ > sword-devel mailing list: sword-devel@crosswire.org > http://www.crosswire.org/mailman/listinfo/sword-devel > Instructions to unsubscribe/change your setti

Re: [sword-devel] Packge

2014-12-10 Thread Mark Trompell
it/tree/). How did > you test the different locales to generate the failures and successes > on your system? > > --Greg > > On Wed, Dec 10, 2014 at 2:18 AM, Mark Trompell > wrote: >> I guess that won't land in f20? >> Btw, I used cmake for building foresight pack

Re: [sword-devel] Packge

2014-12-10 Thread Mark Trompell
d is interested in > fetching the results, they should be composed into the Rawhide > repositories at the next update of your local mirror. > > --Greg > > ___ > sword-devel mailing list: sword-devel@crosswire.org > http://www.crosswire.or

Re: [sword-devel] 1.7.3alpha3

2014-05-02 Thread Mark Trompell
ildsystem. > --Greg > > ___ > sword-devel mailing list: sword-devel@crosswire.org > http://www.crosswire.org/mailman/listinfo/sword-devel > Instructions to unsubscribe/change your settings at above page -- Mark Trompell Foresight Linux

Re: [sword-devel] Sword 1.7.3alpha1

2014-04-24 Thread Mark Trompell
os 3.1.6 builds fine on top of that. Only building on our buildcluster. No real tests. > --Greg Mark -- Mark Trompell Foresight Linux Xfce Edition Cause your desktop should be freaking cool (and Xfce) ___ sword-devel mailing list: sword-

Re: [sword-devel] Xiphos 3.1.6

2014-01-17 Thread Mark Trompell
uctions to unsubscribe/change your settings at above page -- Mark Trompell Foresight Linux Xfce Edition Cause your desktop should be freaking cool (and Xfce) ___ sword-devel mailing list: sword-devel@crosswire.org http://www.crosswire.org/mailman/listinfo/swo

Re: [sword-devel] New public git mirror of Sword SVN trunk and why

2013-08-16 Thread Mark Trompell
;> -- John Adams in the Article XXXth of the Constitution of the >>Commonwealth of Massachusetts >> >> ___ >> sword-devel mailing list: sword-devel@crosswire.org >> http://www.crosswire.org/mailman/listinfo/s

Re: [sword-devel] Segmentation fault in Perl bindings.

2013-08-14 Thread Mark Trompell
tr__ method of SWKey for > Perl that was the source of the offense. It will now build in Python but not > Perl. This fixes the Seg Fault for me in your minimal test case. Hopefully > it doesn't break any expected functionality. > > --Greg > > > On Tue, Aug 13, 2013 at 2:0

Re: [sword-devel] Segmentation fault in Perl bindings.

2013-08-13 Thread Mark Trompell
sr/lib64/perl5/site_perl/5.8.8/Sword.pm:974): 974:delete $OWNER{$self}; DB<1> s Sword::SWKey::CODE(0xb3fb90)(/usr/lib64/perl5/site_perl/5.8.8/Sword.pm:949): 949:'""' => sub { $_[0]->__str__()}, DB<1> s Program received signal SIGSEGV, Segmentation faul

Re: [sword-devel] Segmentation fault in Perl bindings.

2013-08-12 Thread Mark Trompell
On Mon, Aug 12, 2013 at 8:53 AM, Mark Trompell wrote: > With my little Perlprogramm I get a segmentation fault. I don't get > them with a similiar python programm, how would I debug these? > > $ ./Perlbindingstest.pl > Im Anfang schuf Gott Himmel und Erde. > Segmentation

[sword-devel] Segmentation fault in Perl bindings.

2013-08-11 Thread Mark Trompell
key = Sword.SWKey("Genesis 1:1") neu.setKey(key) print (neu.renderText()) -- Mark Trompell Foresight Linux Xfce Edition Cause your desktop should be freaking cool (and Xfce) ___ sword-devel mailing list: sword-devel@crosswire.org http://www.crossw

Re: [sword-devel] SWORD 1.7.0RC2

2013-08-07 Thread Mark Trompell
Afaik cmake has a way to get this information from pkgconfig (not on windows though). --- Ursprüngl. Mitteilung --- Von: Jaak Ristioja Gesend.: 07.08.2013, 00:53 An: sword-devel@crosswire.org Betreff: Re: [sword-devel] SWORD 1.7.0RC2 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Aug 6

Re: [sword-devel] SWORD 1.7.0RC1

2013-07-31 Thread Mark Trompell
; shouldn't need the extra optimization. > > Thanks again for the report; you led me right to the problem. > > Troy > > > On 07/31/2013 01:26 PM, Mark Trompell wrote: > > attached patch makes diatheke somewhat work again. > I wonder why the cast doesn'

Re: [sword-devel] SWORD 1.7.0RC1

2013-07-31 Thread Mark Trompell
return getKey(); } \ SWModule &operator <<(const char *inbuf) { setEntry(inbuf); return *this; } \ On Wed, Jul 31, 2013 at 10:18 AM, Mark Trompell wrote: > I did some bisecting that shows r2921 is the first commit that breaks > diatheke, so I think the revert of the qt support work wasn

Re: [sword-devel] SWORD 1.7.0RC1

2013-07-31 Thread Mark Trompell
I did some bisecting that shows r2921 is the first commit that breaks diatheke, so I think the revert of the qt support work wasn't complete On Wed, Jul 31, 2013 at 9:38 AM, Mark Trompell wrote: > Ok, that's not because of r2922, but output of diatheke is crippled. > > On Wed

Re: [sword-devel] SWORD 1.7.0RC1

2013-07-31 Thread Mark Trompell
Ok, that's not because of r2922, but output of diatheke is crippled. On Wed, Jul 31, 2013 at 9:21 AM, Mark Trompell wrote: > diatheke is broken probably beacuse of r2922. I try to revert to confirm... > Btw, this change forces changes in xiphos and probably every other frontend. >

Re: [sword-devel] SWORD 1.7.0RC1

2013-07-31 Thread Mark Trompell
Instructions to unsubscribe/change your settings at above page -- Mark Trompell Foresight Linux Xfce Edition Cause your desktop should be freaking cool (and Xfce) ___ sword-devel mailing list: sword-devel@crosswire.org http://www.crosswire.org/mailma

Re: [sword-devel] SWORD 1.7.0 final stretch

2013-07-16 Thread Mark Trompell
not yet been able to test if there are > more serious problems. > > Peter > > > > ___ > sword-devel mailing list: sword-devel@crosswire.org > http://www.crosswire.org/mailman/listinfo/sword-devel >

Re: [sword-devel] SWORD 1.7.0 final stretch

2013-07-16 Thread Mark Trompell
weeks, maybe longer (building with cmake, so maybe the issue is build related), so maybe it wasn't me breaking my icu install. Would one need to install the ressource files somewhere? or should they come with icu provided by my system? -- Mark Trompell Foresight Linux Xfce Edition Cause your

Re: [sword-devel] Repositories for free and open works

2013-07-10 Thread Mark Trompell
___ >> sword-devel mailing list: sword-devel@crosswire.org >> http://www.crosswire.org/mailman/listinfo/sword-devel >> Instructions to unsubscribe/change your settings at above page > > > > _______ > sword-devel mailing list: sword-devel@crossw

Re: [sword-devel] SWORD 1.7.0 final stretch

2013-07-08 Thread Mark Trompell
st stuff and let > us know. Let's try to shoot for an RC1 build at midnight tonight. I'm > happy that bindings work on at least a few systems now, and hopefully those > where problems still exist might be patched by package maintainers. > > Consider this a 'last call

Re: [sword-devel] SWORD 1.7.0 final stretch

2013-07-07 Thread Mark Trompell
swire.org/mailman/listinfo/sword-devel >>> Instructions to unsubscribe/change your settings at above page >>> >>> >>> ___ >>> sword-devel mailing list: sword-devel@crosswire.org >>> http://www.cros

Re: [sword-devel] installmgr (and xiphos) crashes (svn 2831)

2013-07-06 Thread Mark Trompell
y. The modification was to > simplify the logic using SWBuf instead of a char *. Tested with my own repository, and crosswire.org (http and https). Modules install fine, no crash. > Thanks again for the patch, Thanks for taking care. > Troy Blessings Mark > > On 07/04/2013 09:4

Re: [sword-devel] installmgr (and xiphos) crashes (svn 2831)

2013-07-04 Thread Mark Trompell
k On Thu, Jul 4, 2013 at 7:40 AM, Mark Trompell wrote: > ok, just to summarize, what we need is: > https://gitorious.org/~jotik/sword-svn-mirrors/jotiks-sword-trunk/commit/1b8ab91ff994c8584d6c61cb7d334273732d8216?format=patch > https://gitorious.org/~jotik/sword-svn-mirrors/jotiks-swor

Re: [sword-devel] installmgr (and xiphos) crashes (svn 2831)

2013-07-03 Thread Mark Trompell
https://gitorious.org/~jotik/sword-svn-mirrors/jotiks-sword-trunk/commit/fc85e83a00250a9d172bafc0dca33aa88c6e9e27?format=patch Would be great, if someone could add them too trunk before 1.7 is out. On Tue, Jul 2, 2013 at 11:25 AM, Mark Trompell wrote: > On Tue, Jul 2, 2013 at 9:50 AM, Jaak Risti

Re: [sword-devel] Ubuntu Touch Bible app

2013-07-03 Thread Mark Trompell
ou all! > > -- > Regards > > > ___ > sword-devel mailing list: sword-devel@crosswire.org > http://www.crosswire.org/mailman/listinfo/sword-devel > Instructions to unsubscribe/change your settings at above page -- Mark Trompe

Re: [sword-devel] installmgr (and xiphos) crashes (svn 2831)

2013-07-02 Thread Mark Trompell
pBufRes then the assert() isn't needed anymore? Anyway, thanks for taking care, now I hope one of the sword devs applies the fix. > Blessings, > Jaak Blessing Mark -- Mark Trompell Foresight Linux Xfce Edition Cause your desktop should be freaking cool (and Xfce) ___

Re: [sword-devel] installmgr (and xiphos) crashes (svn 2831)

2013-07-01 Thread Mark Trompell
On Mon, Jul 1, 2013 at 5:46 PM, Jaak Ristioja wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 01.07.2013 14:45, Mark Trompell wrote: >> how do we know that pBuf++ is actually not outside our buffer? > > You mean pBuf before pBuf = strstr(pBuf, " poin

Re: [sword-devel] installmgr (and xiphos) crashes (svn 2831)

2013-07-01 Thread Mark Trompell
://gitorious.org/~jotik/sword-svn-mirrors/jotiks-sword-trunk/commit/4a261b27a7bec9d9300da6c357666a3851f3d34e > > There you go! Took me half an hour. > > Blessings, > Jaak > > On 27.06.2013 22:41, Mark Trompell wrote: >> I see. I'll try to come up with a better pa

Re: [sword-devel] installmgr (and xiphos) crashes (svn 2831)

2013-06-27 Thread Mark Trompell
ility. I wonder whether a CVE is required. Blessings, Jaak On 27.06.2013 14:45, Mark Trompell wrote: > Sending again with tabs instead of blancs in the first hunk > > On Thu, Jun 27, 2013 at 1:17 PM, Mark Trompell > wrote: >> I just fixed it :). Attached patch will initi

Re: [sword-devel] installmgr (and xiphos) crashes (svn 2831)

2013-06-27 Thread Mark Trompell
Sending again with tabs instead of blancs in the first hunk On Thu, Jun 27, 2013 at 1:17 PM, Mark Trompell wrote: > I just fixed it :). > Attached patch will initialize possibleNames with 0 bytes to make sure > we always have the name 0 terminated properly. > and it will move the

Re: [sword-devel] installmgr (and xiphos) crashes (svn 2831)

2013-06-27 Thread Mark Trompell
) Shouldn't break existing setups. On Wed, Jun 26, 2013 at 2:51 PM, Mark Trompell wrote: > I'm trying to access a http repository (http://marktrompell.de/sword/) > installmgr -r works fine, -rl too but installmgr segfaults on -ri > Same for Xiphos, I can refresh and see what module

[sword-devel] installmgr (and xiphos) crashes (svn 2831)

2013-06-26 Thread Mark Trompell
setup, but nevertheless sword shouldn't crash. Attaching 2 backtraces, one from installmgr and the otherone from xiphos. Blessings Mark -- Mark Trompell Foresight Linux Xfce Edition Cause your desktop should be freaking cool (and Xfce) (gdb) bt full #0 0x7611ec95 in ?? () from /lib64/libc.so.6

Re: [sword-devel] SWORD 1.7.0 final stretch

2013-06-19 Thread Mark Trompell
; > > On Wed, Jun 19, 2013 at 7:17 AM, Mark Trompell > wrote: >> >> I would still like to have some feedback on attached patch to be able >> to use -DLIB_SUFFIX=64 to make make install install to /lib64. >> Hardcoding lib is not good anyway, even if there might be bette

Re: [sword-devel] SWORD 1.7.0 final stretch

2013-06-19 Thread Mark Trompell
> ___ > sword-devel mailing list: sword-devel@crosswire.org > http://www.crosswire.org/mailman/listinfo/sword-devel > Instructions to unsubscribe/change your settings at above page -- Mark Trompell Foresight Linux Xfce Edition Cause your

Re: [sword-devel] mobile development update and invitation to participate

2013-06-13 Thread Mark Trompell
text looks diferent :). I tried the S60 version on my N8 and adding Genbooks/DEVOTIONALS (DBD) makes it still freeze. Thanks for providing this thing. -- Mark Trompell Foresight Linux Xfce Edition Cause your desktop should be freaking cool (and Xfce)

Re: [sword-devel] mobile development update and invitation to participate

2013-06-12 Thread Mark Trompell
On Tue, Jun 11, 2013 at 10:33 PM, Konstantin Maslyuk wrote: > Hi, i have just uploaded new version. With some fixes to search, there > really was crash when trying to search. No new one for ^3|anna|belle? How do you build them? maybe I can build them myself. -- Mark Trompell Foresight

Re: [sword-devel] I implore you...

2013-06-12 Thread Mark Trompell
On Wed, Jun 12, 2013 at 9:46 AM, Mark Trompell wrote: > I just found that I carry a patch in my package to work around some > issues with curl 720 (can't remember what it was) > is that still needed for something? Attaching it to the mail in case > someone knows This one is c

Re: [sword-devel] I implore you...

2013-06-12 Thread Mark Trompell
ase, can we just have a release? 'Twould be nice. > > --Greg > > ___ > sword-devel mailing list: sword-devel@crosswire.org > http://www.crosswire.org/mailman/listinfo/sword-devel > Instructions to unsubscribe/change your setting

Re: [sword-devel] mobile development update and invitation to participate

2013-06-06 Thread Mark Trompell
27;t imaging anyone NOT having a problem with it. >> Also, there doesn't seem to be a way to go to a 'found' passage back in the >> text - aside from taking note of the reference and manually looking it up. >> >> Never-the-less, yet another step in the right direc

Re: [sword-devel] mobile development update and invitation to participate

2013-06-06 Thread Mark Trompell
if >> something can be done to get this working. >> >> Brian. >> > > > ___ > sword-devel mailing list: sword-devel@crosswire.org > http://www.crosswire.org/mailman/listinfo/sword-devel > Instructions to unsubscr

Re: [sword-devel] mobile development update and invitation to participate

2013-06-06 Thread Mark Trompell
btw, where does bt mini store the modules on symbian. I couldn't find them. Would be good if it doesn't store them on C drive. On Thu, Jun 6, 2013 at 8:27 AM, Mark Trompell wrote: > On Wed, Jun 5, 2013 at 8:20 PM, Костя Маслюк wrote: >> Hi, again, i didn't expected that

Re: [sword-devel] Bible book introductions

2013-06-05 Thread Mark Trompell
e 3gs 6.1 firmware). Can't believe that > 3g to 3gs performance difference can be up to 16 times. As written in another thread, I just used Bibletime mini to create an index of GerNeuUe on my nokia n8 which took less than 5 minutes. But I believe the n8 has a slightly faster cpu than the iphone

Re: [sword-devel] mobile development update and invitation to participate

2013-06-05 Thread Mark Trompell
sings > Blessings to you Mark -- Mark Trompell Foresight Linux Xfce Edition Cause your desktop should be freaking cool (and Xfce) ___ sword-devel mailing list: sword-devel@crosswire.org http://www.crosswire.org/mailman/listinfo/sword-devel Inst

Re: [sword-devel] progress with 1.7.0 ?

2013-06-04 Thread Mark Trompell
have use for them. > --Greg > > > ___ > sword-devel mailing list: sword-devel@crosswire.org > http://www.crosswire.org/mailman/listinfo/sword-devel > Instructions to unsubscribe/change your settings at above page -- Mark Trompell

Re: [sword-devel] progress with 1.7.0 ?

2013-06-04 Thread Mark Trompell
ricky with lack of time, as with everyone else here :) > ___ > sword-devel mailing list: sword-devel@crosswire.org > http://www.crosswire.org/mailman/listinfo/sword-devel > Instructions to unsubscribe/change your settings at above page -- Ma

[sword-devel] add LIB_SUFFIX to install.cmake

2012-02-15 Thread Mark Trompell
with attached patch you can tell cmake that libs belong to lib64 on x86_64 if preferred by adding -DLIB_SUFFIX=64 to the cmake call. -- Mark Trompell Foresight Linux Xfce Edition Cause your desktop should be freaking cool (and Xfce) cmake_libdir.patch Description: Binary data

Re: [sword-devel] ICCM Europe 2012

2011-10-11 Thread Mark Trompell
> The next ICCM-Europe conference in the Netherlands is scheduled for February > 8th (Wednesday) - February 11st (Saturday), 2012. At least it doesn't clash with FOSDEM (4th to 5th) this time. Thanks for the reminder. > David Mark -- Mark Trompell Foresight Linux Xfce Edit

Re: [sword-devel] Virus in Luther's Works?

2011-09-27 Thread Mark Trompell
l > Sent from the SWORD Dev mailing list archive at Nabble.com. > > ___ > sword-devel mailing list: sword-devel@crosswire.org > http://www.crosswire.org/mailman/listinfo/sword-devel > Instructions to unsubscribe/change your settings at above page &

[sword-devel] cmake issues

2010-10-26 Thread Mark Trompell
Hi, today I tried to build sword 1.6.2 with cmake. I'm using Foresight Linux 64 bit version. Here are the issues I found: 1. make install installed into /usr/lib instead of /usr/lib64, although the pkgconfig file said libs are in lib64. 2. the icu stuff ended up in /usr/lib/1.6.2_icu... instead of

Re: [sword-devel] Sword 1.6.2 NOW!

2010-09-14 Thread Mark Trompell
Am Mon, 13 Sep 2010 23:07:32 +0100 schrieb "Troy A. Griffitts" : > > We plan to release soon, but didn't know there was an urgent need. > There are things unreleasable in head right now which need to be > removed if we release 1.6.2 sooner rather than later. > > I was under the impression all di

Re: [sword-devel] Proposition concerning module names

2009-12-02 Thread Mark Trompell
; is the module name & that's in English. I wonder if it wouldn't make sense to always display the name of the bible/book in the language it is written in. You wouldn't read a chinese bible if you can't read it anyway. -- Mark Trompell Foresight Linux Xfce Edition Cau

Re: [sword-devel] SWORD 1.6.1

2009-10-14 Thread Mark Trompell
On Tue, Sep 8, 2009 at 10:39 AM, Troy A. Griffitts wrote: > Hey guys, Hi > We've made a number of significant small changes to warrant a 1.6.1 > release. any news on that? >        -Troy. Mark -- Mark Trompell Foresight Linux Xfce Edition Cause your desktop should be f

[sword-devel] german menge

2009-09-28 Thread Mark Trompell
. Would it be possible to copy from online bibles, if they use the original text? Would it make any sense to ask the distributor of that translation for support (like providing some textfiles)? blessing Mark -- Mark Trompell Foresight Linux Xfce Edition Cause your desktop should b

Re: [sword-devel] SWORD 1.6.x LOCALIZATION HELP WANTED

2009-05-06 Thread Mark Trompell
les.d/ I'm just wondering how 'choices' are handled. i.e different german bibles have different booknames sometimes. Like Job is called Ijob in some translations and Hiob in others. Ecclesiastes is called 'kohelet' or 'prediger' Blessings Mark -- Mark Trompell Fo

[sword-devel] building a community

2009-03-16 Thread Mark Trompell
getting to know about that would be another problem to think of. That's just a rough thought. Needs comments and polishing though. Blessings Mark -- Mark Trompell Foresight Linux Xfce Edition Cause your desktop should be freaking cool (and Xfce) ___

Re: [sword-devel] encryption and integrity checking.

2009-03-11 Thread Mark Trompell
work too well with opensource software > > Manfred Mark -- Mark Trompell Foresight Linux Xfce Edition Cause your desktop should be freaking cool (and Xfce) ___ sword-devel mailing list: sword-devel@crosswire.org http://www.crosswire.org/mailm

Re: [sword-devel] Getting rid of BibleCS

2009-02-26 Thread Mark Trompell
Am Thu, 26 Feb 2009 15:43:25 + schrieb Manfred Bergmann : > I think even though many people have Macs nowadays, very few do > development on it. And then there is Objective-C and Interface > Builder which are languages tools only available to Mac. That makes > it more difficult for people c

Re: [sword-devel] Fosdem

2009-01-30 Thread Mark Trompell
On Wed, Jan 28, 2009 at 3:37 PM, Daniel Glassey wrote: > I don't suppose anyone else is planning to go to Brussels for Fosdem > next weekend (7-8 Feb)? I'll be there, but I'm no dev, just packaging sword and gnomesword/xiphos for foresight linux. > Regards, > Dani

Re: [sword-devel] tei proposal

2008-11-27 Thread Mark Trompell
good choise for those working on windows). > --Chris Mark -- Mark Trompell Foresight Linux Xfce Edition Cause your desktop should be freaking cool (and Xfce) ___ sword-devel mailing list: sword-devel@crosswire.org http://www.crosswire.org/mailman/l

[sword-devel] links to GPL on crosswire.org

2008-11-07 Thread Mark Trompell
Hi, http://www.crosswire.org and http://www.crosswire.org/sword/index.jsp at least, are pointing to http://www.gnu.org/licenses/gpl.html which has gpl3 by now. Someone probably should change it to http://www.gnu.org/licenses/old-licenses/gpl-2.0.html to avoid confusion. Mark -- Mark Trompell

Re: [sword-devel] gnomeSword compilation

2005-12-09 Thread Mark Trompell
> Is 2.1.2 brand-new? I'd swear I had gotten 2.1.1 just the day > before from the same place. No its from May Mark ___ sword-devel mailing list: sword-devel@crosswire.org http://www.crosswire.org/mailman/listinfo/sword-devel Instructions to unsubscribe/c

Re: [sword-devel] gnomeSword compilation

2005-12-07 Thread Mark Trompell
> Has anyone else gotten a recent GnomeSword to compile against a recent > Sword toolkit? gnomesword-2.1.2 should compile with sword 1.5.8, you can get it at http://sf.net/projects/gnomesword > Thanks! > > Fred Mark ___ sword-devel mailing list: sw

Re: [sword-devel] GnomeSword

2005-11-18 Thread Mark Trompell
On Fri, 2005-11-18 at 13:19 -0700, David wrote: > Who works on GnomeSword? Terry Biggs mainly. There is a gnomesword list on sourceforge. Mark ___ sword-devel mailing list: sword-devel@crosswire.org http://www.crosswire.org/mailman/listinfo/sword-devel

Re: [sword-devel] .NET wrapper or port of SWORD?

2005-10-03 Thread Mark Trompell
Am Sonntag, den 02.10.2005, 22:17 +0200 schrieb Joachim Ansorg: > SWIG? > I don't know if the current version supports C#. Yes it does. http://www.swig.org/compare.html > We already have some SWIG stuff in bindings/swig/. So adding .net should not be so hard for someone who nows swig. Unfortunatly

[sword-devel] Sword -> fortune

2005-06-29 Thread Mark Trompell
Hello, is there a way to use sword modules with fortune? Regards Mark ___ sword-devel mailing list: sword-devel@crosswire.org http://www.crosswire.org/mailman/listinfo/sword-devel Instructions to unsubscribe/change your settings at above page

Re: [sword-devel] Sword Library Bindings

2005-06-25 Thread Mark Trompell
exist. Are there any others? Paricularly he is interested in PHP. Thanks! There are bindings for php4, perl and python. there must be a mail from J. Ansorg telling me how to build the python-bindings in the archive for this month ( unfortunatly I have deleted it by mistake from my mailbox).

[sword-devel] Building Python bindings

2005-06-14 Thread Mark Trompell
How to build python bindings for sword-1.5.8? ./configure --with-python=/usr/bin/python && make ends up with cd python && /usr/bin/python setup.py build_ext -I/usr/include/sword -L/usr/lib -lsword running build_ext building '_Sword' extension gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3

Re: [sword-devel] Converting files

2004-11-25 Thread Mark Trompell
Luiz Augusto Pereira Fernandes wrote: Please, anyone knows any easy mode for converting .html files to gbf, thml or osis? I need it for converting some copyright files for my personal usage. Hi, haven't found one yet. I need a easy way to convert a zefania-file ( an xml- based format) to osis. May