Jean-Baptiste Nivoit
2005-05-04 12:42:00 UTC
In the C files of libarrikei, there are #include <malloc.h> directives
that cause it not to build on Mac OS X, as there's no such header on
that platform. To get sodipodi 0.34 to compile i created an empty
malloc.h header file, but i guess a cleaner solution would be to have
HAVE_MALLOC_H #define generated in config.h at ./configure time. Anyway
i just thought i'd tell you that this causes an unclean build on that
platform.
jb.
that cause it not to build on Mac OS X, as there's no such header on
that platform. To get sodipodi 0.34 to compile i created an empty
malloc.h header file, but i guess a cleaner solution would be to have
HAVE_MALLOC_H #define generated in config.h at ./configure time. Anyway
i just thought i'd tell you that this causes an unclean build on that
platform.
jb.