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

"make" broken?

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.

3 of 3 messages available
Toggle history

Please log in to manage your subscriptions.

"make" broken? Ulf-D. Ehlert 28 Feb 11:33
"make" broken? Ulf-D. Ehlert 28 Feb 17:40
  "make" broken? Julien Hardelin 28 Feb 20:05
Ulf-D. Ehlert
2012-02-28 11:33:51 UTC (about 13 years ago)

"make" broken?

On Tue, Feb 28, 2012 at 08:49:01AM +0100, Julien Hardelin wrote:

You should get the same error after git pull and autogen...

The problem is that it works for me, so I can't fix it...

Let's compare a) the tool versions (your make version is 3.82):

$ automake --version | head -n1 automake (GNU automake) 1.11.1
$ autoconf --version | head -n1
autoconf (GNU Autoconf) 2.68

and b) the Makefile: send me your (compressed) Makefile.

I will then try to reproduce this error.

Do you get the same result with the attached Makefile?

No, I get this:

[...]

@!#@%?$^@!!!!
"Make" hates me... :(

Ulf

Ulf-D. Ehlert
2012-02-28 17:40:19 UTC (about 13 years ago)

"make" broken?

Aaaah! :)
It's so easy to overlook -- I found it when I compared the Makefiles:

On Tue, Feb 28, 2012 at 03:10:24PM +0100, Julien Hardelin wrote:

./autogen.sh --without-gimp ALL_LINGUAS="en, fr"

No comma! Use
... ALL_LINGUAS="en fr"

I'll check how we can catch this invalid input.

Happy GIMPing again!

Ulf

Wenn die Affen katholisch w
Julien Hardelin
2012-02-28 20:05:59 UTC (about 13 years ago)

"make" broken?

No comma! Use ... ALL_LINGUAS="en fr" I'll check how we can catch this invalid input. Happy GIMPing again!

Oh! Great!
So small with so important consequencies.

Thank you very much for your help.

Julien