From: Sanira M <[EMAIL PROTECTED]>
Hello Sir
Please spare your minutes in reading and replying this mail
Iam a student from India.I tried downloading the mono source code and tried to compile the compiler.csproj that resides in the mcs folder.
I got an error saying "Unable to open cs-parser.cs"
How should i generate the cs-parser.cs from cs-parser.jay?
Please reply.'Coz i need the compiler.
Awaiting your reply Sanira
That csproj there is outdated, because most people in mono don't use VS.NET. You have to use the makefile instead, that will call jay to generate mb-parser.cs from mb-parser.jay and them compile the compiler using csc (in windows). For that you'll need cygwin, because jay will have to be compiled with gcc, before it can be used and cygwin's make deals better with our makefiles than microsoft's one.
If all of that doesn't make sense for you, you could simply download a precompiled mcs (get the latest monolite file from http://go-mono.com/daily/ and extract mcs.exe) or the windows installer (http://www.go-mono.com/archive/mono-0.29-win32-1.exe)
Also in the future post such questions to the mono list ([EMAIL PROTECTED]), because there more people can help you.
Best regards,
Rafael Teixeira Brazilian Polymath Mono Hacker since 16 Jul 2001 MonoBrasil Founding Member - Membro Fundador do MonoBrasil English Blog: http://monoblog.blogspot.com/ Brazilian Portuguese Blog: http://monoblog.weblogger.terra.com.br/
_________________________________________________________________
MSN Messenger: instale gr�tis e converse com seus amigos. http://messenger.msn.com.br
_______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
