Hi, Owen <rcook@xxxxxxxxxxx> 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