Re: [sword-devel] MingWin

2005-05-02 Thread Krzysztof Bialas
. - Original Message - From: "Barry Drake" <[EMAIL PROTECTED]> To: "SWORD Developers' Collaboration Forum" Sent: Monday, May 02, 2005 12:12 PM Subject: [sword-devel] MingWin Hi there Thanks for updating the SVN. I confirm that the library build

[sword-devel] MingWin

2005-05-02 Thread Barry Drake
Hi there Thanks for updating the SVN. I confirm that the library builds under MingWin (and so almost certainly under CygWin) with no more need to modify configure.ac. I'm delighted. Thanks. God bless, Barry -- From Barry Drake (The Revd) minister of the Netherfield United Reformed c

Re: [sword-devel] MinGwin

2005-04-27 Thread Troy A. Griffitts
DM, My fundamental problem is that I was hoping for a trivially simple solution where Eclipse with the CDT plugin (CDT makes C/C++ development possible in Eclipse) could be used to do Sword development (Sword API, BibleCS, tools, ) I don't have the time to figure it out. I was also curious

Re: [sword-devel] MinGwin

2005-04-27 Thread DM Smith
Barry Drake wrote: Hi there ... DM Smith wrote: It appears that the whole configure thing to generate a Makefile is way too complicated given the defines that Sword actually uses. It's not complicated at all. You do need to use the command line though. Anything that requires a command l

Re: [sword-devel] MinGwin

2005-04-27 Thread Barry Drake
Hi there ... DM Smith wrote: It appears that the whole configure thing to generate a Makefile is way too complicated given the defines that Sword actually uses. It's not complicated at all. You do need to use the command line though. With the modification to the configure.ac file that

Re: [sword-devel] MinGwin

2005-04-25 Thread DM Smith
Barry Drake wrote: DM Smith wrote: I was able to get Sword API to compile under Cygwin, but it did not build a dll, rather a sa (if I remember). The makefile isn't intended to build a dll - the libsword.la that is produced is a static library archive. It is simply a bundle of all the .o (obje

Re: [sword-devel] MinGwin

2005-04-25 Thread Barry Drake
Hi Chris . Krzysztof Bialas wrote: This is definitelly great news!! I'm also looking for it in Cygwin - SVN version bails out on configure script while creating Makefiles thou... All I did was use the configuration files out of the old Sword 1.5.7 version that can be downloaded from the Swor

Re: [sword-devel] MinGwin

2005-04-25 Thread Barry Drake
DM Smith wrote: I was able to get Sword API to compile under Cygwin, but it did not build a dll, rather a sa (if I remember). The makefile isn't intended to build a dll - the libsword.la that is produced is a static library archive. It is simply a bundle of all the .o (object) files. You can

Re: [sword-devel] MinGwin

2005-04-24 Thread DM Smith
n swordwin TWiki for mingw/cygwin compilation is needed?? Greetings, Christopher - Original Message - From: "Barry Drake" <[EMAIL PROTECTED]> To: "SWORD Developers' Collaboration Forum" Sent: Sunday, April 24, 2005 3:16 PM Subject: [sword-devel] MinGwin Hi t

Re: [sword-devel] MinGwin

2005-04-24 Thread Krzysztof Bialas
From: "Barry Drake" <[EMAIL PROTECTED]> To: "SWORD Developers' Collaboration Forum" Sent: Sunday, April 24, 2005 3:16 PM Subject: [sword-devel] MinGwin Hi there ... Just to say that having got everything including the utilities to build under the free Borland Bu

[sword-devel] MinGwin

2005-04-24 Thread Barry Drake
Hi there ... Just to say that having got everything including the utilities to build under the free Borland Builder 6, I though I'd have a go with Mingwin. It's years since I looked at it, and it really has improved. The msys package gives the look and feel of the Linux console, and has al