PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : SANE-Frontend kann Gimp-Plugin nicht kompilieren



CaptainIglu
06.03.04, 07:02
Hallo zusammen,

ich möchte gernen die sane-frontends mit gimp-plugin kompilieren. Leider bekomme ich immer folgende Fehlermeldung bei make:

/usr/local/lib/libgimp.so: undefined reference to `PLUG_IN_INFO'
collect2: ld returned 1 exit status
make[1]: *** [xscanimage] Fehler 1


Das configure-Skript läuft meiner Meinung nach korrekt durch.
creating cache ./config.cache
checking whether GIMP plugin is requested... yes
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for AIX... no
checking for minix/config.h... no
checking for strerror in -lcposix... no
checking for gcc option to accept ANSI C... none needed
checking for a BSD compatible install... /usr/bin/install -c
checking whether make sets ${MAKE}... yes
checking how to run the C preprocessor... gcc -E
checking whether gcc needs -traditional... no
checking host system type... i686-pc-linux-gnu
checking for ANSI C header files... yes
checking for os2.h... no
checking for fcntl.h... yes
checking for unistd.h... yes
checking for libc.h... no
checking for sys/time.h... yes
checking for sys/types.h... yes
checking for working const... yes
checking for inline... inline
checking return type of signal handlers... void
checking for size_t... yes
checking for pid_t... yes
checking for ssize_t... yes
checking for u_char... yes
checking for u_int... yes
checking for u_long... yes
checking for u_int8_t... yes
checking for u_int16_t... yes
checking for u_int32_t... yes
checking for sqrt in -lm... yes
checking for socket in -lsocket... no
checking for syslog in -lsyslog... no
checking for working alloca.h... yes
checking for alloca... yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for atexit... yes
checking for mkdir... yes
checking for sigprocmask... yes
checking for strdup... yes
checking for strndup... yes
checking for strftime... yes
checking for strstr... yes
checking for strsep... yes
checking for strtod... yes
checking for snprintf... yes
checking for usleep... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for getenv... yes
checking for isfdtype... yes
checking for vsyslog... yes
checking build system type... i686-pc-linux-gnu
checking for ranlib... ranlib
checking for sane-config... /usr/local/bin/sane-config
checking for SANE - version >= 1.0.0... yes
checking for gtk-config... /usr/bin/gtk-config
checking for GTK - version >= 0.99.13... yes
checking for gimp-config... /usr/local/bin/gimp-config
checking for GIMP - version >= 1.0.0... yes
checking for libgimp/gimp.h... yes
checking for libgimp/gimpfeatures.h... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating lib/Makefile
creating src/Makefile
creating sanei/Makefile
creating doc/Makefile
creating include/Makefile
creating include/sane/config.h
************************************************** **************
* *
* SANE-FRONTENDS configure status: *
* -------------------------------- *
* - GUIs activated (xcam + xscanimage) *
* - GIMP plugin activated for xscanimage *
* *
************************************************** **************
* *
* To compile SANE-FRONTENDS: *
* -------------------------- *
* make *
* make install *
* *
* ------------------------------------------------------------ *
* ... PLEASE READ SANE DOCUMENTATION BEFORE STARTING SANE ... *
* ------------------------------------------------------------ *
* *
* If you experience any problems with sane-frontends please *
* write to the sane mailing list or contact: *
* Oliver Rauch <Oliver.Rauch@Rauch-domain.de> *
* *
************************************************** **************


Nun die Frage: Was mache ich da noch falsch?:confused:
Gimp ist installiert und läuft.

Bin für jede Hilfe dankbar.
Gruss

CaptainIglu

drcux
06.03.04, 10:00
alle gimp devel Pakete installiert?

CaptainIglu
06.03.04, 16:21
ich habe gimp von den sourcen installiert.