[Digikam-devel] [Bug 133329] Digikam crashes when accessing Camera GUI

mikew mwisener at gmail.com
Mon Sep 4 17:00:46 BST 2006


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=133329         




------- Additional Comments From mwisener gmail com  2006-09-04 18:00 -------
Hi Gilles,

Thanks. I've checkedout truck as documented on the digikam site:

http://www.digikam.org/?q=download/svn

I've also followed the direction to build it. It seems the instructions are a little out of date. There is no Makefile.cvs in the libs directory (I assume this means the graphics/digikam/libs directory since that is the only one I find). I skipped this and ran makefile -f Makefile.cvs on in the graphics directory. Doing so resulted in:

$ make -f Makefile.cvs
This Makefile is only for the CVS repository
This will be deleted before making the distribution

./admin/cvs.sh: line 36: --version: command not found
*** AUTOCONF NOT FOUND!.
*** KDE requires autoconf 2.53 or newer
make[1]: *** [cvs] Error 1
make: *** [all] Error 2

Like 36 is trying to use $AUTOCONF which is not set anywhere. Anyhow, I put the following lines in the ./admin/cvs.sh file and reran make.

AUTOCONF=/usr/bin/autoconf2.50
AUTOHEADER=/usr/bin/autoheader2.50
AUTOMAKE=/usr/bin/automake-1.9

$ make -f Makefile.cvs
This Makefile is only for the CVS repository
This will be deleted before making the distribution

*** automake (GNU automake) 1.9.6 found.
*** Creating acinclude.m4
*** Creating list of subdirectories
*** Creating Makefile.am
*** Creating configure.files
*** Creating configure.in
*** Creating aclocal.m4
*** Creating configure
configure.in:43: error: possibly undefined macro: AM_INIT_AUTOMAKE
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.in:48: error: possibly undefined macro: AM_CONFIG_HEADER
configure.in:51: error: possibly undefined macro: AC_CHECK_COMPILERS
configure.in:52: error: possibly undefined macro: AC_ENABLE_SHARED
configure.in:53: error: possibly undefined macro: AC_ENABLE_STATIC
configure.in:58: error: possibly undefined macro: AM_KDE_WITH_NLS
configure.in:61: error: possibly undefined macro: AC_PATH_KDE
configure.in:401: error: possibly undefined macro: AM_CONDITIONAL
make[1]: *** [cvs] Error 1
make: *** [all] Error 2

Obviously I'm missing some critical piece I'm missing on trunk. I'm on revision 580838.

What am I doing wrong?

Thanks.



More information about the Digikam-devel mailing list