Re: [Mono-dev] SGen improved and looking for testers

2010-06-09 Thread Roman Procopie
Hi, Sorry I have a problem using it. Mark Probst wrote: > > It's still only available for Linux on AMD64 and x86. To enable it, > configure mono with "--with-gc=sgen --enable-minimal=aot" and, if you > have a line starting with "ENABLE_AOT" in mcs/build/config.make, > comment it out or delete

Re: [Mono-dev] SGen improved and looking for testers

2010-06-09 Thread Roman Procopie
Robert Jordan wrote: > > You must build from trunk. > Thanks, that worked. I hope this does not get considered as spam. This GC is really amazing. Well done. I am very impacient seeing it in a stable production Mono Will post any problems here. -- View this message in context: http://mon

Re: [Mono-dev] Unable to build Mono from trunk r158797 because of errors in Microsoft.CSharp

2010-06-10 Thread Roman Procopie
Hi, I did the following 1. Downloaded libgdiplus and mono 2.6.4 2. for each of them ./configure at this point you will need to install a few more packages, until configure stops complaining 3. make 4. make install now you must have 2.6.4 working. I suspect you can easily use a packaged mono as we

Re: [Mono-dev] Standard name for mcs

2010-06-30 Thread Roman Procopie
You would probably need to also distribute a compile script which detects existence of dmcs/smcs/gmcs/mcs in order of decreasing preference, store it in a local var then use it for compilation. Regards Roman On 27 June 2010 19:37, Russell Wallace wrote: > I'm trying to distribute a C# program i

Re: [Mono-dev] Problem in Mono's implementation of System.IO.StreamReader?

2010-07-11 Thread Roman Procopie
Hi I had same problem, in similar circumstances. It seems that you need to pass the actual StreamReader to the further use of the stream. Regards Roman On 8 July 2010 22:22, Thiago Padilha wrote: > Hi, > > I'm using StreamReader to read some text from a network stream that > will contain a t