[Mono-osx] Re: [MonoDevelop] HowTo run MonoDevelop on OSX!??
Alessandro Lendaro
alendaro1@virgilio.it
Thu, 14 Apr 2005 20:56:13 +0200
Alessandro Lendaro wrote:
> Andreas Stein wrote:
>
>> I need a complete guideline for installing monodevelop on osx.
>
I tried to install it under Mono 1.1.6-4, that should be the latest.
I had to set
PKG_CONFIG_PATH=/sw/lib/pkgconfig:/usr/X11R6/lib/pkgconfig:/Library/Frameworks/Mono.framework/Versions/Current/lib/pkgconfig/
to make it work, don't know if its the right thing to do.
gtk-sharp 1.0.6 compiles and installs, but when I try to make monodoc
1.0.6 I get the following error
...
mono --debug ../browser/assembler.exe --error ./cs-errors.config -o
cs-errors
Unhandled Exception: System.IO.DirectoryNotFoundException: Directory
'./../../mcs/errors' not found.
in [0x001e3] (at
/Users/Shared/MonoBuild/Dependancies/mono-1.1.6/mcs/class/corlib/System.IO/Directory.cs:451)
System.IO.Directory:GetFileSystemEntries
(string,string,System.IO.FileAttributes,System.IO.FileAttributes)
in [0x00005] (at
/Users/Shared/MonoBuild/Dependancies/mono-1.1.6/mcs/class/corlib/System.IO/Directory.cs:247)
System.IO.Directory:GetFiles (string,string)
in [0x0000c] (at
/Users/alessandrolendaro/Projects/Sources/Mono/monodoc-1.0.6/browser/error-provider.cs:122)
Monodoc.ErrorProviderConfig:Compile ()
in [0x00006] (at
/Users/alessandrolendaro/Projects/Sources/Mono/monodoc-1.0.6/browser/error-provider.cs:180)
Monodoc.ErrorProvider:CloseTree (Monodoc.HelpSource,Monodoc.Tree)
in [0x002db] (at
/Users/alessandrolendaro/Projects/Sources/Mono/monodoc-1.0.6/browser/assembler.cs:137)
Monodoc.Assembler:Main (string[])
with every mono version I have more and more troubles in compiling
sources. If somebody has a clue, will be very appreciated.
--
þÿ