Kevin,

Hi I am attempting to compile Mono on windows using cygwin. I am following this tutorial(http://www.mono-project.com/Compiling_Mono) but i am getting an error when running:

 ./configure --prefix=/tmp/install





checking for pkg-config... /tmp/build_deps/bin/pkg-config
./configure: line 23837: syntax error near unexpected token 'BASE_DEPENDENCIES,'
./configure: line 23837: 'PKG_CHECK_MODULES(BASE
_DEPENDENCIES, glib-2.0 >= $GLIB_REQUIRED_VERSION)'


Any help would be greatly appreciated

Thanks


--
Kevin

I recently encountered the same error; the solution is to simply comment out the line above from the 'configure' file.


 - Thomas
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to