Hi everyone! I checked out the code from cvs just like it says in download.html . Now the problem is that when I run make in the mono directory I get the following message:
make[2]: Entering directory `/home/hero/working/go-mono/mono/runtime' cp ../../mcs/mcs/mcs.exe . cp: cannot stat `../../mcs/mcs/mcs.exe': No such file or directory make[2]: *** [mcs.exe] Error 1 make[2]: Leaving directory `/home/hero/working/go-mono/mono/runtime' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/hero/working/go-mono/mono' make: *** [all-recursive-am] Error 2 And if I try to run make in the mcs directory is says the following: make[1]: Entering directory `/home/hero/working/go-mono/mcs/mcs' mcs /target:exe -o mcs.exe assign.cs attribute.cs driver.cs cs-parser.cs cs-tokenizer.cs tree.cs location.cs cfold.cs class.cs codegen.cs const.cs constant.cs decl.cs delegate.cs enum.cs ecore.cs expression.cs genericparser.cs interface.cs literal.cs modifiers.cs namespace.cs parameter.cs pending.cs report.cs rootcontext.cs statement.cs support.cs typemanager.cs make[1]: mcs: Command not found make[1]: *** [mcs.exe] Error 127 make[1]: Leaving directory `/home/hero/working/go-mono/mcs/mcs' make: *** [install] Error 1 any sugestions or link to a solution highly welocome and apreciated! Best regards and happy hacking! -- Mauricio Hern�ndez Dur�n QOTD: Don't let people drive you crazy when you know it's in walking distance. _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
