[MonoDevelop] make run fails

Todd Berman tberman@off.net
Fri, 01 Oct 2004 10:13:19 -0700


If you look at the raw Makefile.am, it uses $(RUNTIME) MonoDevelop.exe

For some reason, it was unable to determine a value for $(RUNTIME).

That is set in the configure script, and should be set to mono.

I would make sure you have mono installed in your path, and re-run
configure.

--Todd

On Fri, 2004-10-01 at 14:04 +0200, Peter Magnusson wrote:
> At the end of a 'make clean && make && make run' trip I get this
> message.
> 
> cd build/bin && LD_LIBRARY_PATH=`echo ":" | sed 's/^://g'` 
> MonoDevelop.exe
> /bin/sh: MonoDevelop.exe: command not found
> make: *** [runmd] Error 127
> 
> There is a MonoDevelop.exe in src/Main/Startup but when i try
> 'mono src/Main/StartUp/MonoDevelop.exe'
> I get
> ** (src/Main/StartUp/MonoDevelop.exe:27976): WARNING **: Could not find
> assembly MonoDevelop.Base, references from
> /home/petmag/src/MonoDevelop/Core/src/Main/StartUp/MonoDevelop.exe
> (assemblyref_index=7)
>      Major/Minor: 0,5
>      Build:       1,0
>      Token:
> 
> 
> What is this.
> 
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list