[Mono-list] Re: [MonoDevelop] mac os x problems..

Todd Berman tberman@sevenl.net
Tue, 01 Jun 2004 08:52:35 -0400


The first error is most likely because you have a stale dll somewhere, 
or are using an old gtk-sharp-gapi.

The second can be solved by rm -rf ~/.wapi/

--Todd

Attila Balogh wrote:
> hello all,
> 
> first of all congrats for keeping the deadline ;]
> 
> though i have some small complains:
> 
> - gecko-sharp 0.4 won't compile:
> mcs --unsafe --target library -L /sw/lib \
> /pkg:gtk-sharp \
> ./NewWindowOrphan_handler.cs ./NewWindow_delegate.cs 
> ./NewWindow_handler.cs ./AssemblyInfo.cs generated/*.cs -o gecko-sharp.dll
> generated/DomKeyDownHandler.cs(10) error CS0246: Cannot find type 
> `GtkSharp.SignalArgs'
> generated/DomKeyPressHandler.cs(10) error CS0246: Cannot find type 
> `GtkSharp.SignalArgs'
> ...
> and so on, for each file in generated/
> the cvs version is working, so i did install that one.
> 
> - and the same old problem with the mono config files when running 
> monodevelop:
> p3l3ctra:~ admin$ monodevelop
> Loading error, please reinstall :
> System.ComponentModel.Win32Exception: Cannot find the specified file
> in <0x0068c> System.Diagnostics.Process:Start_common 
> (System.Diagnostics.ProcessStartInfo,System.Diagnostics.Process)
> in <0x0002c> System.Diagnostics.Process:Start ()
> in <0x0008c> (wrapper remoting-invoke-with-check) 
> System.Diagnostics.Process:Start ()
> in <0x0010c> 
> MonoDevelop.Services.SystemAssemblyService:GetVariableFromPkgConfig 
> (string,string)
> in <0x00114> MonoDevelop.Services.SystemAssemblyService:ProcessPiece 
> (string,string)
> in <0x001e4> 
> MonoDevelop.Services.SystemAssemblyService:GetAssembliesWithoutLibInfo 
> (string,string)
> in <0x001c0> MonoDevelop.Services.SystemAssemblyService:ParsePCFile 
> (string)
> in <0x00458> 
> MonoDevelop.Services.SystemAssemblyService:InitializeService ()
> in <0x002ec> 
> MonoDevelop.Core.Services.ServiceManager:InitializeServicesSubsystem 
> (string)
> in <0x00648> MonoDevelop.SharpDevelopMain:Main (string[])
> 
> the only method i could get monodevelop running on mac os x ever was 
> when i followed the guide on this page: 
> http://www.jepstone.net/index.cgi, though this works only for beta1 and 
> md 0.3 (as beta1 is in fink)
> 
> if anyone has any ideas, please share.
> regards;
> 
> Attila
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>