andrewb
Group: Members
Posts: 316
Joined: July 2005 |
|
Posted: May 09 2008,02:43 |
|
OK,
I've gone back to the start with compiling gtkam, with the latest downloads of gtkam, libgphoto2, libexif, libexif-gtk & libusb.
I use the compile -3.3.5.uci & gtk+-2.10.9.unc & gtk+-2.10.9.unc extensions loaded onto an otherwise base frugal install of DSL 4.3.
I can compile & install libusb & libexif, but when compiling libexif-gtk the configure script exits with the following:
Code Sample |
config.status: creating po/Makefile ./configure: line 1: srcdir: command not found
Configuration (libexif-gtk):
Source code location: Version: 0.3.5 Compiler: gcc
libexif: < 0.6.12 (think about upgrading)
dsl@box:/mnt/hda/libexif-gtk-0.3.5$
|
but make then fails with:
Code Sample | /bin/sh ../libtool --mode=link gcc -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -o libexif-gtk.la -rpath /usr/local/lib -version-info 5:0:0 gtk-exif-browser.lo gtk-exif-content-list.lo gtk-exif-entry.lo gtk-exif-entry-ascii.lo gtk-exif-entry-copyright.lo gtk-exif-entry-date.lo gtk-exif-entry-generic.lo gtk-exif-entry-flash.lo gtk-exif-entry-number.lo gtk-exif-entry-option.lo gtk-exif-entry-rational.lo gtk-exif-entry-resolution.lo gtk-exif-entry-user-comment.lo gtk-exif-entry-version.lo ../gtk-extensions/libgtk-extensions.la -L/usr/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lexif -lm libtool: link: cannot find the library `/usr/lib/libXrender.la' make[2]: *** [libexif-gtk.la] Error 1 make[2]: Leaving directory `/mnt/hda/libexif-gtk-0.3.5/libexif-gtk' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/mnt/hda/libexif-gtk-0.3.5' make: *** [all] Error 2 dsl@box:/mnt/hda/libexif-gtk-0.3.5$
|
libXrender seems to be in /usr/X1R6/lib. I've created a symlink to /usr/lib, but it doesn't seem to make any difference. (there is no ".la" file there - just the .so.1.2 file & a symlink to it in .so.1)
|