From: Gwenole B. <gb....@fr...> - 2007-02-07 20:32:40
|
Hi, > checking for GTK+ - version >= 1.3.15... yes (version 2.10.9) > ./configure: line 7485: syntax error near unexpected token `newline' > ./configure: line 7485: ` > gtk_config_args="$gtk_config_args gthread"' How did you generate your configure script? In doubt, please try the following way: NO_CONFIGURE=1 ACLOCAL_FLAGS="-I m4" ./autogen.sh This should cover cases where you might not have the whole packages set required by B2 installed. In particular, both gtk1-devel and gtk2-devel, gettext-devel, etc. Regards, Gwenole Beauchesne. |