[Glade-users] Error While Configuring

Myuran Pathmanathan pmyuran@arbornet.org
24 Feb 2003 15:59:25 +0800


List Members,

I encountered the following error while compiling a project built with
glade. I use glade 2. 

checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
./configure: line 1337: syntax error near unexpected token
`PKG_CHECK_MODULES(PACKAGE,'
./configure: line 1337: `PKG_CHECK_MODULES(PACKAGE, $pkg_modules)'


The following is an extract from the configue file with line numbers. 

1327	echo "$ac_t""$ac_cv_header_stdc" 1>&6
1328	if test $ac_cv_header_stdc = yes; then
1329	  cat >> confdefs.h <<\EOF
1330	#define STDC_HEADERS 1
1331	EOF
1332
1333	fi
1334
1335
1336	pkg_modules="gtk+-2.0 >= 2.0.0"
1337	PKG_CHECK_MODULES(PACKAGE, $pkg_modules)
1338
1339
1340
1341	GETTEXT_PACKAGE=cmd
1342
1343	cat >> confdefs.h <<EOF
1344	#define GETTEXT_PACKAGE "$GETTEXT_PACKAGE"
1345	EOF
1346

How can I solve this error? I have gtk+-2.0 libraries installed in
/usr/lib/gtk-2.0 directory.

Thanks.

~m/