From: Duilio J. P. <dp...@fc...> - 2004-10-15 03:35:06
|
> Duilio, you wrote this, could you please have a look at it ? :) > > Cheers, > Dennis Really strange, the declaration on lv_mem.h is: #if defined(__GNUC__) && !defined(VISUAL_OS_WIN32) void *visual_mem_malloc0 (visual_size_t nbytes) __attribute_malloc__; #else void *visual_mem_malloc0 (visual_size_t nbytes); #endif /* __GNUC__ */ so apparently FreeBSD have the same problem that cygwin on win32: it is a GNU system, but it doesn't support extended attributes. I will check this in depth... Bye, Duilio. |