[Mono-dev] Cannot compile monodebugger with mono from svn trunk

Robert Jordan robertj at gmx.net
Mon May 24 15:07:23 EDT 2010


On 24.05.2010 20:56, xplicit wrote:
>
> I tried to compile monodebugger with mono from trunk and could not.
>
> I use mono parallel environment and I run ./autogen.sh --prefix=/opt/mono
> and configure failed, with error: *** Your Mono is too old for this version
> of the debugger.
> I investigated this issue and found, that configure tries to compile C file
> with following code:

You're seeing this error because mdb's configure is not finding
the pc file of your own private Mono installation.

Set PKG_CONFIG_PATH=/opt/mono/lib/pkgconfig

and configure should succeed. See 
http://www.mono-project.com/Parallel_Mono_Environments.

Robert



More information about the Mono-devel-list mailing list