gphoto2 configure abbruch

Post Reply
Message
Author
meo

gphoto2 configure abbruch

#1 Post by meo »

hey,
beim versuch gphoto2 zu installieren bekomme ich beim ./configure folgende fehlermeldung:
--------------------------------- schnipp ---------------------------
checking for bison... bison
checking version of bison... 1.35, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
./configure: line 6737: syntax error near unexpected token `GP,'
./configure: line 6737: `PKG_CHECK_MODULES(GP, libgphoto2 >= 2.1.1)'
------------------- ende gelände --------------------------------

was tun?

die libghoto ist die aktuellste libgphoto2-2.1.1dev10

gphoto ist via cvs gesaugt

ein pkg-config --list-all ergibt folgendes:

--------------------------------

# pkg-config --list-all
libgnomeprint-2.0 libgnomeprint-2.0 - libgnomeprint
libgnomeui-2.0 libgnomeui - libgnomeui
libefs libefs - Embeded Filesystem Library
pango Pango - Internationalized text handling
libbonoboui-2.0 libbonobui - libbonoboui
gimp-1.3 GIMP - GIMP Library
libgtkhtml-2.0 libgtkhtml - libgtkhtml
libmrproject libmrproject - libmrproject
glib-2.0 GLib - C Utility Library
librsvg-2.0 librsvg - library that renders svg files using libart and pango
libxml libXML - libXML library.
gnome-vfs-module-2.0 gnome-vfs-module - The GNOME virtual file-system module include info
pangoxft Pango Xft - Xft font support for Pango
libexif libexif - Library for easy access to EXIF data
libgnomeprintui-2.0 libgnomeprintui-2.0 - libgnomeprintui
gnome-mime-data-2.0 gnome-mime-data - Base set of file types and applications for GNOME
gdk-pixbuf-xlib-2.0 GdkPixbuf Xlib - GdkPixbuf rendering for Xlib
gimpui-1.3 GIMP UI - GIMP User Interface Library
libxslt libxslt - XSLT library version 2.
libbonobo-2.0 libbonobo - libbonobo
gtk+ GTK+ - GIMP Tool Kit
gobject-2.0 GObject - GLib Type, Object, Parameter and Signal Library
glib GLib - C Utility Library
gmodule-2.0 GModule - Dynamic module loader for GLib
gnome-desktop-2.0 gnome-desktop-2.0 - Utility library for loading .desktop files
esound esound - esound
atk Atk - Accessibility Toolkit
libnautilus libnautilus - A library to create Nautilus components
ORBit-CosNaming-2.0 ORBit-CosNaming-2.0 - High-performance CORBA Object Request Broker - Naming Service.
libwnck-1.0 libwnck - Window Navigator Construction Kit library
gnome-vfs-2.0 gnome-vfs - The GNOME virtual file-system libraries
linc linc - ORBit2 network transport library
gimpprint gimp-print - GIMP Print Top Quality Printer Drivers
libpanelapplet-2.0 libpanel-applet-2 - libpanel-applet-2
libIDL-2.0 libIDL - IDL parsing library
libart-2.0 libart - LGPL version of the libart library
gconf-2.0 gconf - GNOME Config System.
gdk-x11-2.0 GDK - GIMP Drawing Kit (x11 target)
libxml-2.0 libXML - libXML library version2.
libgnome-2.0 libgnome - libgnome
ORBit-2.0 ORBit-2.0 - High-performance CORBA Object Request Broker.
libgnomecanvas-2.0 libgnomecanvas-2.0 - libgnomecanvas
libgphoto2 libgphoto2 - Library for easy access to digital cameras
eel-2.0 eel - Eazel Extensions Library
pangoft2 Pango FT2 - Freetype 2.0 font support for Pango
gmodule GModule - Dynamic module loader for GLib
gdk-2.0 GDK - GIMP Drawing Kit (x11 target)
gthread-2.0 GThread - Thread support for GLib
pangox Pango X - X Window System font support for Pango
gtk+-2.0 GTK+ - GIMP Tool Kit (x11 target)
gtk+-x11-2.0 GTK+ - GIMP Tool Kit (x11 target)
audiofile audiofile - audiofile
gthread GThread - Thread support for GLib
bonobo-activation-2.0 Bonobo Activation - Object activation framework for GNOME
gdk-pixbuf-2.0 GdkPixbuf - Image loading and scaling
gdk GDK - GIMP Drawing Kit
libglade-2.0 Libglade - a library for dynamically loading GLADE interface files
libgtop-2.0 libgtop - Portable System Access Library
gail Gail - GNOME Accessibility Implementation Library

------------------------------------------------- ich denke das reicht -------------------------

ich benutze United Linux Beta, kernel 2.4.19, pkgconfig-0.14.0

gruss meo

jj

Re: gphoto2 configure abbruch

#2 Post by jj »

Hallo meo,

ich glaube nicht, dass er eine lib vermisst, sondern dass ihm was am
configure-skript nicht passt ("syntax error").

gruss
jj

meo

Re: gphoto2 configure abbruch

#3 Post by meo »

was tun in diesem falle?
bin kein hacker.
was istb ein syntax error?
das heisst doch das da jemand sich vertipt haben müsste.
was passt im nicht?
bin etwas ratlos.


gruss meo

jj

Re: gphoto2 configure abbruch

#4 Post by jj »

Dein configure-Skript duerfte mit der Zeile

#! /bin/sh

anfangen. Dadurch wird eben /bin/sh aufgerufen, was vermutlich ein Link auf
die bash ist.

Die bash wiederum versteht bei Abarbeitung des Skripts nur eine bestimmte
Syntax. Bei Nichteinhaltung der Syntax meldet die bash einen error, in
Deinem Falle in Zeile 6737 des configure-Skripts, wo GP nicht erwartet
wurde.

Du solltest Dir die betr. Stelle im configure-Skript mal ansehen. man bash gibt
Dir Informationen zur Syntax, aber leider so viele Baeume, dass Du wahrscheinlich
den Wald nicht mehr sehen wirst.

Trotzdem wirst Du Dich mit der bash-Syntax befassen muessen, um den Fehler
zu finden. Poste doch mal versuchsweise die betr. Stelle mit Kontext, also
von Zeile 6720 - 6750 oder so. Ich bin zwar auch kein Held, aber mit
bisschen Glueck kann ich Dir helfen (oder jemand anderes).

gruss
jj

meo

Re: gphoto2 configure abbruch

#5 Post by meo »

einem guten abend,

tja wenn ich mir das script anschaue blick ich nichts mehr insgesamt 10075 zeilen


------------ eine menge stoff 6721 ---------------

INTLLIBS="$LIBINTL"








succeeded=no

if test -z "$PKG_CONFIG"; then
# Extract the first word of "pkg-config", so it can be a program name with args.
set dummy pkg-config; ac_word=$2
echo "$as_me:$LINENO: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_PKG_CONFIG+set}" = set; then #<------ jene hier ist die zeile 6737
echo $ECHO_N "(cached) $ECHO_C" >&6
else
case $PKG_CONFIG in
[\<!--no-->/]* | ?:[\<!--no-->/]*)
ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
;;
*)
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
done

test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
;;
esac
fi
PKG_CONFIG=$ac_cv_path_PKG_CONFIG

if test -n "$PKG_CONFIG"; then
echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
echo "${ECHO_T}$PKG_CONFIG" >&6
else
echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6
fi

fi

--------------- ende 6773 ----------


hier auch mal ein ausschnitt der config.log, genauer gesagt die letzten worte

------------ ratz ----------

#define HAVE_STRTOUL 1
#define HAVE_TSEARCH 1
#define HAVE___ARGZ_COUNT 1
#define HAVE___ARGZ_STRINGIFY 1
#define HAVE___ARGZ_NEXT 1
#define HAVE_ICONV 1
#define ICONV_CONST
#define HAVE_LANGINFO_CODESET 1
#define HAVE_LC_MESSAGES 1
#define ENABLE_NLS 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1

configure: exit 1

------------- fatz -----------

vieleicht kann ja jemand etwas damit anfangen.

gruss meo

jj

Re: gphoto2 configure abbruch

#6 Post by jj »

Oha...tja...ähöm...falscher Fuss, jedenfalls bei mir. Sorri.

gruss
jj

meo

Re: gphoto2 configure abbruch

#7 Post by meo »

moin
habe es gerade einfach nochmal versucht, ohne weiter darüber nachzudenken.
tja wie soll ichs sagen.
ääääh naja es hat geklappt <img src="http://www.pl-forum.de/UltraBoard/Images/Happy.gif" border="0" align="middle">
warum? fragt nicht! ich weiss es seber nicht.!!????!!!???

gruss und danke für die aufmerksamkeit

Post Reply