[Mono-dev] Fwd: Ideas for Mono on Windows

Eberhard Beilharz eb1 at sil.org
Fri Jan 23 14:15:25 EST 2009


Leszek Ciesielski wrote:
> So how's the progress with getting Mono easy to compile on Windows
> going? I'm getting stuck on exception that's been already mentioned on
> the list ( http://n2.nabble.com/Re:-Mono-devel-list-Digest,-Vol-44,-Issue-48-td1757065.html
> ) and can't find any solution for this.
>   
I just managed to compile from SVN on Windows - doesn't run though 
(crashes as soon as I start it), but at least it compiled :)

Here's what I had to do:

1) make sure the installed Mono is in the front of your path variable

2) I had to call autogen.sh with --enable-nls=no

3) the build process hang when building mono/docs, so I looked in the 
Makefile of that directory and did a touch on the files it tried to 
create (some *.tree and *.zip files). I figured since it's only 
documentation it doesn't matter if I have those files or not.

Eberhard


More information about the Mono-devel-list mailing list