[Mono-list] Error while compiling mono from SVN in cygwin

Robert Jordan robertj at gmx.net
Fri Aug 22 12:14:04 EDT 2008


Andrus wrote:
> autogen causes couple of messages during build.
> Below is output from autogen.
> 
> Are those messages OK ?

Yes, up to those:

> checking for pkg-config... /usr/bin/pkg-config
> Package glib-2.0 was not found in the pkg-config search path.

`configure' is detecting cygwin's pkg-config instead of mono's.
Please check whether mono's bin directory is containing
"pkg-config.exe".

If it contains this file, then you didn't set the path
correctly.

If it doesn't (maybe because it's not distributed anymore),
you must use

export PKG_CONFIG_PATH=${MONO_LOCATION}/lib/pkgconfig:${PKG_CONFIG_PATH}

and I can't help you anymore, because my working setup depends on mono's
pkg-config being available.

Robert



More information about the Mono-list mailing list