On Mon, 24 Dec 2007 16:25:07 +0000, Peter Clifton wrote:
> If you already have a gaf git repository,
I don't. Never used git before.
Thanks to the instructions in the wiki installation was a snap:
http://geda.seul.org/wiki/geda:scm
> you can add my git repository
> as a "remote":
>
> git remote add peter-b git://repo.or.cz/geda-gaf/peter-b.git git fetch
I get an error from this line:
[EMAIL PROTECTED]:/usr/local/geda-src$ git remote add peter-b git://repo.or.cz/
geda-gaf/peter-b.git git fetch peter-b
fatal: Not a git repository at /usr/share/perl5/Git.pm line 197.
Anyway, I got the peter-b repository with "git clone"
Unfortunately, make reconfig fails with error 1:
/--------------------------------
[EMAIL PROTECTED]:/usr/local/geda-src/peter-b$ make reconfig
( cd libgeda; ./autogen.sh )
processing .
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 ...
aclocal: macro `AM_PROG_MKDIR_P' required but not defined
autogen.sh running: autoheader ...
autoheader: error: AC_CONFIG_HEADERS not found in configure.ac
autogen.sh running: automake ...
configure.ac: no proper invocation of AM_INIT_AUTOMAKE was found.
configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE,
configure.ac: that aclocal.m4 is present in the top-level directory,
configure.ac: and that aclocal.m4 was recently regenerated (using aclocal).
data/Makefile.am:48: ENABLE_UPDATE_MIME_DATABASE does not appear in
AM_CONDITIONAL
data/Makefile.am:53: ENABLE_UPDATE_MIME_DATABASE does not appear in
AM_CONDITIONAL
docs/Makefile.am:11: BUILDDOC does not appear in AM_CONDITIONAL
src/Makefile.am:8: CCISGCC does not appear in AM_CONDITIONAL
/usr/share/automake-1.7/am/depend2.am: am__fastdepCC does not appear in
AM_CONDITIONAL
/usr/share/automake-1.7/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
autogen.sh running: autoconf ...
( cd symbols; ./autogen.sh )
processing .
autogen.sh running: aclocal ...
autogen.sh running: automake ...
autogen.sh running: autoconf ...
( cd gschem; ./autogen.sh )
processing .
autogen.sh running: autopoint ...
Copying file po/Makefile.in.in
autogen.sh running: intltoolize ...
autogen.sh running: aclocal ...
aclocal: macro `AM_PROG_MKDIR_P' required but not defined
aclocal: macro `AM_PROG_MKDIR_P' required but not defined
autogen.sh running: autoheader ...
autoheader: error: AC_CONFIG_HEADERS not found in configure.ac
autogen.sh running: automake ...
configure.ac: no proper invocation of AM_INIT_AUTOMAKE was found.
configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE,
configure.ac: that aclocal.m4 is present in the top-level directory,
configure.ac: and that aclocal.m4 was recently regenerated (using aclocal).
data/Makefile.am:39: ENABLE_UPDATE_DESKTOP_DATABASE does not appear in
AM_CONDITIONAL
data/Makefile.am:44: ENABLE_UPDATE_DESKTOP_DATABASE does not appear in
AM_CONDITIONAL
docs/Makefile.am:11: BUILDDOC does not appear in AM_CONDITIONAL
src/Makefile.am:29: CCISGCC does not appear in AM_CONDITIONAL
/usr/share/automake-1.7/am/depend2.am: am__fastdepCC does not appear in
AM_CONDITIONAL
/usr/share/automake-1.7/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
autogen.sh running: autoconf ...
configure.ac:12: error: possibly undefined macro: AM_INIT_AUTOMAKE
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:13: error: possibly undefined macro: AM_CONFIG_HEADER
configure.ac:63: error: possibly undefined macro: AM_CONDITIONAL
configure.ac:409: error: possibly undefined macro: AM_NLS
configure.ac:553: error: possibly undefined macro: AM_GNU_GETTEXT
configure.ac:554: error: possibly undefined macro: AM_GNU_GETTEXT_VERSION
make: *** [gschem_reconfig] Error 1
\-------------------------
"make config" fails too, but throws a syntax error :
/---------------------------
[EMAIL PROTECTED]:/usr/local/geda-src/peter-b$ make config
( cd libgeda; ./configure --prefix=/home/kmk/geda
--with-xdgdir=/home/kmk/.local/share )
Configuring libgeda version 1.1.2.20070818
./configure: line 1725: syntax error near unexpected token `$PACKAGE,'
./configure: line 1725: `AM_INIT_AUTOMAKE($PACKAGE, $DOTTED_VERSION, no-define)'
make: *** [libgeda_config] Error 2
\----------------------
Looks like I have problem with automake. I noticed, the debian repository
contains four versions (automake1.4, automake1.7, automake1.8 and
automake1.9). Which one is suitable for geda/gaf?
---<(kaimartin)>---
--
Kai-Martin Knaak
http://lilalaser.de/blog
_______________________________________________
geda-dev mailing list
[email protected]
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev