PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Gimp 2.0 installieren!


SirBardn
2004-05-25, 11:11:43
Hey Leute,
beim compilieren von Gimp 2.0 kommen folgende Meldungen.

Wenn ich das printen nicht disable kommt u.a.:
checking for GIMP-PRINT - version >= 4.2.0... no
*** The gimpprint-config script installed by GIMP-PRINT could not be found
*** If GIMP-PRINT was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GIMPPRINT_CONFIG environment variable to the
*** full path to gimpprint-config.
configure: error:
*** Check for libgimpprint failed. You can download it from
*** http://gimp-print.sourceforge.net/ or you can build without it by passing
*** --disable-print to configure (but you won't be able to print then).


Wenn ich mit ./configure --disable-print mach kommt das nicht mehr. Die Makefile wird auch gemacht, allerdings sind ein paar Warnungen (die ohne printen übrigens auch da sind) noch da. D.h., ich müsste auf bestimmte Funktionen verzichten.

checking for libexif... Package libexif was not found in the pkg-config search path.
Perhaps you should add the directory containing `libexif.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libexif' found
configure: WARNING: libexif not found!
EXIF support will not be built into the JPEG plug-in.
libexif is available from http://www.sourceforge.net/projects/libexif

und

checking for aa_printf in -laa... no
configure: WARNING: *** AA plug-in will not be built (AA library not found) ***
checking for XpmReadFileToXpmImage in -lXpm... yes
checking X11/xpm.h usability... yes
checking X11/xpm.h presence... yes
checking for X11/xpm.h... yes
checking for libgtkhtml-2.0 >= 2.0.0... yes
checking GTKHTML2_CFLAGS... -I/usr/include/gtkhtml-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking GTKHTML2_LIBS... -Wl,--export-dynamic -lgtkhtml-2 -lgtk-x11-2.0 -lxml2 -lpthread -lz -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
checking for librsvg-2.0 >= 2.2.0... Package librsvg-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `librsvg-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'librsvg-2.0' found
configure: WARNING: *** SVG import plug-in will not be built (librsvg not found) ***
checking for libwmf-config... no
configure: WARNING: *** WMF plug-in will not be built (libwmf not found) ***
checking for cmsCreate_sRGBProfile in -llcms... no
configure: WARNING: *** color proof module will not be built (lcms not found or unuseable) ***


Meine Fragen:

-Ich kann der ./configure sagen, wo gimpprint installiert ist, ich weiß aber nicht wo und ob es installiert ist, wie find ich das raus?? Welche Datei muss in dem installOrdner auf jeden Fall drin sein??

-"Perhaps you should add the directory containing `libexif.pc'
to the PKG_CONFIG_PATH environment variable" --> Wie mach ich das??
Die libexif.pc ist in /usr/local/lib/pkgconfig

- Die hier "aa_printf in -laa.." und die hier "librsvg-2.0.pc" find ich gar nicht auf meinem System, wo bekomm ich die her??

-Oder gibt es ein Gimp2.0.rpm für Mandrake 9.2 ?? Wenn ja, wo?

So, viele Farge.....würd mich deshalb sehr über Antwort freuen.

SirBardn

SirBardn
2004-05-27, 01:44:52
Bestandsaufnahme:

Ich hab's tatsächlich geschafft, alle, aber wirklich alle Fehler und Warnungen beim ./configure zu beseitigen. ;D
Es war ein harter Weg bis hier her. Jede Menge Pakete wurden nachinstalliert, andere ubgedatet, wieder andere gelöscht.
Es gab auch viele Opfer, hauptsächlich durch eine kleine Unachtsamkeit beim Löschen eines rpms, durch dessen Abhängigkeiten ein großes Loch in mein System gerissen wurde.
Verloren ging dabei z.B. mein komplettes OpenOffice und noch einiges Anderes. Das genaue Ausmaß ist mir bis jetzt noch nicht bekannt.
Egal, hauptsache geschafft, dachte ich mir und gab den make-Befehl ein.
Und ich traute meinen Augen nicht, da, schon wieder Fehler - eine Unmenge davon.
Nun gut, werde ich mich halt an deren Eliminierung machen. Ist dies vollbracht, steht nur noch "make install" zwischen mir und dem neuen Gimp ;D ;D

to be continued......