[Mono-dev] Build mono from svn on Solaris Express x86

Miguel de Icaza miguel at ximian.com
Mon Oct 2 08:18:28 EDT 2006


Hello,

> configure error building mono from svn on solaris x86
> /configure: line 22795: syntax error near unexpected
> token `BASE_DEPENDENCIES,'./configure: line 22795: ` 
> PKG_CHECK_MODULES(BASE_DEPENDENCIES, glib-2.0 >=
> $GLIB_REQUIRED_VERSION)'

This looks like you are missing the pkg-config installation on your
system, or you have not set ACLOCAL_FLAGS to include the -I and the path
where aclocal can find it.

You will drastically reduce the number of dependencies in your build, if
you use a tarball instead of SVN which has none of these problems.

Miguel



More information about the Mono-devel-list mailing list