[MonoDevelop] Refactoring Addin

Michael Hutchinson m.j.hutchinson at gmail.com
Thu Aug 5 12:37:16 EDT 2010


On Thu, Aug 5, 2010 at 5:16 AM, Eric Schaefer
<eric.schaefer at ericschaefer.org> wrote:
> 2010/8/4 Michael Hutchinson <m.j.hutchinson at gmail.com>:
>> It's experimental - it's the result of half a weekend and a week of
>> evenings... I mainly did it to prototype the idea and establish a core
>> for others to build on.
>>
>> It's in git master, and can be enabled in prefs.
>
> Looks like a MonoDevelop.AnalysisCore.dll does not get compiled.

It's currently only part of the project files build, not the makefile build.

> Do I need to enable AddinAuthoring? I tried that, but it needs

No. MonoDevelop.AddinAuthoring isn't needed, not is it complete/supported.

> mono-addins >=0.5, which does compile and install, but then MDs
> configure complains about mono-addins not being in the GAC.  Shouldn't
> "make install" take care of that?

Most likely you installed mono.addins into /usr/local so it's not in
your GAC - see http://mjhutchinson.com/journal/2007/11/08/how_not_break_mono

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list