[Mono-devel-list] Pascal compiler

2005-03-15 Thread Dennis Hayes
  1)  If someone wants to write an open source Pascal compiler, they should do it. If it gets to an advanced enough state, and has the support needed, I see no reason why it could not be added to the Mono SVN; of course that is not my decision to make, but in the past similar projects such as J

Re: [Mono-devel-list] GCC 4's GIMPLE and Mono/Mcs and C++/CLI

2005-03-15 Thread Paul
Hi, > What would it take to get mono/mcs to work with GCC 4? Or even C++/CLI > or whatever they're calling these days. C++/CLI is a godawful mess. Unfortunately, I actually know one of the guys behind it. mono/mcs works fine with gcc4. I've got it here and it's happy. Unfortunately, there is a

[Mono-devel-list] GCC 4's GIMPLE and Mono/Mcs and C++/CLI

2005-03-15 Thread Daniel Morgan
I found this web page about GIMPLE. http://gcc.gnu.org/projects/tree-ssa/#ssa What would it take to get mono/mcs to work with GCC 4? Or even C++/CLI or whatever they're calling these days. Miguel de Icaza wrote: I would say that if you want to make an impact in the world, you might have a better

Re: [Mono-devel-list] Pascal Compiler Thoughts

2005-03-15 Thread Rodrigo B. de Oliveira
Have you considered adopting boo[1] as the compiler infrastructure? I'd love to cooperate with you and make sure the boo compiler infrastructure can accommodate the needs of object pascal. [1] http://boo.codehaus.org/ On Mon, 14 Mar 2005 12:42:11 -0800, Grant Hess <[EMAIL PROTECTED]> wrote: > I

[Mono-devel-list] Re: Pascal compiler?

2005-03-15 Thread Robert Wittams
Willibald Krenn wrote: Hi! Would there be interest in adding a Delphi compatible compiler to Mono? Somehow I'd like to see support for my pet language.. :-) Any thoughts? Willi John Gough's "Compiling for the .Net Common Language Runtime (CLR)" (ISBN 0-13-062296-6) uses a Pascal language for its

Re: [Mono-devel-list] New Mono community

2005-03-15 Thread Everaldo Canuto
Hey, Very nice!!! Thanks you very much for this logo!!! This is my MSN: "[EMAIL PROTECTED]" If you have time please contact me, then I will include your name on credits :) If possible I like to have a SVG version to use on another themes, I have plans to have themes on another colors like brow,

Re: [Mono-devel-list] New Mono community

2005-03-15 Thread Mario Sopena
Hello, > If anyone is a good designer and like to help us on creation of logo we > will be thankfull. Not a good designer but I had an inspiration. XD. Look here: http://personales.ya.com/msopena/simios.html If you guys are interested, I have the SVG version (for changing color, size, ). I

Re: [Mono-devel-list] Possible bug when using System.IO.FileStream

2005-03-15 Thread Zoltan Varga
Hi, This is now tracked as: http://bugzilla.ximian.com/show_bug.cgi?id=73718 Zoltan On Tue, 15 Mar 2005 16:46:32 +0100, Peter Magnusson <[EMAIL PROTECTED]> wrote: > Description: > When I use a FileStream(string, FileMode, FileAccess, FileShar

Re: [Mono-devel-list] Pascal Compiler Revisited

2005-03-15 Thread Dick Porter
On Tue, 2005-03-15 at 07:34 -0800, Grant Hess wrote: > I would love to be able to develop a Pascal compiler, but I don't see it > happening in conjunction with Mono at this time. > > On that note I will say this much. I am not a politician, I am a > programmer. If people can work out the polit

Re: [Mono-devel-list] Pascal compiler?

2005-03-15 Thread Jambunathan K
Marc I tender my public apologies if only you are willing to share the source. Otherwise I standy what I said. No sincere Open Source developer who is in right wits is ever going to heed to, what I see as a "dubious" call. I agree that I could have been polite. But you had ruffled my sincerest of

[Mono-devel-list] Possible bug when using System.IO.FileStream

2005-03-15 Thread Peter Magnusson
Description: When I use a FileStream(string, FileMode, FileAccess, FileShare, int, bool) constructor I get an error like below. ** ERROR **: Thread 0x930 calling into managed code is not registered with the GC. On UNIX, this can be fixed by #include-ing before in the file containing the thread c

Re: [Mono-devel-list] gcc4, rawhide and libgdiplus

2005-03-15 Thread Paul
Hi, > > To that end, I've entered it the Redhat bugzilla > > > > https://bugzilla.redhat.com/beta/show_bug.cgi?id=151152 > > > > Hopefully, this will be sorted quickly... > Please fill a bug into bugzilla.ximian.com and assign it to me. I'll > look into that as soon as possible. Will do. In t

[Mono-devel-list] Pascal Compiler Revisited

2005-03-15 Thread Grant Hess
Well, Concerning the amount of debate spawned by a simple attempt start this project, I've come to a couple of conclusions. 1) Very few people care about the project 2) Official support will be limited 3) Opposition from commercial interests exists Personally, I don't feel that these are enough r

Re: [Mono-devel-list] gcc4, rawhide and libgdiplus

2005-03-15 Thread Jordi Mas
El dt 15 de 03 del 2005 a les 14:22 +, en/na Paul va escriure: > Hi, > > I've been hacking around on font.c to see if I can get libgdiplus to > compile against the latest gcc4 release in Fedora rawhide. > > There is a problem with signedness of arguments being passed in. To see > if I can get

Re: [Mono-devel-list] gcc4, rawhide and libgdiplus

2005-03-15 Thread Paul
> > To that end, I've entered it the Redhat bugzilla > > > > https://bugzilla.redhat.com/beta/show_bug.cgi?id=151152 > > > > Hopefully, this will be sorted quickly... > > For now, we should remove -Werror, if it is still there. See all the rhat > complaints about people adding that in. Tough. St

Re: [Mono-devel-list] gcc4, rawhide and libgdiplus

2005-03-15 Thread Ben Maurer
> Hi, > > I've been hacking around on font.c to see if I can get libgdiplus to > compile against the latest gcc4 release in Fedora rawhide. > > There is a problem with signedness of arguments being passed in. To see > if I can get around this, I explicitly cast the arguments in font.c line > 283 to

[Fwd: [Mono-devel-list] Bugs on System.DirectoryServices]

2005-03-15 Thread Boris Kirzner
Sorry, the files are _really_ attached now. Boris Original Message Subject:[Mono-devel-list] Bugs on System.DirectoryServices Date: Tue, 15 Mar 2005 16:14:13 +0200 From: Boris Kirzner <[EMAIL PROTECTED]> To: mono-devel mailing list Hello all Sorry for sending bug

[Mono-devel-list] gcc4, rawhide and libgdiplus

2005-03-15 Thread Paul
Hi, I've been hacking around on font.c to see if I can get libgdiplus to compile against the latest gcc4 release in Fedora rawhide. There is a problem with signedness of arguments being passed in. To see if I can get around this, I explicitly cast the arguments in font.c line 283 to be (unsigned

[Mono-devel-list] Bugs on System.DirectoryServices

2005-03-15 Thread Boris Kirzner
Hello all Sorry for sending bugs to the devlist, but Bugzilla does not offer an option to open bug on DirectoryServices. If somebody can add this component to Bugzilla, I'll just open this bug as usual. Description of Problem: DirectorySearcher.FindAll does not uses SizeLimit property to narrow

Re: [Mono-devel-list] Pascal compiler?

2005-03-15 Thread Martin Baulig
On Mon, 2005-03-14 at 14:22 +0100, Willibald Krenn wrote: > Alexandre Rocha Lima e Marcondes schrieb: > > Hello, > > > > I think the best way is to start from the gmcs code. We should speak > > with Miguel de Icaza, > to see if we are not duplicating efforts, and in my opinion we could

RE: [Mono-devel-list] Sln to make conversion

2005-03-15 Thread Jörg Rosenkranz
Hello, > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of JD Conley > > We have a pretty big set of .NET solutions/projects that we would like > to build in the latest Mono and get running on Linux/OSX. They consist > of C#, VB.NET, and one small C++

Re: [Mono-devel-list] Cross Platform .NET Architecture

2005-03-15 Thread Jonathan Pryor
On Mon, 2005-03-14 at 11:16 -0800, JD Conley wrote: > Is there any documentation on how Mono sets up its class library > projects for cross platform .NET development? Rafael answered this fairly well: stick with portable solutions when possible, use #ifdefs when they're not, and use design pattern

Re: [Mono-devel-list] Language policy in Mono.

2005-03-15 Thread Willibald Krenn
In this *particular* case, I would say that if you want to make an impact in the world, you might have a better chance of achieving this by taking gcc 4's GIMPLE internal structures and make it output CIL instead of writing a new Pascal compiler. I did not know that gcc understands Delphi?! Or

Re: [Mono-devel-list] Pascal compiler?

2005-03-15 Thread Willibald Krenn
Marc, Thanks very much for your detailed answer. Why would it be in the Mono cvs? Chrome is a closed-source commercial product, it's not open source. I made that clear in my original post. Of course you made that clear - perhaps I did not explain what /I/ meant clearly enough: I somewhat missed a

Re: [Mono-devel-list] Pascal compiler?

2005-03-15 Thread David Champion
Willibald Krenn wrote: Hi! Would there be interest in adding a Delphi compatible compiler to Mono? Somehow I'd like to see support for my pet language.. :-) Any thoughts? Willi ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lis

[Mono-devel-list] Language policy in Mono.

2005-03-15 Thread Miguel de Icaza
Hello, Regarding the debate that started over Pascal in the list, I was asked to comment on it. The Mono team will work to ensure that every compiler for the CLI will work flawlessly on it, and we will work with the various groups that produce them to address problems in Mono or their com

RE: [Mono-devel-list] Pascal compiler?

2005-03-15 Thread Massimiliano Mantione
On Tue, 2005-03-15 at 00:14, marc hoffman wrote: > > It would be great if you are offering to release the source > > of this Chrome compiler under an open source compatible > > license. > > Not likely to happen as long as some of us have to pay for rent and food > ;) Marc, there will always

[Fwd: Re: [Mono-devel-list] Patch for DirectoryServices.DirectorySearcher]

2005-03-15 Thread Boris Kirzner
Sorry for the mistake. Attached the new patch and (the same) description. Hello all Attached is the patch for DirectoryServices.DirectorySearcher : - ClientTimeout and ServerPageTimeLimit should be initialized to 1 second - SizeLimit should be initialized to 0 - Setting SizeLimit to negative value