[MonoDevelop] Problem compiling SVN
"Andrés G. Aragoneses [ knocte ]
"Andrés G. Aragoneses [ knocte ]
Wed Dec 12 10:27:18 EST 2007
Thanks for your anwer! Inline:
silk at boktor.net escribió:
> * "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.
And shouldn't the README also point to autogen.sh just in case it's read
by SVN users?
>> 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/
Shouldn't the target "install" auto-detect (or just, not need to know)
the GAC path, for example by the use of gacutil command?
Regards,
Andrés [ knocte ]
--
More information about the Monodevelop-list
mailing list