John Luke wrote:
This looks like we are trying to run pkg-config via Process.Start (), but it is not found in your path.
If it is, can you run with --debug so we can get line numbers in the stack trace?
same thing...
---(snip!)---
disco-volante:~ ranger$ monodevelop --debug
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 <0x003ac> MonoDevelop.Services.SystemAssemblyService:GetAssembliesWithLibInfo (string,string)
in <0x00194> 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[])
disco-volante:~ ranger$ which pkg-config /sw/bin/pkg-config ---(snip!)---
Of course, looking at the monodevelop shell script, it appears to already be passing it:
---(snip!)--- # should not use --debug when we are more stable mono --debug ./MonoDevelop.exe $@ ---(snip!)---
-- Benjamin Reed, a.k.a. RangerRick [EMAIL PROTECTED] / http://ranger.befunk.com/ _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
