Re: [sword-devel] tests build error

2009-02-23 Thread Greg Hellings
Manfred, On Mon, Feb 23, 2009 at 2:03 AM, Manfred Bergmann 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 a

Re: [sword-devel] tests build error

2009-02-23 Thread Manfred Bergmann
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 Maybe the include path is not correct. Regards, Manfred Am 23.02.2009 um 07:24 schrieb Greg H