Manfred, On Mon, Feb 23, 2009 at 2:03 AM, Manfred Bergmann <bergman...@web.de> wrote: > Hi Greg. > > malloc.h has to be available, it is part of libc. > > Candit:~ mbergmann$ find /usr/include/* -name "malloc.h" > /usr/include/malloc/malloc.h > /usr/include/objc/malloc.h > /usr/include/sys/malloc.h
I was bouncing around the web right after sending the e-mail and sure enough, there is a malloc.h in my sys/malloc.h. However, icutest.cpp simply has the line "#include <malloc.h>" - and since the location of malloc.h is not under a sys/ folder in Linux, apparently this issue has gone unnoticed. By changing malloc.h to sys/malloc.h I was able to build and run all the tests in 1.5.11 without a problem. Perhaps it should be an issue picked up on in configure-time or compile-time flags, changing the include to the sys/malloc.h for Mac? --Greg _______________________________________________ sword-devel mailing list: sword-devel@crosswire.org http://www.crosswire.org/mailman/listinfo/sword-devel Instructions to unsubscribe/change your settings at above page