Re: [Mono-dev] [PATCH] Small fix for CSharpCodegenerator

2008-06-20 Thread Gert Driesen
Hey Ankit, Are you using the 2.0 profile version of CodeDom? In that case we could just introduce an option for specifying whether the CodeDomProvider is used in MD-mode, and generate code accordingly. See http://msdn.microsoft.com/en-us/library/bb537926.aspx for more info. Gert -Original

[Mono-dev] Mono SVN trunk download missing for OpenSuse 10.3?

2008-06-20 Thread Przemysław Sołdacki
When I go to: http://mono.ximian.com/monobuild/snapshot/download-trunk/ there is only: sles-10-i586 [ sled-10-i586 ] suse-110-i586 suse-110-x86_64 Do you have any idea why 103 version is gone? -- Pozdrawiam / Regards Przemysław Sołdacki ___

Re: [Mono-dev] [PATCH] Small fix for CSharpCodegenerator

2008-06-20 Thread Michael Hutchinson
On Fri, Jun 20, 2008 at 3:18 AM, Gert Driesen [EMAIL PROTECTED] wrote: Hey Ankit, Are you using the 2.0 profile version of CodeDom? In that case we could just introduce an option for specifying whether the CodeDomProvider is used in MD-mode, and generate code accordingly. See

[Mono-dev] docs source tarbals should get updated

2008-06-20 Thread Miha Vrhovnik
Hi I hope that this is the correct mailing list for this. I'm trying to compile Mono on Windows using VS 2005. I was following the docs but as written in docs is NO GO as at least eglib directory is missing in bz2 file[1] Nonetheless with a little tweaking of vcproj files I managed to compile

Re: [Mono-dev] docs source tarbals should get updated

2008-06-20 Thread Robert Jordan
Miha Vrhovnik wrote: Hi I hope that this is the correct mailing list for this. I'm trying to compile Mono on Windows using VS 2005. I was following the docs but as written in docs is NO GO as at least eglib directory is missing in bz2 file[1] Eglib was never released and it was never

Re: [Mono-dev] docs source tarbals should get updated

2008-06-20 Thread Andreas Färber
Hi, Am 20.06.2008 um 19:37 schrieb Robert Jordan: Miha Vrhovnik wrote: eglib directory is missing in bz2 file[1] Eglib was never released and it was never included in the tar files. If you want to use it, you must compile Mono from SVN. We once added it to the list of distributed dirs but

Re: [Mono-dev] Building my own binaries

2008-06-20 Thread Ockert
Thanks to Andreas I was able to build Mono on a Mac without MacPorts: 1: Download pkg-config 2: Download glib 3: Download mono and mcs from svn: 4: Go to mono directory 5: Run #!/bin/sh 6: Run export ACLOCAL_FLAGS=-I /Library/Frameworks/Mono.framework/Versions/Current/share/aclocal 7: Run

Re: [Mono-dev] Building my own binaries

2008-06-20 Thread Andreas Färber
Am 18.06.2008 um 02:32 schrieb Ockert: When I run make install I get Making install in libgc Making install in include Making install in private make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Nothing to be done for