Comment 5 for bug 968112

Revision history for this message
brainpower (brainpower) wrote : Re: Emerald (the original Compiz Window Decorator) fails to compile on Ubuntu 12.04 Precise, while it was working on all Ubuntu versions before

You've gotta check out the branch "0.9.5" to get the right version.
If you don't, you get 0.8.8 which doesn't compile against compiz 0.9.x

You can check if you've got the right version easily with 'git describe'.
If there is output like "0.8.8-1-ga8c21c4", you've got the wrong version
and gotta switch to 0.9.5 (git checkout 0.9.5),
then git describe should print "0.8.4-11-ga272e26" (I know it's weird, but it's alright) and emerald compiles fine ;)