Hi, I am trying to install gEDA from git repository on Debian GNU/Linux Lenny (32 bit).
I have installed the packages: git-core git-doc gitk stgit git-email git-completion autoconf automake libtool gettext intltool cvs flex groff transfig and guile-1.6. I tried to install guile-1.8 too. I'm using GNOME Desktop environment. I setup the shell Variables in .bash_profile and in .gnomerc. At the command: make install I get these error messages: autogen.sh running: autopoint ... Copying file po/Makefile.in.in autogen.sh running: intltoolize ... autogen.sh running: libtoolize ... You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'. autogen.sh running: aclocal ... configure.ac:128: error: m4 macro `GUILE_FLAGS' is not defined. Ensure that `guile.m4' is installed in your aclocal search path. Maybe you are missing a -dev package? acinclude.m4:7: AC_GEDA_MACRO_CHECK is expanded from... configure.ac:128: the top level autom4te: /usr/bin/m4 failed with exit status: 1 aclocal: autom4te failed with exit status: 1 autogen.sh exiting... make: *** [libgeda/configure] Error 1 After I have installed guile-1.6-dev these errors gone away, but get another error message: checking for GDK_PIXBUF... no configure: error: Cannot find gdk-pixbuf, please make sure it is installed. make: *** [libgeda/config.h] Error 1 Then I install the libgdk-pixbuf-dev, libg3d-plugin-gdkpixbuf and libgdk-pixbuf2 package but still get this error message. How can I solve this problem? Any advices will be appreciated! -- Regards, Paul Csanyi http://www.freewebs.com/csanyi-pal/index.htm _______________________________________________ geda-user mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

