[MonoDevelop] how is monodevelop informed about location of managed libraries?

Michael Hutchinson m.j.hutchinson at gmail.com
Thu Feb 11 19:25:03 EST 2010


On Thu, Feb 11, 2010 at 6:37 PM, Vasili I. Galchin <vigalchin at gmail.com> wrote:
> Hello,
>
> Warning: Assembly 'MonoDevelop.Core, Version=2.1.1.0, Culture=neutral'
> not found. Make sure that the assembly exists in disk. If the
> reference is required to build the project you may get compilation
> errors. (FSharpBinding)
>
> Several similar warnings are generated when I do a build. It seems to
> me that MonoDevelop cannot find the .dlls that it needs. I have
> MONO_PATH pointing at the directory containing these .dll's! What must
> I do akin to Unix LD_LIBRARY_PATH??

MonoDevelop resolves assemblies for building using pkgconfig. Ensure
that PKG_CONFIG_PATH contains the directory with monodevlop.pc and
monodevelop-core-addins.pc.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list