Jon schrieb:
> I'm unable to build using a fresh checkout from svn trunk, r6281. IYep, I got the same problem... As a workaround, either add
> almost immediately get the error "dereferencing type-punned pointer will
> break strict-//aliasing rules" building in lib/. Seems unhappy about
> G_LOCK and G_UNLOCK.
-fno-strict-aliasing to your CFLAGS or add something like
"librb_la_CFLAGS = -fno-strict-aliasing" to lib/Makefile.am to only set
this flag when building in lib/.