PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : gimp-print4.2 ./configure bringt Fehlermeldung


pitfl
25.11.01, 21:21
Hallo, ich brauche eine Hilfe.
Wollte mir gerade die neue stabile Version des Gimp-print-Treibers in der Version 4.2 compilieren. Leider bricht er schon beim ./configure mit einer Fehlermeldung ab.

linux:/ablage/gimp-print-4.2.0 # ./configure --enable-libgimpprint --with-cups --with-gimp --enable-test --with-testpattern --with-escputil
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for the presence of the GIMP source tree... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking host system type... i686-pc-linux-gnu
checking whether to build CUPS driver... yes
checking whether to build translated CUPS PPD files... yes
checking whether to use level 3 PostScript... no
checking whether to build ghostscript driver... no
checking whether to build foomatic data files... no
checking whether to turn on debugging in build... no
checking whether to use readline... yes
checking whether to build GIMP plugin... yes
checking whether to install sample images... yes
checking whether to install user guide... yes
checking whether to build escputil... yes
checking whether to build libgimpprint... yes
checking whether to build testpattern generator... yes
checking whether to build test programs... yes
checking if user install is enabled... no
checking for strerror in -lcposix... no
checking for mawk... no
checking for gawk... gawk
checking for gcc... gcc
checking whether the C compiler (gcc -O ) works... yes
checking whether the C compiler (gcc -O ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for bison... no
checking for byacc... no
checking how to run the C preprocessor... gcc -E
checking for flex... no
checking for lex... no
./configure: flex: command not found
checking for flex... lex
checking for yywrap in -ll... no
checking lex output file root... ./configure: lex: command not found
configure: error: cannot find output from lex; giving up
linux:/ablage/gimp-print-4.2.0 #

Eine ähnliche Fehlermeldung habe ich schon mal bei einem anderen Sourcenprogi gehabt.
Da wurde auch das flex...lex angemeckert.
Wäre nett wenn mir jemand sagen könnte, was sich dahinter verbirgt. Werden da noch irgend welche devels benötigt? Wenn ja welche?

Danke schon mal.

mfg
pit

micha
25.11.01, 21:32
Moin,

Installier das Paket "flex" nach. Müsste bei SuSE unter Serie "dev" liegen. Ansonsten einfach mit Yast nach flex suchen lassen.

Gruß micha

pitfl
26.11.01, 08:57
Hallo Micha,
Danke für Deinen Tip. Hätte mich selbst Ohrfeigen können, daß ich da nicht selbst drauf gekommen bin.
./configure läuft jetzt ohne Fehler durch. Leider bringt make jetzt Fehlermeldungen.
mfg
pit

pitfl
27.11.01, 18:37
Hallo,
das Problem hat sich gelöst, Cups-dsevel mußte noch nachinstalliert werden. Den Treiber solltet Ihr ausprobieren, hervorragend Druckergebnisse.
Einen Artikel dazu könnt Ihr auf der Haupseite von www.prolinux.de lesen.