LukasHetzi
May 19th, 2007, 10:57 PM
Hello,
I tried to install firepaint:
[code:2796d]
[lukas@erde composition-managers]$ git clone git://anongit.opencompositing.org/compcomm/plugins/firepaint
Initialized empty Git repository in /home/lukas/composition-managers/firepaint/.git/
remote: Generating pack...
remote: Done counting 24 objects.
remote: Deltifying 24 objects.
remote: 100% (24/24) done
Indexing 24 objects.
remote: Total 24 (delta 7), reused 0 (delta 0)
100% (24/24) done
Resolving 7 deltas.
100% (7/7) done
[lukas@erde composition-managers]$ cd firepaint/
[lukas@erde firepaint]$ ls
firepaint.c firepaint_tex.h firepaint.xml Makefile
[lukas@erde firepaint]$ make
bcop'ing : firepaint.xml -> firepaint_options.h/bin/sh: --header=firepaint_options.h: command not found
make: *** [firepaint_options.h] Fehler 127
[/code:2796d]
I tried to create the 2 empty files
[code:2796d]
[lukas@erde firepaint]$ touch firepaint_options.h
[lukas@erde firepaint]$ touch firepaint_options.c
[/code:2796d]
[code:2796d]
[lukas@erde firepaint]$ make
schema : firepaint.xml -> compiz-firepaint.schemawarning: failed to load external entity "/schemas.xslt"
cannot parse /schemas.xslt
make: *** [compiz-firepaint.schema] Fehler 4
[lukas@erde firepaint]$ make
compiling : firepaint.c -> build/firepaint.lofirepaint.c: In function 'firePreparePaintScreen':
firepaint.c:500: warning: implicit declaration of function 'firepaintGetBgBrightness'
firepaint.c:506: warning: implicit declaration of function 'firepaintGetNumParticles'
firepaint.c:519: warning: implicit declaration of function 'firepaintGetFireSlowdown'
firepaint.c:534: warning: implicit declaration of function 'firepaintGetFireLife'
firepaint.c:550: warning: implicit declaration of function 'firepaintGetFireSize'
firepaint.c:573: warning: implicit declaration of function 'firepaintGetFireMystical'
firepaint.c:585: warning: implicit declaration of function 'firepaintGetFireColorRed'
firepaint.c:589: warning: implicit declaration of function 'firepaintGetFireColorGreen'
firepaint.c:593: warning: implicit declaration of function 'firepaintGetFireColorBlue'
firepaint.c:598: warning: implicit declaration of function 'firepaintGetFireColorAlpha'
firepaint.c: In function 'fireInitDisplay':
firepaint.c:759: warning: implicit declaration of function 'firepaintSetInitiateInitiate'
firepaint.c:760: warning: implicit declaration of function 'firepaintSetInitiateTerminate'
firepaint.c:761: warning: implicit declaration of function 'firepaintSetClearInitiate'
firepaint.c: At top level:
firepaint.c:846: warning: initialization from incompatible pointer type
firepaint.c:848: warning: initialization from incompatible pointer type
firepaint.c:849: warning: initialization from incompatible pointer type
firepaint.c:850: warning: initialization from incompatible pointer type
firepaint.c:851: warning: initialization from incompatible pointer type
firepaint.c:852: warning: initialization from incompatible pointer type
firepaint.c:853: warning: initialization from incompatible pointer type
compiling : firepaint.c -> build/firepaint.lo
compiling : firepaint_options.c -> build/firepaint_options.lo
linking -> build/libfirepaint.la
[lukas@erde firepaint]$ su
Passwort:
[root@erde firepaint]# make install
install : /root/.compiz/plugins/libfirepaint.so
install : /root/.compiz/metadata/firepaint.xml
install : compiz-firepaint.schemacompiz-firepaint.schema:1: parser error : Document is empty
^
compiz-firepaint.schema:1: parser error : Start tag expected, '<' not found
^
install : compiz-firepaint.schema
[/code:2796d]
Now I thought it should work.. but:
[code:2796d]
[lukas@erde firepaint]$ compiz --loose-binding --sm-disable --replace ccp
......
Adding plugin firepaint (Paint fire on the screen)
......
Adding plugin screenshot (screenshot)
compiz: can't load plugin 'firepaint' because it is built for ABI version 20070328 and actual version is 20070506
compiz: Couldn't activate plugin 'firepaint'
compiz: Couldn't load plugin 'svg'
Active Plugin List update
compiz: can't load plugin 'firepaint' because it is built for ABI version 20070328 and actual version is 20070506
compiz: Couldn't activate plugin 'firepaint'
compiz: Couldn't load plugin 'svg'
[/code:2796d]
Does anybody know what I should do now?
I tried to install firepaint:
[code:2796d]
[lukas@erde composition-managers]$ git clone git://anongit.opencompositing.org/compcomm/plugins/firepaint
Initialized empty Git repository in /home/lukas/composition-managers/firepaint/.git/
remote: Generating pack...
remote: Done counting 24 objects.
remote: Deltifying 24 objects.
remote: 100% (24/24) done
Indexing 24 objects.
remote: Total 24 (delta 7), reused 0 (delta 0)
100% (24/24) done
Resolving 7 deltas.
100% (7/7) done
[lukas@erde composition-managers]$ cd firepaint/
[lukas@erde firepaint]$ ls
firepaint.c firepaint_tex.h firepaint.xml Makefile
[lukas@erde firepaint]$ make
bcop'ing : firepaint.xml -> firepaint_options.h/bin/sh: --header=firepaint_options.h: command not found
make: *** [firepaint_options.h] Fehler 127
[/code:2796d]
I tried to create the 2 empty files
[code:2796d]
[lukas@erde firepaint]$ touch firepaint_options.h
[lukas@erde firepaint]$ touch firepaint_options.c
[/code:2796d]
[code:2796d]
[lukas@erde firepaint]$ make
schema : firepaint.xml -> compiz-firepaint.schemawarning: failed to load external entity "/schemas.xslt"
cannot parse /schemas.xslt
make: *** [compiz-firepaint.schema] Fehler 4
[lukas@erde firepaint]$ make
compiling : firepaint.c -> build/firepaint.lofirepaint.c: In function 'firePreparePaintScreen':
firepaint.c:500: warning: implicit declaration of function 'firepaintGetBgBrightness'
firepaint.c:506: warning: implicit declaration of function 'firepaintGetNumParticles'
firepaint.c:519: warning: implicit declaration of function 'firepaintGetFireSlowdown'
firepaint.c:534: warning: implicit declaration of function 'firepaintGetFireLife'
firepaint.c:550: warning: implicit declaration of function 'firepaintGetFireSize'
firepaint.c:573: warning: implicit declaration of function 'firepaintGetFireMystical'
firepaint.c:585: warning: implicit declaration of function 'firepaintGetFireColorRed'
firepaint.c:589: warning: implicit declaration of function 'firepaintGetFireColorGreen'
firepaint.c:593: warning: implicit declaration of function 'firepaintGetFireColorBlue'
firepaint.c:598: warning: implicit declaration of function 'firepaintGetFireColorAlpha'
firepaint.c: In function 'fireInitDisplay':
firepaint.c:759: warning: implicit declaration of function 'firepaintSetInitiateInitiate'
firepaint.c:760: warning: implicit declaration of function 'firepaintSetInitiateTerminate'
firepaint.c:761: warning: implicit declaration of function 'firepaintSetClearInitiate'
firepaint.c: At top level:
firepaint.c:846: warning: initialization from incompatible pointer type
firepaint.c:848: warning: initialization from incompatible pointer type
firepaint.c:849: warning: initialization from incompatible pointer type
firepaint.c:850: warning: initialization from incompatible pointer type
firepaint.c:851: warning: initialization from incompatible pointer type
firepaint.c:852: warning: initialization from incompatible pointer type
firepaint.c:853: warning: initialization from incompatible pointer type
compiling : firepaint.c -> build/firepaint.lo
compiling : firepaint_options.c -> build/firepaint_options.lo
linking -> build/libfirepaint.la
[lukas@erde firepaint]$ su
Passwort:
[root@erde firepaint]# make install
install : /root/.compiz/plugins/libfirepaint.so
install : /root/.compiz/metadata/firepaint.xml
install : compiz-firepaint.schemacompiz-firepaint.schema:1: parser error : Document is empty
^
compiz-firepaint.schema:1: parser error : Start tag expected, '<' not found
^
install : compiz-firepaint.schema
[/code:2796d]
Now I thought it should work.. but:
[code:2796d]
[lukas@erde firepaint]$ compiz --loose-binding --sm-disable --replace ccp
......
Adding plugin firepaint (Paint fire on the screen)
......
Adding plugin screenshot (screenshot)
compiz: can't load plugin 'firepaint' because it is built for ABI version 20070328 and actual version is 20070506
compiz: Couldn't activate plugin 'firepaint'
compiz: Couldn't load plugin 'svg'
Active Plugin List update
compiz: can't load plugin 'firepaint' because it is built for ABI version 20070328 and actual version is 20070506
compiz: Couldn't activate plugin 'firepaint'
compiz: Couldn't load plugin 'svg'
[/code:2796d]
Does anybody know what I should do now?