[MonoDevelop] monodevelop build test

olivier dufour olivier.duff at gmail.com
Tue Nov 13 02:13:27 EST 2007


I have found on a post on mailing list a solution :
"sudo make uninstall" and install the package but it is still buggy!
The package have been successfully install but I have the same issue when I
launch monodevelop.

I have see that MONO_ADDINS_REGISTRY is an environment variable but I have
not it in my env var.
So, I think there is a mistake here. I have read the makefile.am and seen
that it done MONO_ADDINS_REGISTRY=.
I have set it to a folder and make && make install and still do not work.

Cheers,
Olivier

I have the same issue.
When I launched monodevelop in console. I have the log previously posted and
here is the log I have in a window:
 Extension node not found in path: /MonoDevelop/Ide/Commands.

System.InvalidOperationException: Extension node not found in path:
/MonoDevelop/Ide/Commands
  at Mono.Addins.ExtensionContext.AddExtensionNodeHandler (System.Stringpath,
Mono.Addins.ExtensionNodeEventHandler handler) [0x00000]
  at Mono.Addins.AddinManager.AddExtensionNodeHandler (System.String path,
Mono.Addins.ExtensionNodeEventHandler handler) [0x00000]
  at MonoDevelop.Components.Commands.CommandManager.LoadCommands (
System.String addinPath) [0x00000]
  at MonoDevelop.Ide.Gui.IdeApp.Initialize (IProgressMonitor monitor)
[0x00000]
  at MonoDevelop.Ide.Gui.IdeStartup.Run (System.String[] args) [0x00000]


2007/11/12, Miguel Ángel Pérez <mangelp at gmail.com>:
>
> I had this same error but when i installed from svn HEAD. The solution for
> my problem was to set MONO_ADDINS_REGISTRY to point to a directory where i
> had write permissions. If that directory doesn't exists monodevelop will
> create it anyway.
>
> For example i use this directory for monodevelop compiled from svn:
> $HOME/.config/mono.addins.svn
>
> Maybe your problem has to do something with write permissions in the
> directory where you are executing it.
>
> Regards.
>
> 2007/11/11, olivier dufour <olivier.duff at gmail.com>:
> >
> > Hi all,
> >
> > I have just compile the monodevelop trunk and I get an error when I test
> > it with "make run".
> >
> > Here is my log (The addin error appear for quite all addin but I have
> > just post one error):
> >
> > thanks for any help,
> > Olivier
> >
> > cd build/bin && MONO_ADDINS_REGISTRY=.
> > MOZILLA_FIVE_HOME=/usr/lib/xulrunner-1.8.1.4 LD_LIBRARY_PATH=`echo
> > ":/usr/lib/xulrunner- 1.8.1.4" | sed 's/^://g'` PKG_CONFIG_PATH=`echo
> > ":/usr/local/lib/pkgconfig/../../lib/pkgconfig/:/usr/lib/pkgconfig/:/usr/local/lib/pkgconfig/:/usr/share/pkgconfig/:/usr/local/share/pkgconfig/"
> > | sed 's/^://g'` /usr/local/bin/mono --debug MonoDevelop.exe
> > ERROR [12/11/2007 00:55:54]: Add-in error (MonoDevelop.NUnit,0.17.0):
> > Add-in could not be loaded: The required addin 'MonoDevelop.Ide,0.17.0'
> > is not installed.Mono.Addins.MissingDependencyException : The required
> > addin 'MonoDevelop.Ide,0.17.0' is not installed.
> >   at Mono.Addins.AddinSessionService.ResolveLoadDependencies (
> > System.Collections.ArrayList addins, System.Collections.Stack depCheck,
> > System.String id, Boolean optional) [0x001e8] in
> > /home/dufoli/src/monodevelop/contrib/Mono.Addins/src/Mono.Addins/Mono.Addins/AddinSessionService.cs:254
> >
> >   at Mono.Addins.AddinSessionService.ResolveLoadDependencies (
> > System.Collections.ArrayList addins, System.Collections.Stack depCheck,
> > System.String id, Boolean optional) [0x000f3] in
> > /home/dufoli/src/monodevelop/contrib/Mono.Addins/src/Mono.Addins/Mono.Addins/AddinSessionService.cs:231
> >
> >
> > _______________________________________________
> > Monodevelop-list mailing list
> > Monodevelop-list at lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/monodevelop-list
> >
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20071113/54dd02af/attachment-0001.html 


More information about the Monodevelop-list mailing list