[sword-devel] Solaris Compile problem

2005-09-08 Thread Jacob Daniel
I was compiling sword 1.5.8 engine on a Solaris box and ran into a compile issue that I got around but wanted to report for your information. I did the following: ./configure --prefix=/home/vhdllib/jacob/gnu2 make and I got the following error: g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../inc

Re: [sword-devel] Sword Searching

2002-04-23 Thread Jacob Daniel
I believe that \bfool\b with Regular Expression search should work. On Tue, Apr 23, 2002 at 05:19:07PM +0200, Martin Gruner wrote: > > I wish you could do plain word searches in Sword. I.e. I wish > > I could search for "fool" without getting all references to "foolish" > > for example. > > You

[sword-devel] Bug in 1.5.3

2002-04-23 Thread Jacob Daniel
Hello all, I'm using Sword for Windows 1.5.3 on Windows 98. When I use the search window and select "Custom Range" but do not select anything for the custom range I get a fatal exception. Thanks for all the great work done on this project! Jacob

[sword-devel] Copyright Law

2002-02-19 Thread Jacob Daniel
FYI, there is a discussion on slashdot on a copyright case that has been accepted by the Supreme Court. I wonder what the effects would be on the works that The Sword Project can publish. Cheers, Jacob

[sword-devel] 1.5.2 Compile on Solaris summary

2001-11-21 Thread Jacob Daniel
I just wanted to summarize the issues that I ran into while compiling the sword library on Solaris (althoug I was a mostly GNU environment.) Much thanks to Brady Morgan for the suggestions. 1) The lelong and leshort function in zverse.cpp needs and additional: #include 2) "make install"

Re: [sword-devel] 1.5.2 Compile error: Solaris

2001-11-21 Thread Jacob Daniel
Brady you are a mind reader! I did mess with the Makefile.cfg in the interim. Everything compiled successfully. Now to see if it will work... God Bless You! Jacob On Tue, Nov 20, 2001 at 03:05:18PM -0800, Brady Morgan wrote: > Jacob, > > On the surface, it appears your link is not including

Re: [sword-devel] 1.5.2 Compile error: Solaris

2001-11-20 Thread Jacob Daniel
zverse.cpp Tue Jul 3 15:17:03 2001 > *** > *** 11,16 > --- 11,17 > #include > #include > #include > + #include /* For 'lelong()' */ > > #ifndef __GNUC__ > #include > > > That added include file defines t

[sword-devel] 1.5.2 Compile error: Solaris

2001-11-19 Thread Jacob Daniel
Hi, I have had little luck with compiling sword for solaris. I finally have a GNU'ified env setup...I thought it would help but I got the following error message when I try to compile. Am I missing a library or something? make[2]: Entering directory `/home/jdaniel/downloads/sword-1.5.2/src/mo

Re: [sword-devel] sword.cx

2001-11-16 Thread Jacob Daniel
On Thu, Nov 15, 2001 at 06:13:15PM -0700, Troy A. Griffitts wrote: > Thanks guys, > Alot of work from alot of people have gone into the new website. I'm > hoping to finish up a few things this evening and then I consider it > ready for primetime! > > Please review and let me know you

Re: [sword-devel] RE: website

2001-09-24 Thread Jacob Daniel
FYI, the following left hand side link to Diatheke didn't work: http://www.sword.cx/sword/diatheke Jacob