[Mono-dev] correction for Compiling Mono on WIndows' page.

2009-02-14 Thread Lucas Meijer
Hey, Note sure if this list is the right place to send this, but on this page: http://www.mono-project.com/Compiling_Mono_on_Windows it explains the way you can build mono from svn on windows. In this process a env.sh gets created that sets up environment variables. The isntructions to run it

Re: [Mono-dev] correction for Compiling Mono on WIndows' page.

2009-02-14 Thread Adar Wesley
Hi Lucas, This depends on the shell you are using. If you are using /bin/bash or other /bin/sh derivative the instructions are correct. Call the script directly as: /tmp/build_deps/env.sh to run the commands in a sub-shell, or . /tmp/build_deps/env.sh to run the commands in the current shell

Re: [Mono-dev] correction for Compiling Mono on WIndows' page.

2009-02-14 Thread Bojan Rajkovic
In this case, I believe the 'source' command is wrong because the commands in the mentioned file are /bin/bash or /bin/sh commands. Using the source command works in Bourne shells as well. --Bojan ___ Mono-devel-list mailing list