Re: [sword-devel] compiling SVN sample programs - ready to give up - please help

2007-02-10 Thread Troy A. Griffitts
Chad, The error: swmgr.h: No such file or directory tells me that you have not installed sword to your include path: I/usr/include:/usr/include/sword Actually, I'm not sure that syntax is legal. Try: I/usr/include -I/usr/

[sword-devel] compiling SVN sample programs - ready to give up - please help

2007-02-10 Thread Chad Johnson
I'm trying to compile the following program and I get the corresponding output. I tried adding using namespace sword; but that did not help. I was able to compile the examples using the makefile generated from ./autogen.sh and /usrinst.sh, but what must I do to get this program to work? What m

Re: [sword-devel] SwordSharp version 0.1.1

2007-02-10 Thread Jonathan Morgan
On 2/3/07, Jason Galyon <[EMAIL PROTECTED]> wrote: > Any interest in testing this on Mono? On Mono 1.1.9.2/Fedora Core 3 I get the following results on the binary distribution. While this is not a very new version of Mono it might be indicative. I have not tried the source distribution. ** (Swo

Re: [sword-devel] Compiling SWORD

2007-02-10 Thread Eeli Kaikkonen
On Fri, 9 Feb 2007, Chad Johnson wrote: > Anybody figure this ustdio thing out? > http://crosswire.org/pipermail/sword-devel/2006-July/024181.html > It's ustdio, not lustdio. -l is a program argument and is followed by a library name, weirdly without a space. Ustdio seems to belong to ICU library