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.
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
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
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
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
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
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
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
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