Comment 5 for bug 1164959

Revision history for this message
Gerald Young (gerald-young) wrote :

I'm getting macro redefinition errors for jardin_mutex_init and jardin_mutex_clear. Dropping the second definition gets rid of the errors (Jardin uses static mutexes only).

Also it seems that src/server/jardin_server_stats.c does not include config.h prior to including jardin_macros.h so that leads to some errors.

I'm building with glib-2.0 and gobject-2.0 version 2.28.6 (so using old API).