Re: [sword-devel] MingWin

2005-05-02 Thread Krzysztof Bialas
I can also confirm, that configure.ac is no longer the problem on Cygwin. However there is still problem with sword/include/swobject.h . The include file unixstr.h should not be included on Cygwin! I do not know what defines should be added - the developers should decide. Greetings, Christopher.

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
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 hardest part was generating the makefiles. I had a lot of false starts. If I remember there was output that said to add a file to another, so I did that then it worked. Since I have b

Re: [sword-devel] MinGwin

2005-04-24 Thread Krzysztof Bialas
This is definitelly great news!! I'm also looking for it in Cygwin - SVN version bails out on configure script while creating Makefiles thou... I'd also like to see BibleTime compiled in Cygwin - it looks like everything is available - KDE and QT are already there. I'd like to check it but curre