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



Jon schrieb:
> Ok, maybe a newbie question here, but I haven't yet found anything in
> archives, google etc., not specific enough for me to proceed anyway.
> 
> 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/.


HTH,

Chris



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