[Mono-list] Mono.Addins Makefile can't find Mono

Charles Mason charlie.mas at gmail.com
Tue Sep 30 05:36:29 EDT 2008


Hi all,

I am trying to build the SVN version of mono develop. I have an SVN
build of mono running on Ubuntu. To be able to build mono develop I
first need to build and install Mono.Addins. Unfortunately its make
file can't find mono. My mono install is installed with the prefix
/usr but Mono.Addins insists on trying to use /usr/local.

I have configured the Mono Addins source with:

 ./autogen.sh --prefix=/usr

Is there a setting somewhere which the Makefile is using to try and
locate Mono. I think I may have installed mono to /usr/local by
mistake before since it is the default. However I have made sure there
is nothing left of the mono install there. From the command line all
of the basic mono tools seem to run fine.

The output I get from running making Mono Addins is below:

Making all in Mono.Addins
make[1]: Entering directory `/usr/src/monoSVN/mono-addins/Mono.Addins'
Creating policy.0.2.Mono.Addins
exec: 2: /usr/local/bin/mono: not found
Creating policy.0.3.Mono.Addins
exec: 2: /usr/local/bin/mono: not found
make[1]: *** [policy.0.2.Mono.Addins.dll] Error 2
make[1]: Leaving directory `/usr/src/monoSVN/mono-addins/Mono.Addins'
make: *** [all-recursive] Error 1


Any help would be greatly appreciated.

Charlie M


More information about the Mono-list mailing list