Re: [Rhythmbox-devel] can't compile svn HEAD





2009/4/9 Christian Becke <christianbecke web de>
Jon schrieb:
> I'm unable to build using a fresh checkout from svn trunk, r6281.  I
> 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.

Yep, I got the same problem... As a workaround, either add
-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/.

Which glib version are you using? This looks like http://bugzilla.gnome.org/show_bug.cgi?id=316221

Christophe


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]