I am trying to get the 3D snow effect in Fedora, but I can't get the plugin. I tried compiling it from source (an Ubuntu oriented version I think) but I get there errors:
Code:
[jonathan@zorgothia snow]$ make
compiling : snow.c -> build/snow.losnow.c: In function ‘updateSnowTextures’:
snow.c:459: warning: passing argument 1 of ‘compLogMessage’ from incompatible pointer type
/usr/include/compiz/compiz-core.h:1143: note: expected ‘const char *’ but argument is of type ‘struct CompDisplay *’
snow.c:459: error: incompatible type for argument 2 of ‘compLogMessage’
/usr/include/compiz/compiz-core.h:1143: note: expected ‘CompLogLevel’ but argument is of type ‘char *’
snow.c:459: warning: passing argument 3 of ‘compLogMessage’ makes pointer from integer without a cast
/usr/include/compiz/compiz-core.h:1143: note: expected ‘const char *’ but argument is of type ‘int’
snow.c:463: warning: passing argument 1 of ‘compLogMessage’ from incompatible pointer type
/usr/include/compiz/compiz-core.h:1143: note: expected ‘const char *’ but argument is of type ‘struct CompDisplay *’
snow.c:463: error: incompatible type for argument 2 of ‘compLogMessage’
/usr/include/compiz/compiz-core.h:1143: note: expected ‘CompLogLevel’ but argument is of type ‘char *’
snow.c:463: warning: passing argument 3 of ‘compLogMessage’ makes pointer from integer without a cast
/usr/include/compiz/compiz-core.h:1143: note: expected ‘const char *’ but argument is of type ‘int’
snow.c: In function ‘snowInitScreen’:
snow.c:542: warning: passing argument 2 of ‘compAddTimeout’ makes integer from pointer without a cast
/usr/include/compiz/compiz.h:123: note: expected ‘int’ but argument is of type ‘int (*)(void *)’
snow.c:542: warning: passing argument 3 of ‘compAddTimeout’ from incompatible pointer type
/usr/include/compiz/compiz.h:123: note: expected ‘CallBackProc’ but argument is of type ‘struct CompScreen *’
snow.c:542: error: too few arguments to function ‘compAddTimeout’
snow.c: In function ‘snowDisplayOptionChanged’:
snow.c:609: warning: passing argument 2 of ‘compAddTimeout’ makes integer from pointer without a cast
/usr/include/compiz/compiz.h:123: note: expected ‘int’ but argument is of type ‘int (*)(void *)’
snow.c:609: warning: passing argument 3 of ‘compAddTimeout’ from incompatible pointer type
/usr/include/compiz/compiz.h:123: note: expected ‘CallBackProc’ but argument is of type ‘struct CompScreen *’
snow.c:609: error: too few arguments to function ‘compAddTimeout’
make: *** [build/snow.lo] Error 1
Does anyone know how to get this plugin for Fedora or some other way to get a nice 3D snow effect?