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 ;)
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 ;)