RSS/Atom feed Twitter
Site is read-only, email is disabled

autogen problem (2)

This discussion is connected to the gimp-docs-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

4 of 4 messages available
Toggle history

Please log in to manage your subscriptions.

autogen problem julien 20 Aug 08:29
autogen problem (2) julien 21 Aug 08:38
  autogen problem (2) Roman Joost 21 Aug 08:45
   autogen problem (2) julien 21 Aug 14:15
julien
2007-08-20 08:29:01 UTC (over 16 years ago)

autogen problem

I installed automake -1.10 and here is what I get when running autogen.sh on a newly downloaded sandbox:

julien at linux-zhl6:~/SVN-fr/trunk> ./autogen.sh --without-gimp Looking for latest automake version ... 1.10

I am going to run ./configure with the following arguments:

--enable-maintainer-mode --enable-build --without-gimp

configure.ac:16: installing `./missing' configure.ac:16: installing `./install-sh' Makefile.am:298: user target `.PRECIOUS' defined here... /usr/local/share/automake-1.10/am/configure.am: ... overrides Automake target `.PRECIOUS' defined here
configure.ac:63: error: possibly undefined macro: AC_MSG_ERROR If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation.

What does that mean? What must I do?

Julien

julien
2007-08-21 08:38:27 UTC (over 16 years ago)

autogen problem (2)

I ran autogne .sh again.
That time , the result is different :

julien at linux-zhl6:~/SVN-fr/trunk> ./autogen.sh --without-gimp Looking for latest automake version ... 1.10

I am going to run ./configure with the following arguments:

--enable-maintainer-mode --enable-build --without-gimp

Makefile.am:298: user target `.PRECIOUS' defined here... /usr/local/share/automake-1.10/am/configure.am: ... overrides Automake target `.PRECIOUS' defined here
checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk
checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes checking whether make is GNU make... yes checking for xsltproc... /usr/bin/xsltproc checking for xmllint... /usr/bin/xmllint checking for dblatex... /usr/local/bin/dblatex checking for docbook2odf... no
configure: WARNING: cannot find docbook2odf(1), ODF generation disabled checking for xml2po... no
configure: WARNING: cannot find xml2po(1), SVG generation disabled (this tool is part of the gnome-doc-utils package) ./configure: line 2697: syntax error near unexpected token `GIMP,' ./configure: line 2697: ` PKG_CHECK_MODULES(GIMP, gimp-2.0, , AC_MSG_ERROR(['

Configure failed or did not finish!

What does that mean? What must I do?

Julien

Roman Joost
2007-08-21 08:45:58 UTC (over 16 years ago)

autogen problem (2)

On Tue, Aug 21, 2007 at 08:38:27AM +0200, julien wrote:

I ran autogne .sh again.
That time , the result is different :

julien at linux-zhl6:~/SVN-fr/trunk> ./autogen.sh --without-gimp Looking for latest automake version ... 1.10

I am going to run ./configure with the following arguments:

--enable-maintainer-mode --enable-build --without-gimp [...]
./configure: line 2697: syntax error near unexpected token `GIMP,' ./configure: line 2697: ` PKG_CHECK_MODULES(GIMP, gimp-2.0, , AC_MSG_ERROR(['

I had a similar problem with compiling GIMP, but can't remember what I did to fix it ... Are you trying this under Windows or Linux?

Greetings,

julien
2007-08-21 14:15:42 UTC (over 16 years ago)

autogen problem (2)

Suse-10.2

Greetings,

Julien

Roman Joost wrote:

On Tue, Aug 21, 2007 at 08:38:27AM +0200, julien wrote:

I ran autogne .sh again.
That time , the result is different :

julien at linux-zhl6:~/SVN-fr/trunk> ./autogen.sh --without-gimp Looking for latest automake version ... 1.10

I am going to run ./configure with the following arguments:

--enable-maintainer-mode --enable-build --without-gimp [...]
./configure: line 2697: syntax error near unexpected token `GIMP,' ./configure: line 2697: ` PKG_CHECK_MODULES(GIMP, gimp-2.0, , AC_MSG_ERROR(['

I had a similar problem with compiling GIMP, but can't remember what I did to fix it ... Are you trying this under Windows or Linux?

Greetings,
------------------------------------------------------------------------