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

gimp-freetype plugin

This discussion is connected to the gimp-developer-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.

gimp-freetype plugin Owen 13 Jan 05:00
  gimp-freetype plugin Sven Neumann 13 Jan 11:34
Owen
2004-01-13 05:00:46 UTC (over 20 years ago)

gimp-freetype plugin

I just downloaded the freetype plugin from CVS and received

./configure: line 3628: syntax error near unexpected token `1.3.23,' ./configure: line 3628: `AM_PATH_GIMP_2_0(1.3.23, , { { echo "$as_me:$LINENO: error: Cannot find GIMP-2.0." >&5'

and this is line 3628

AM_PATH_GIMP_2_0(1.3.23, , { { echo "$as_me:$LINENO: error: Cannot find GIMP-2.0." >&5 echo "$as_me: error: Cannot find GIMP-2.0." >&2;} { (exit 1); exit 1; }; })

Sorry couldn't work out the syntax error.

The "old" plugin does not work with gimp2.0pre, but was working with 1.3.20?

FWIW

Sven Neumann
2004-01-13 11:34:21 UTC (over 20 years ago)

gimp-freetype plugin

Hi,

Owen writes:

I just downloaded the freetype plugin from CVS and received

./configure: line 3628: syntax error near unexpected token `1.3.23,' ./configure: line 3628: `AM_PATH_GIMP_2_0(1.3.23, , { { echo "$as_me:$LINENO: error: Cannot find GIMP-2.0." >&5'

This is a known problem with gimp-2.0pre1. You cannot compile plug-ins using AM_PATH_GIMP_2_0() against 2.0pre1. This has been fixed in CVS and we will release 2.0pre2 shortly so that people can port their plug-ins to the 2.0 API.

Sven