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

Robert Jordan robertj at gmx.net
Mon May 24 16:03:11 EDT 2010


On 24.05.2010 21:50, xplicit wrote:
>
> Thanks, Robert,
>
> You patch resolves the first issue, and I don't have to export CPPFLAGS
> anymore.
>
> Anything about
> error CS0006: cannot find metadata file `Mono.GetOptions' during make?

Oh, I missed that. Well, it seems that the debugger was not
maintained after Mono.GetOptions was removed from Mono trunk.

Instead of waiting for someone to fix this, install/copy
Mono.GetOptions.dll from Mono 2.6 into your /opt/mono/
prefix. Don't forget to "gacutil -i" it as well.

Robert

>
> Sergey Zhukov
>
>
> Robert Jordan wrote:
>>
>> On 24.05.2010 21:07, Robert Jordan wrote:
>>> On 24.05.2010 20:56, xplicit wrote:
>>>
>>> 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
>>




More information about the Mono-devel-list mailing list