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

problem with new make procedure

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.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

problem with new make procedure Axel Wernicke 07 Jul 00:05
  problem with new make procedure Ulf-D. Ehlert 07 Jul 18:22
Axel Wernicke
2007-07-07 00:05:51 UTC (almost 17 years ago)

problem with new make procedure

Hi,

the new ./autogen.sh contains

echo -n "Looking for latest automake version ... " for minor in `seq 15 -1 6`; do
ver=1.$minor
if (automake-$ver --version) < /dev/null > /dev/null 2>&1; then AUTOMAKE=automake-$ver
ACLOCAL=aclocal-$ver
echo $ver
break
fi
done

This is not a good choice, since the "seq" command ist specific to Linux and not available for e.g. Mac OS X. So, this needs to be changed rather urgently.

Greetings, lexA

--- Remember: There are only two tools in life. WD-40, for when something doesn't move, and should, and Duct Tape, for when something is moving and it shouldn't.
So does the universe explode if you spray duct tape with WD-40?

Ulf-D. Ehlert
2007-07-07 18:22:14 UTC (almost 17 years ago)

problem with new make procedure

Am Samstag, 7. Juli 2007 schrieb Axel Wernicke: [...]

So, this needs to be changed rather urgently.

More to fix (in Makefile.am):

(1) xml/de.xml does not depend on xml source files: xml/%.xml: src/gimp.xml stylesheets/profile.xsl

(2) MKDIR_P is not defined (mkdir_p is).

Ulf -------------- next part -------------- A non-text attachment was scrubbed... Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : /lists/gimp-docs/attachments/20070707/2c44b225/attachment.bin