[sword-devel] SWORD 1.6.0RC1

Greg Hellings greg.hellings at gmail.com
Mon Apr 13 14:28:57 MST 2009


Tried building on Mac from the command-line (I think that Manfred is
moving toward using the IDE, but command-line is probably easiest for
most people, since the library uses autotools which specializes in
Unix makefiles).  The library built and compiled fine, but the icutest
doesn't build.  It complains about not being able to find malloc.h --
I've mentioned this before and was just told to disable tests, which
works, but it really should build with tests before we release!
malloc.h is around on the system - in fact 'find / -name malloc.h'
returns 32 different copies of it.  The most useful ones are probably:
/usr/include/malloc/malloc.h
/usr/include/objc/malloc.h
/usr/include/sys/malloc.h
The rest are for specific SDK frameworks that I have installed.  I
will proceed to finish the build without the tests and compile against
BibleTime, but having our own internal tests fail to compile just
looks bad.

--Greg



More information about the sword-devel mailing list