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

Problems occurs when executing ./autogen.sh

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.

7 of 7 messages available
Toggle history

Please log in to manage your subscriptions.

Problems occurs when executing ./autogen.sh XuHunt 16 Sep 09:00
  Problems occurs when executing ./autogen.sh Bill Skaggs 16 Sep 18:25
   Problems occurs when executing ./autogen.sh Sven Neumann 16 Sep 19:16
  Problems occurs when executing ./autogen.sh Sven Neumann 16 Sep 19:01
   Problems occurs when executing ./autogen.sh Roman Joost 17 Sep 09:10
  Problems occurs when executing ./autogen.sh Sven Neumann 16 Sep 19:19
   Problems occurs when executing ./autogen.sh XuHunt 17 Sep 07:10
XuHunt
2008-09-16 09:00:12 UTC (over 16 years ago)

Problems occurs when executing ./autogen.sh

[hunt@bubble ~/hunt's/gimp-docs/gimp-help-2]$ O_< ./autogen.shLooking for latest automake version ... 1.10I am going to run ./configure with the following arguments: --enable-maintainer-mode --enable-build If you wish to pass additional arguments, please specify them on the ./autogen.sh command line or set the AUTOGEN_CONFIGURE_ARGS environment variable.Makefile.am:437: user target `.PRECIOUS' defined here.../usr/share/automake-1.10/am/configure.am: ... overrides Automake target `.PRECIOUS' defined hereconfigure: WARNING: unrecognized options: --enable-maintainer-modechecking for a BSD-compatible install... /bin/install -cchecking whether build environment is sane... yes./configure: eval: line 1979: unexpected EOF while looking for matching `''./configure: eval: line 1980: syntax error: unexpected end of fileconfigure: WARNING: `missing' script is too old or missingchecking for a thread-safe mkdir -p... /bin/mkdir -pchecking for gawk... gawkchecking whether make sets $(MAKE )... yeschecking for a BSD-compatible install... /bin/install -cchecking whether ln -s works... yeschecking whether make sets $(MAKE)... (cached) yeschecking whether make is GNU make... yeschecking for xsltproc... /usr/bin/xsltprocchecking for xmllint... /usr/bin/xmllintchecking for dblatex... noconfigure: WARNING: cannot find dblatex(1), PDF generation disabledchecking for docbook2odf... noconfigure: WARNING: cannot find docbook2odf(1), ODF generation disabledchecking for xml2po... noconfigure: WARNING: cannot find xml2po(1), SVG generation disabled(this tool is part of the gnome-doc-utils package)checking for pkg-config... /usr/bin/pkg-configchecking pkg-config is at least version 0.9.0... yeschecking for GIMP... yesconfigure: creating ./config.status./config.status: line 390: syntax error near unexpected token `)'./config.status: line 390: ` *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;'Configure failed or did not finish!What are the requirements
to build the gimp-docs? How should I deal with the problem above?P.S.:Usually I prefer make pdf to check my effort. __________________

Bill Skaggs
2008-09-16 18:25:07 UTC (over 16 years ago)

Problems occurs when executing ./autogen.sh

2008/9/16 XuHunt :

[hunt@bubble ~/hunt's/gimp-docs/gimp-help-2]$ O_< ./autogen.sh Looking for latest automake version ... 1.10

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

? --enable-maintainer-mode --enable-build ?

It looks to me like the problem is the --enable-maintainer-mode argument. That's
a valid argument to "configure", but not to "autogen.sh". The autogen script supplies that argument automatically when it runs configure.

-- Bill

Sven Neumann
2008-09-16 19:01:42 UTC (over 16 years ago)

Problems occurs when executing ./autogen.sh

Hi,

On Tue, 2008-09-16 at 15:00 +0800, XuHunt wrote:

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

? --enable-maintainer-mode --enable-build ?

If you wish to pass additional arguments, please specify them? on the ./autogen.sh command line or set the AUTOGEN_CONFIGURE_ARGS? environment variable.

configure: WARNING: unrecognized options: --enable-maintainer-mode

Looks like someone removed AM_MAINTAINER_MODE from configure.ac. If that change was intentional, then autogen.sh needs to be adjusted. I rather suggest though that AM_MAINTAINER_MODE is added back.

Sven

Sven Neumann
2008-09-16 19:16:35 UTC (over 16 years ago)

Problems occurs when executing ./autogen.sh

Hi,

On Tue, 2008-09-16 at 09:25 -0700, Bill Skaggs wrote:

It looks to me like the problem is the --enable-maintainer-mode argument. That's a valid argument to "configure", but not to "autogen.sh".

Any option that can be passed to configure can be safely passed to autogen.sh. The latter just passes them on.

Sven

Sven Neumann
2008-09-16 19:19:50 UTC (over 16 years ago)

Problems occurs when executing ./autogen.sh

Hi,

we will need to have a look at the generated configure and config.status scripts in order to find out what went wrong on your system. Can you put these two files online somewhere?

Sven

XuHunt
2008-09-17 07:10:00 UTC (over 16 years ago)

Problems occurs when executing ./autogen.sh

http://paste.ubuntu.org.cn/9461config.status above.Just inform me if more information is needed.> Subject: Re: [Gimp-docs] Problems occurs when executing ./autogen.sh> From: sven@gimp.org> To: huntxu@live.cn> CC: gimp-docs@lists.xcf.berkeley.edu> Date: Tue, 16 Sep 2008 19:19:50 +0200> > Hi,> > we will need to have a look at the generated configure and config.status> scripts in order to find out what went wrong on your system. Can you put> these two files online somewhere?> > > Sven> > __________________

Roman Joost
2008-09-17 09:10:38 UTC (over 16 years ago)

Problems occurs when executing ./autogen.sh

On Tue, Sep 16, 2008 at 07:01:42PM +0200, Sven Neumann wrote:

Hi,

On Tue, 2008-09-16 at 15:00 +0800, XuHunt wrote:

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

? --enable-maintainer-mode --enable-build ?

If you wish to pass additional arguments, please specify them? on the ./autogen.sh command line or set the AUTOGEN_CONFIGURE_ARGS? environment variable.

configure: WARNING: unrecognized options: --enable-maintainer-mode

Looks like someone removed AM_MAINTAINER_MODE from configure.ac. If that change was intentional, then autogen.sh needs to be adjusted. I rather suggest though that AM_MAINTAINER_MODE is added back.

Actually good question. I checked the revision log of the configure.ac file and since GNOME switched to SVN, no one removed this statement. I need to dig deeper I guess ...

Greetings,