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

Robert Jordan robertj at gmx.net
Mon May 24 15:18:36 EDT 2010


On 24.05.2010 21:07, Robert Jordan wrote:
> 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.

Additionally, the attached patch is required for mdb trunk
because Mono's pc name has changed from "mono" to "mono-2".

Robert
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: configure.in.diff
Url: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20100524/0553160a/attachment-0001.pl 


More information about the Mono-devel-list mailing list