Re: [sword-devel] SWORD with Cygwin [was: SWORDWeb for Windows]

2005-12-19 Thread Chris Little
libunicode is not necessary for Sword. The header files that were mentioned refer to ICU, as Troy said. --Chris David Blue (Mailing List Addy) wrote: On Monday 19 December 2005 11:00, David Forslund wrote: Which package? I thought I saw it under libunicode and libunicode-devel. However I

Re: [sword-devel] SWORD with Cygwin [was: SWORDWeb for Windows]

2005-12-19 Thread David Blue (Mailing List Addy)
On Monday 19 December 2005 11:00, David Forslund wrote: > Which package? I thought I saw it under libunicode and libunicode-devel. However I could be mistaken ___ sword-devel mailing list: sword-devel@crosswire.org http://www.crosswire.org/mailman/listi

Re: [sword-devel] SWORD with Cygwin [was: SWORDWeb for Windows]

2005-12-19 Thread David Forslund
Which package? Thanks, Dave David Blue (Mailing List Addy) wrote: On Monday 19 December 2005 01:15, David Forslund wrote: Is that available for cygwin? I didn't see it in the list of packages or libraries. I thought I saw it last time I installed cygwin ___

Re: [sword-devel] SWORD with Cygwin [was: SWORDWeb for Windows]

2005-12-19 Thread David Forslund
I turned off lucene and got a lot farther. It seems to almost completely compile and then fails at: g++ -O3 -g -O2 -o buildtest.exe buildtest.o ./lib/.libs/libsword.a -lz ./lib/.libs/libsword.a(swobject.o): In function `_ZNK5sword7SWClass16isAssignableFromEPKc': /cygdrive/c/projects/sword/lib

Re: [sword-devel] SWORD with Cygwin [was: SWORDWeb for Windows]

2005-12-19 Thread David Blue (Mailing List Addy)
On Monday 19 December 2005 01:15, David Forslund wrote: > Is that available for cygwin?   I didn't see it in the list of packages > or libraries. I thought I saw it last time I installed cygwin ___ sword-devel mailing list: sword-devel@crosswire.org htt

Re: [sword-devel] SWORD with Cygwin [was: SWORDWeb for Windows]

2005-12-19 Thread Troy A. Griffitts
David, Sure, you can turn off lucene, as well. This test is focused on a basic swordweb setup for windows. I'm more concerned with ORBit on Windows, than I am about any feature of SWORD for windows. We can more easily fix SWORD problems, if anything needs fixing. -Troy. David

Re: [sword-devel] SWORD with Cygwin [was: SWORDWeb for Windows]

2005-12-18 Thread David Forslund
Is that available for cygwin? I didn't see it in the list of packages or libraries. Dave David Blue (Mailing List Addy) wrote: On Sunday 18 December 2005 19:16, David Forslund wrote: Fixing this made a big difference, but now when compiling utilfuns/utilstr.cpp, it can't find various uni

Re: [sword-devel] SWORD with Cygwin [was: SWORDWeb for Windows]

2005-12-18 Thread David Forslund
That gets it further. Now it has a problem with lucene. I don't think there is a lucene package in cygwin (at least by default). Can I comment out the lucene compile, too? Or is it available somewhere? Dave Troy A. Griffitts wrote: David, You might try editing usrinst.sh to not build

Re: [sword-devel] SWORD with Cygwin [was: SWORDWeb for Windows]

2005-12-18 Thread David Blue (Mailing List Addy)
On Sunday 18 December 2005 19:16, David Forslund wrote: > Fixing this made a big difference, but now when compiling > utilfuns/utilstr.cpp,  it can't find various unicode/*.h include files.   > I can't tell what package is supposed to have them. I believe libunicode is what you want _

Re: [sword-devel] SWORD with Cygwin [was: SWORDWeb for Windows]

2005-12-18 Thread Troy A. Griffitts
David, You might try editing usrinst.sh to not build with ICU, for now. Then restart the build process from ./usrinst.sh Thanks for staying with this. -Troy. David Forslund wrote: Fixing this made a big difference, but now when compiling utilfuns/utilstr.cpp, it

Re: [sword-devel] SWORD with Cygwin [was: SWORDWeb for Windows]

2005-12-18 Thread David Forslund
Fixing this made a big difference, but now when compiling utilfuns/utilstr.cpp, it can't find various unicode/*.h include files. I can't tell what package is supposed to have them. thanks, Dave Chris Little wrote: Actually, it's just a problem in the installed CygWin environment. The defaul

Re: [sword-devel] SWORD with Cygwin [was: SWORDWeb for Windows]

2005-12-18 Thread David Forslund
I can try this out. What I need to know are the required dependencies of the sword software to see what needs to be installed with cygwin. It is difficult to guess from error messages. Thanks, Dave Chris Little wrote: Actually, it's just a problem in the installed CygWin environment. Th

Re: [sword-devel] SWORD with Cygwin [was: SWORDWeb for Windows]

2005-12-18 Thread Chris Little
Actually, it's just a problem in the installed CygWin environment. The default Cygwin environment isn't a full development environment, so you need to install libtool (and maybe other packages) using the CygWin installer. (I'm not sure that there aren't OTHER problems with a CygWin build, but

[sword-devel] SWORD with Cygwin [was: SWORDWeb for Windows]

2005-12-17 Thread Troy A. Griffitts
David, Thank you for your efforts. This is a basic SWORD on Cygwin compile problem, for which I have no expertise. Hoping someone with experience can comment. -Troy. David Forslund wrote: I tried building it under cygwin and get the following errors: C:\projects\sword>sh auto