You are not logged in.
Pages: 1
I've installed monodevelop on xfce using pacman. When I try to run it I get this error... I'm a beginner in .NET programming and I can't understand...
Unhandled Exception: System.ComponentModel.Win32Exception: ApplicationName='pkg-config', CommandLine='--variable=libdir art-sharp-2.0', CurrentDirectory='', PATH='/bin:/usr/bin:/sbin:/usr/sbin:/usr/X11R6/bin:/opt/bin:/opt/mozilla/bin'
at System.Diagnostics.Process.Start_noshell (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000]
at System.Diagnostics.Process.Start_common (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000]
at System.Diagnostics.Process.Start () [0x00000]
at (wrapper remoting-invoke-with-check) System.Diagnostics.Process:Start ()
at MonoDevelop.Core.SystemAssemblyService.GetVariableFromPkgConfig (System.String var, System.String pcfile) [0x00000]
at MonoDevelop.Core.SystemAssemblyService.ProcessPiece (System.String piece, System.String pcfile) [0x00000]
at MonoDevelop.Core.SystemAssemblyService.GetAssembliesWithoutLibInfo (System.String line, System.String file) [0x00000]
at MonoDevelop.Core.SystemAssemblyService.ParsePCFile (System.String pcfile) [0x00000]
at MonoDevelop.Core.SystemAssemblyService.RunInitialization () [0x00000]
at MonoDevelop.Core.SystemAssemblyService.BackgroundInitialize () [0x00000]
at (wrapper delegate-invoke) System.MulticastDelegate:invoke_void ()
any ideas??:/
Offline
SOLVED!!
here is a FAQ answer:
MonoDevelop uses pkg-config to locate installed packages and get the list of assemblies that each package provides. A package specifies this list of assemblies in a .pc file which has to be installed in the standard pkg-config directory.
I think should be better add pkgconfig as dependency
Offline
Pkgconfig is pretty essential for a lot of packages actually. If you have Xfce installed, surely pkgconfig should have slipped in somewhere...
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
Pages: 1