Gimp plugin installieren

Gandalfx86

Lieutenant
Registriert
Apr. 2004
Beiträge
734
Ich versuche gerade das Plasma 2 Plugin unter Ubuntu zu installieren, aber irgenwie will das nicht so ganz.
Ich habe das Archiv entpackt, und dann mit "make install" versucht die installatio zu starten, aber dann bekomme ich diesen Fehler:

Code:
cc `gimptool-2.0 --cflags` -DLOCALEDIR=\"`gimptool-2.0 --prefix`/share/locale\" -DVERSION=\"2.10\" -Wall -O2 -march=`uname -m`  `gimptool-2.0 --libs` -lm  plasma2.c   -o plasma2
/bin/sh: gimptool-2.0: command not found
/bin/sh: gimptool-2.0: command not found
/bin/sh: gimptool-2.0: command not found
plasma2.c:68:21: gtk/gtk.h: Datei oder Verzeichnis nicht gefunden
plasma2.c:70:26: libgimp/gimp.h: Datei oder Verzeichnis nicht gefunden
plasma2.c:71:28: libgimp/gimpui.h: Datei oder Verzeichnis nicht gefunden
plasma2.c:106: error: Syntaxfehler before "gint"
plasma2.c:106: Warnung: kein Semikolon am Ende von »struct« oder »union«
plasma2.c:107: Warnung: type defaults to `int' in declaration of `htil'
plasma2.c:107: Warnung: data definition has no type or storage class
plasma2.c:108: error: Syntaxfehler before "vtil"
plasma2.c:108: Warnung: type defaults to `int' in declaration of `vtil'
plasma2.c:108: Warnung: data definition has no type or storage class
plasma2.c:109: error: Syntaxfehler before "rdt"
plasma2.c:109: Warnung: type defaults to `int' in declaration of `rdt'
plasma2.c:109: Warnung: data definition has no type or storage class
plasma2.c:110: error: Syntaxfehler before "fsf"
plasma2.c:110: Warnung: type defaults to `int' in declaration of `fsf'
plasma2.c:110: Warnung: data definition has no type or storage class
plasma2.c:111: error: Syntaxfehler before "lfwhm"
plasma2.c:111: Warnung: type defaults to `int' in declaration of `lfwhm'
plasma2.c:111: Warnung: data definition has no type or storage class
plasma2.c:112: error: Syntaxfehler before "a"
plasma2.c:112: Warnung: type defaults to `int' in declaration of `a'
plasma2.c:112: Warnung: data definition has no type or storage class
plasma2.c:113: error: Syntaxfehler before "cm"
plasma2.c:113: Warnung: type defaults to `int' in declaration of `cm'
plasma2.c:113: Warnung: data definition has no type or storage class
plasma2.c:114: error: Syntaxfehler before "grad"
plasma2.c:114: Warnung: type defaults to `int' in declaration of `grad'
plasma2.c:114: Warnung: data definition has no type or storage class
plasma2.c:115: error: Syntaxfehler before "random_seed"
plasma2.c:115: Warnung: type defaults to `int' in declaration of `random_seed'
plasma2.c:115: Warnung: data definition has no type or storage class
plasma2.c:116: Warnung: type defaults to `int' in declaration of `PlasmaValues'
plasma2.c:116: Warnung: data definition has no type or storage class
plasma2.c:118: error: Syntaxfehler before '*' token
plasma2.c:118: error: Syntaxfehler before "v1"
plasma2.c:118: Warnung: type defaults to `int' in declaration of `gdouble'
plasma2.c:118: error: `gdouble' declared as function returning a function
plasma2.c:122: Warnung: type defaults to `int' in declaration of `gchar'
plasma2.c:122: error: Syntaxfehler before '*' token
plasma2.c:128: error: Syntaxfehler before "plasma2_dialog"
plasma2.c:128: Warnung: type defaults to `int' in declaration of `plasma2_dialog'
plasma2.c:128: Warnung: data definition has no type or storage class
plasma2.c:129: Warnung: type defaults to `int' in declaration of `PlasmaValues'
plasma2.c:129: error: Syntaxfehler before '*' token
plasma2.c:130: error: Syntaxfehler before '*' token
plasma2.c:132: error: Syntaxfehler before '*' token
plasma2.c:134: error: Syntaxfehler before '*' token
plasma2.c:136: Warnung: type defaults to `int' in declaration of `gchar'
plasma2.c:136: error: Syntaxfehler before '*' token
plasma2.c:141: error: Syntaxfehler before '*' token
plasma2.c:143: error: Syntaxfehler before '*' token
plasma2.c:144: error: Syntaxfehler before '*' token
plasma2.c:145: error: Syntaxfehler before "xs"
plasma2.c:148: error: Syntaxfehler before '*' token
plasma2.c:150: error: Syntaxfehler before '*' token
plasma2.c:153: Warnung: type defaults to `int' in declaration of `gint'
plasma2.c:153: error: Syntaxfehler before "channel"
plasma2.c:154: error: Syntaxfehler before '*' token
plasma2.c:156: error: `average_with_noise_uniform' declared as function returning a function
plasma2.c:158: error: `average_with_noise_cauchy' declared as function returning a function
plasma2.c:160: error: `average_with_noise_exp' declared as function returning a function
plasma2.c:162: error: `average_with_noise_pow3m' declared as function returning a function
plasma2.c:167: error: Syntaxfehler before "GtkWidget"
plasma2.c:167: Warnung: kein Semikolon am Ende von »struct« oder »union«
plasma2.c:168: Warnung: type defaults to `int' in declaration of `htil'
plasma2.c:168: error: conflicting types for `htil'
plasma2.c:107: error: previous declaration of `htil'
plasma2.c:168: Warnung: data definition has no type or storage class
plasma2.c:169: error: Syntaxfehler before '*' token
plasma2.c:169: Warnung: type defaults to `int' in declaration of `vtil'
plasma2.c:169: error: conflicting types for `vtil'
plasma2.c:108: error: previous declaration of `vtil'
plasma2.c:169: Warnung: data definition has no type or storage class
plasma2.c:170: error: Syntaxfehler before '*' token
plasma2.c:170: Warnung: type defaults to `int' in declaration of `rdt'
plasma2.c:170: error: conflicting types for `rdt'
plasma2.c:109: error: previous declaration of `rdt'
plasma2.c:170: Warnung: data definition has no type or storage class
plasma2.c:171: error: Syntaxfehler before '*' token
plasma2.c:171: Warnung: type defaults to `int' in declaration of `fsf'
plasma2.c:171: error: conflicting types for `fsf'
plasma2.c:110: error: previous declaration of `fsf'
plasma2.c:171: Warnung: data definition has no type or storage class
plasma2.c:172: error: Syntaxfehler before '*' token
plasma2.c:172: Warnung: type defaults to `int' in declaration of `lfwhm'
plasma2.c:172: error: conflicting types for `lfwhm'
plasma2.c:111: error: previous declaration of `lfwhm'
plasma2.c:172: Warnung: data definition has no type or storage class
plasma2.c:173: error: Syntaxfehler before '*' token
plasma2.c:173: Warnung: type defaults to `int' in declaration of `a'
plasma2.c:173: error: conflicting types for `a'
plasma2.c:112: error: previous declaration of `a'
plasma2.c:173: Warnung: data definition has no type or storage class
plasma2.c:174: error: Syntaxfehler before '*' token
plasma2.c:174: Warnung: type defaults to `int' in declaration of `cm'
plasma2.c:174: error: conflicting types for `cm'
plasma2.c:113: error: previous declaration of `cm'
plasma2.c:174: Warnung: data definition has no type or storage class
plasma2.c:175: error: Syntaxfehler before '*' token
plasma2.c:175: Warnung: type defaults to `int' in declaration of `grad'
plasma2.c:175: error: conflicting types for `grad'
plasma2.c:114: error: previous declaration of `grad'
plasma2.c:175: Warnung: data definition has no type or storage class
plasma2.c:176: error: Syntaxfehler before '*' token
plasma2.c:176: Warnung: type defaults to `int' in declaration of `grad_label'
plasma2.c:176: Warnung: data definition has no type or storage class
plasma2.c:177: error: Syntaxfehler before '}' token
plasma2.c:177: Warnung: type defaults to `int' in declaration of `PlasmaControls'
plasma2.c:177: Warnung: data definition has no type or storage class
plasma2.c:179: error: Syntaxfehler before "pctrl"
plasma2.c:179: Warnung: type defaults to `int' in declaration of `pctrl'
plasma2.c:179: Warnung: data definition has no type or storage class
plasma2.c:200: error: Syntaxfehler before "PLUG_IN_INFO"
plasma2.c:200: Warnung: type defaults to `int' in declaration of `PLUG_IN_INFO'
plasma2.c:201: Warnung: Initialisierung erzeugt Ganzzahl von Zeiger ohne Typkonvertierung
plasma2.c:202: Warnung: Elementüberschreitung in Skalar-Initialisierung
plasma2.c:202: Warnung: (nahe der Initialisierung für »PLUG_IN_INFO«)
plasma2.c:203: Warnung: Elementüberschreitung in Skalar-Initialisierung
plasma2.c:203: Warnung: (nahe der Initialisierung für »PLUG_IN_INFO«)
plasma2.c:204: Warnung: Elementüberschreitung in Skalar-Initialisierung
plasma2.c:204: Warnung: (nahe der Initialisierung für »PLUG_IN_INFO«)
plasma2.c:205: Warnung: data definition has no type or storage class
plasma2.c:207: error: Syntaxfehler before "pvals_defaults"
plasma2.c:207: Warnung: type defaults to `int' in declaration of `pvals_defaults'
plasma2.c:209: error: `FALSE' undeclared here (not in a function)
plasma2.c:209: Warnung: Elementüberschreitung in Skalar-Initialisierung
plasma2.c:209: Warnung: (nahe der Initialisierung für »pvals_defaults«)
plasma2.c:210: error: `FALSE' undeclared here (not in a function)
plasma2.c:210: Warnung: Elementüberschreitung in Skalar-Initialisierung
plasma2.c:210: Warnung: (nahe der Initialisierung für »pvals_defaults«)
plasma2.c:211: Warnung: Elementüberschreitung in Skalar-Initialisierung
plasma2.c:211: Warnung: (nahe der Initialisierung für »pvals_defaults«)
plasma2.c:212: Warnung: Elementüberschreitung in Skalar-Initialisierung
plasma2.c:212: Warnung: (nahe der Initialisierung für »pvals_defaults«)
plasma2.c:213: Warnung: Elementüberschreitung in Skalar-Initialisierung
plasma2.c:213: Warnung: (nahe der Initialisierung für »pvals_defaults«)
plasma2.c:214: Warnung: Elementüberschreitung in Skalar-Initialisierung
plasma2.c:214: Warnung: (nahe der Initialisierung für »pvals_defaults«)
plasma2.c:215: Warnung: Elementüberschreitung in Skalar-Initialisierung
plasma2.c:215: Warnung: (nahe der Initialisierung für »pvals_defaults«)
plasma2.c:216: Warnung: Elementüberschreitung in Skalar-Initialisierung
plasma2.c:216: Warnung: (nahe der Initialisierung für »pvals_defaults«)
plasma2.c:217: error: `FALSE' undeclared here (not in a function)
plasma2.c:217: Warnung: Elementüberschreitung in Skalar-Initialisierung
plasma2.c:217: Warnung: (nahe der Initialisierung für »pvals_defaults«)
plasma2.c:218: Warnung: data definition has no type or storage class
plasma2.c:220: error: Syntaxfehler before "noisy_average_funcs"
plasma2.c:220: Warnung: type defaults to `int' in declaration of `noisy_average_funcs'
plasma2.c:221: Warnung: Initialisierung erzeugt Ganzzahl von Zeiger ohne Typkonvertierung
plasma2.c:222: Warnung: Initialisierung erzeugt Ganzzahl von Zeiger ohne Typkonvertierung
plasma2.c:223: Warnung: Initialisierung erzeugt Ganzzahl von Zeiger ohne Typkonvertierung
plasma2.c:224: Warnung: Initialisierung erzeugt Ganzzahl von Zeiger ohne Typkonvertierung
plasma2.c:225: Warnung: data definition has no type or storage class
plasma2.c:227: error: Syntaxfehler before "pvals"
plasma2.c:227: Warnung: type defaults to `int' in declaration of `pvals'
plasma2.c:227: Warnung: data definition has no type or storage class
plasma2.c:228: error: Syntaxfehler before "pvals_old"
plasma2.c:228: Warnung: type defaults to `int' in declaration of `pvals_old'
plasma2.c:228: Warnung: data definition has no type or storage class
plasma2.c:230: error: Syntaxfehler before '*' token
plasma2.c:230: Warnung: type defaults to `int' in declaration of `preview_image'
plasma2.c:230: Warnung: data definition has no type or storage class
plasma2.c:231: error: Syntaxfehler before '*' token
plasma2.c:231: Warnung: type defaults to `int' in declaration of `preview'
plasma2.c:231: Warnung: data definition has no type or storage class
plasma2.c:232: error: Syntaxfehler before "preview_mode"
plasma2.c:232: Warnung: type defaults to `int' in declaration of `preview_mode'
plasma2.c:232: Warnung: data definition has no type or storage class
plasma2.c:233: error: Syntaxfehler before "is_rgb"
plasma2.c:233: Warnung: type defaults to `int' in declaration of `is_rgb'
plasma2.c:233: Warnung: data definition has no type or storage class
plasma2.c:234: error: Syntaxfehler before '*' token
plasma2.c:234: Warnung: type defaults to `int' in declaration of `drawable'
plasma2.c:234: Warnung: data definition has no type or storage class
plasma2.c:236: error: Syntaxfehler before "gradient_p_width"
plasma2.c:236: Warnung: type defaults to `int' in declaration of `gradient_p_width'
plasma2.c:236: Warnung: data definition has no type or storage class
plasma2.c:237: error: Syntaxfehler before '*' token
plasma2.c:237: Warnung: type defaults to `int' in declaration of `rng'
plasma2.c:237: Warnung: data definition has no type or storage class
plasma2.c:243: error: Syntaxfehler before "ix1"
plasma2.c:243: Warnung: type defaults to `int' in declaration of `ix1'
plasma2.c:243: Warnung: type defaults to `int' in declaration of `iy1'
plasma2.c:243: Warnung: type defaults to `int' in declaration of `ix2'
plasma2.c:243: Warnung: type defaults to `int' in declaration of `iy2'
plasma2.c:243: Warnung: data definition has no type or storage class
plasma2.c:244: error: Syntaxfehler before "bpp"
plasma2.c:244: Warnung: type defaults to `int' in declaration of `bpp'
plasma2.c:244: Warnung: type defaults to `int' in declaration of `has_alpha'
plasma2.c:244: Warnung: type defaults to `int' in declaration of `alpha'
plasma2.c:244: Warnung: data definition has no type or storage class
plasma2.c:245: error: Syntaxfehler before "max_progress"
plasma2.c:245: Warnung: type defaults to `int' in declaration of `max_progress'
plasma2.c:245: Warnung: type defaults to `int' in declaration of `progress'
plasma2.c:245: Warnung: data definition has no type or storage class
plasma2.c:246: error: Syntaxfehler before '*' token
plasma2.c:246: Warnung: type defaults to `int' in declaration of `plasma'
plasma2.c:246: Warnung: data definition has no type or storage class
plasma2.c:249: error: Syntaxfehler before "noisy_average"
plasma2.c:249: Warnung: type defaults to `int' in declaration of `noisy_average'
plasma2.c:249: Warnung: Initialisierung erzeugt Ganzzahl von Zeiger ohne Typkonvertierung
plasma2.c:249: Warnung: data definition has no type or storage class
plasma2.c:255: Warnung: return type defaults to `int'
plasma2.c: In Funktion »MAIN«:
plasma2.c:257: error: storage class specified for parameter `query'
plasma2.c:257: error: Syntaxfehler before '{' token
plasma2.c:869: error: Syntaxfehler before "guchar"
plasma2.c:905: error: Syntaxfehler before "for"
plasma2.c:1207: error: parameter `__result' is initialized
plasma2.c:1207: error: request for member `grad' in something not a structure or union
plasma2.c:1207: error: `__s2' undeclared (first use in this function)
plasma2.c:1207: error: (Each undeclared identifier is reported only once
plasma2.c:1207: error: for each function it appears in.)
plasma2.c:1207: error: Syntaxfehler before "if"
plasma2.c:1207: error: parameter `__result' is initialized
plasma2.c:1207: error: redeclaration of `__result'
plasma2.c:1207: error: `__result' previously declared here
plasma2.c:1207: error: `__s1' undeclared (first use in this function)
plasma2.c:1207: error: `name' undeclared (first use in this function)
plasma2.c:1207: error: Syntaxfehler before "if"
plasma2.c:1684: error: Syntaxfehler before '*' token
plasma2.c:1685: error: storage class specified for parameter `about_close'
plasma2.c:121: Warnung: `query' declared `static' but never defined
plasma2.c:126: Warnung: `run' declared `static' but never defined
plasma2.c:129: Warnung: `plasma2_refresh_controls' declared `static' but never defined
plasma2.c:131: Warnung: `plasma2_rdt_changed' declared `static' but never defined
plasma2.c:133: Warnung: `plasma2_fsf_changed' declared `static' but never defined
plasma2.c:135: Warnung: `plasma2_cm_changed' declared `static' but never defined
plasma2.c:140: Warnung: `plasma2_gradient_changed' declared `static' but never defined
plasma2.c:141: Warnung: `about_dialog' declared `static' but never defined
plasma2.c:143: Warnung: `plasma2' declared `static' but never defined
plasma2.c:144: Warnung: `init_plasma2' declared `static' but never defined
plasma2.c:147: Warnung: `generate_plasma_channel' declared `static' but never defined
plasma2.c:149: Warnung: `commit' declared `static' but never defined
plasma2.c:152: Warnung: `commit_one_tile' declared `static' but never defined
plasma2.c:153: Warnung: `plasma2_add_transparency' declared `static' but never defined
plasma2.c:154: Warnung: `end_plasma2' declared `static' but never defined
plasma2.c:156: Warnung: »average_with_noise_uniform« verwendet, aber nirgendwo definiert
plasma2.c:158: Warnung: »average_with_noise_cauchy« verwendet, aber nirgendwo definiert
plasma2.c:160: Warnung: »average_with_noise_exp« verwendet, aber nirgendwo definiert
plasma2.c:162: Warnung: »average_with_noise_pow3m« verwendet, aber nirgendwo definiert
plasma2.c:235: Warnung: `gradient' defined but not used
plasma2.c:247: Warnung: `fwhm' declared `static' but never defined
plasma2.c:247: Warnung: `randomness' declared `static' but never defined
plasma2.c:248: Warnung: `xscale' declared `static' but never defined
plasma2.c:248: Warnung: `yscale' declared `static' but never defined
make: *** [plasma2] Fehler 1
 
Vielleicht musst du noch folgendes installieren
Code:
libgimp2.0-dev - Headers and other files for compiling plugins for The GIMP
 
Zurück
Oben