[Mono-dev] Building XSP on MacOSX?

Robert Jordan robertj at gmx.net
Sun Jul 1 13:02:00 UTC 2012


On 30.06.2012 03:50, Rob Wilkens wrote:
> I managed to get XSP to build on MacOSX but it was not pretty.
>
> When i downloaded it from git (git at github.com:mono/xsp) autogen was
> failing at the configure script.  What i did was just comment out the
> parts that were failing, then build and install and i was left with a
> working fresh compiled XSP.
>
> I had another issue though: It wasn't using my development version of
> mono (which the environment variables were pointing at), it was using
> (it appeared) the system-wide installed version.  That probably had
> something to do with the lines i commented out of the configure script
> which had to do with detecting mono and mono installed assemblies.

Use the --with-runtime option.

{./configure|./autogen.sh} --with-runtime=/path/to/your/mono-executable

Robert




More information about the Mono-devel-list mailing list