Re: [Mono-list] Compiling mcs with other C# Compiler

2004-01-04 Thread Pablo Fischer
Thanks for the explanation! Pablo El sáb, 03-01-2004 a las 15:48, Peter Williams escribió: On Sat, 2004-01-03 at 02:37, Pablo Fischer wrote: Hi! I have a problem. I have officially mono and mcs compiled with the lastest CVS version (Friday 2nd), however, I'd like to compile other mcs

[Mono-list] Compiling mcs with other C# Compiler

2004-01-03 Thread Pablo Fischer
Hi! I have a problem. I have officially mono and mcs compiled with the lastest CVS version (Friday 2nd), however, I'd like to compile other mcs and mono versions (.28), so, how can I compile mcs (.28) with another mcs.exe?. I need this to maintain debian packages, I'd like to allways have the

Re: [Mono-list] Compiling mcs with other C# Compiler

2004-01-03 Thread Peter Williams
On Sat, 2004-01-03 at 02:37, Pablo Fischer wrote: Hi! I have a problem. I have officially mono and mcs compiled with the lastest CVS version (Friday 2nd), however, I'd like to compile other mcs and mono versions (.28), so, how can I compile mcs (.28) with another mcs.exe?. The MCS build

Re: [Mono-list] Compiling mcs with other C# Compiler

2004-01-03 Thread Miguel de Icaza
Hello, I have a problem. I have officially mono and mcs compiled with the lastest CVS version (Friday 2nd), however, I'd like to compile other mcs and mono versions (.28), so, how can I compile mcs (.28) with another mcs.exe?. The MCS build system uses two variables that will be of

Re: [Mono-list] Compiling mcs

2003-08-16 Thread Giuseppe Greco
On Sat, 2003-08-16 at 00:45, Duncan Mak wrote: On Fri, 2003-08-15 at 18:19, Giuseppe Greco wrote: Hi all, I've checked out the latest version of mcs from CVS, and when trying to compile it, I always get the following error message: support.cs(301) error CS0117:

[Mono-list] Compiling mcs

2003-08-15 Thread Giuseppe Greco
Hi all, I've checked out the latest version of mcs from CVS, and when trying to compile it, I always get the following error message: support.cs(301) error CS0117: `System.IO.StreamReader' does not contain a definition for `DiscardBufferedData' ... but I've given a look at

RE: [Mono-list] Compiling mcs

2003-08-15 Thread Piers Haken
Try doing a 'make install' in corlib first. Piers. -Original Message- From: Giuseppe Greco [mailto:[EMAIL PROTECTED] Sent: Friday, August 15, 2003 3:20 PM To: Mono Subject: [Mono-list] Compiling mcs Hi all, I've checked out the latest version of mcs from CVS, and when

Re: [Mono-list] Compiling mcs

2003-08-15 Thread Duncan Mak
On Fri, 2003-08-15 at 18:19, Giuseppe Greco wrote: Hi all, I've checked out the latest version of mcs from CVS, and when trying to compile it, I always get the following error message: support.cs(301) error CS0117: `System.IO.StreamReader' does not contain a definition for