[MonoDevelop] Problem compiling SVN

silk at boktor.net silk at boktor.net
Tue Dec 11 13:33:36 EST 2007


* "Andrés G. Aragoneses" <knocte at gmail.com> [2007-12-11 18:12]:
> Two problems I've detected when trying to compile MD SVN, both related
> to MonoAddins:
> 
> a) README file of MonoAddins tells you to run "./configure", but the one
> that works is autogen.sh.

Probably because README is targeted for the release, and there
./configure will be shipped, not autogen.sh, which is for developers.

> b) After "autogen.sh && make && make install" in MonoAddins SVN working
> copy, it does not get installed on GAC (is it expected?) because I get:

Default prefix for "make install" is /usr/local. It is so because /usr
should generaly be used for packaged files, and /usr/local for the ones
installed localy from soureces.

So, you have to instruct Mono to look for GAC in /usr/local too.
You can do that by issuing:
export MONO_GAC_PREFIX=/usr/local/

HTH
silk


More information about the Monodevelop-list mailing list