RE: [Mono-devel-list] Error Building

2005-08-04 Thread Jonathan S. Chambers
I do the get-monolite-latest as part of my build. It seems to be complaining that the monolite is out of date compared to the mono runtime. Is that what the error is saying, or can't it find the monolite mcs at all? - Jonathan -Original Message- From: Peter Dennis Bartok [mailto:[EM

Re: [Mono-devel-list] Error Building

2005-08-04 Thread Peter Dennis Bartok
You need mcs to build mcs since it's written in c# :-) That's why you need a tarball or similar to get a working mcs.exe. ./configure checks the capabilities of the particular unix version you are running on, to figure out the proper compiler switches, include files, features, etc, that your sy

RE: [Mono-devel-list] Error Building

2005-08-04 Thread Jonathan S. Chambers
I'm a bit confused. According to Paul's site, the first thing to do is to completely remove mono from your system (didn't really apply to me since the machine was clean). Are you saying I should install a mono tarball? Do I then remove it later? Also, as a newbie, what does the ./configure do?

RE: spam: suspected: Re: [Mono-devel-list] Graphics merge-in status

2005-08-04 Thread Jonathan Pryor
On Thu, 2005-08-04 at 04:31 -0700, Andrew Skiba wrote: > I understand that ability to run tests without windows box is an > advantage. I thought to commit expected results in similar way we did > with XML tests. Alas, I'm not familiar with the XML tests. > By explicit "update" mechanism do you me

Re: [Mono-devel-list] [PATCH] Check for assembly attributes

2005-08-04 Thread Carlos Alberto Cortez
Right, that's true, since we need to support an insensitive case comparison. Just corrected that. Carlos. El jue, 04-08-2005 a las 18:23 -0400, Ben Maurer escribió: > On Thu, 2005-08-04 at 17:15 -0500, Carlos Alberto Cortez wrote: > > + if (String.CompareOrdi

Re: [Mono-devel-list] [PATCH] Check for assembly attributes

2005-08-04 Thread Ben Maurer
On Thu, 2005-08-04 at 17:15 -0500, Carlos Alberto Cortez wrote: > + if (String.CompareOrdinal > (values [0], "Version") == 0) > + version = true; Weren't these case insensitive in your first version? If they are,

Re: [Mono-devel-list] Initial ARM JIT port in svn

2005-08-04 Thread Rafael Teixeira
Perfect timing Lupus, I may be able to use C# instead of Java in a new embedded project. My Heartily Thanks, On 8/4/05, Paolo Molaro <[EMAIL PROTECTED]> wrote: > Hi. > People may be interested to know that the initial pass at the > JIT port to ARM is in svn. > make test in mono/tests reports 12

Re: [Mono-devel-list] [PATCH] Check for assembly attributes

2005-08-04 Thread Carlos Alberto Cortez
Hey Marek, On 8/4/05, Marek Safar <[EMAIL PROTECTED]> wrote: > > + string [] args = a.GetString ().Trim ().Split > (new char [] {','}); > > a.GetString () can return null. > I don't think so. When the emtpy string is passed, it shows no errors. When you don't p

Re: [Mono-devel-list] Initial ARM JIT port in svn

2005-08-04 Thread Hugo Ferreira
Does this mean Mono for PocketPC is getting closer? :D On 8/4/05, Paolo Molaro <[EMAIL PROTECTED]> wrote: > Hi. > People may be interested to know that the initial pass at the > JIT port to ARM is in svn. > make test in mono/tests reports 123 pass, 70 fail. > Most of the regression tests in mini/

Re: [Mono-devel-list] [PATCH] JScript.NET code generation

2005-08-04 Thread Jb Evain
Hola Cesar! Sure, here it is. Jb jscript.patch Description: Binary data On Aug 4, 2005, at 9:27 PM, César Lopéz Natarén wrote: Hello Jb! I like the second patch, just one thing, + private static string CORLIB = "mscorlib, Version=1.0.5000.0, Culture=neutral, Pub" + +

[Mono-devel-list] Initial ARM JIT port in svn

2005-08-04 Thread Paolo Molaro
Hi. People may be interested to know that the initial pass at the JIT port to ARM is in svn. make test in mono/tests reports 123 pass, 70 fail. Most of the regression tests in mini/ work as well. The missing stuff is related to stack walks (so exceptions don't work yet, as well as some reflection

Re: [Mono-devel-list] Edit and Continue

2005-08-04 Thread Atsushi Eno
Hi, Even IF you are "granted" to "distribute" the copy of the Microsoft (maybe nonpublic?) documentation from Microsoft guys (who really can "give" the permission to you), it is not a good idea to scatter it. Note that there is no legal difference if you send copyrighted materials one by one, or

Re: [Mono-devel-list] Edit and Continue

2005-08-04 Thread David Srbecky
> Even IF you are "granted" to "distribute" the copy of the Microsoft > (maybe nonpublic?) documentation from Microsoft guys (who really can > "give" the permission to you), it is not a good idea to scatter it. > Note that there is no legal difference if you send copyrighted > materials one by one,

Re: [Mono-devel-list] ThreadAbortException - Why is it rethrown?

2005-08-04 Thread Atsushi Eno
Hi, Well, there is ResetAbort() which can stop the ThreadAbortException only from inside the same thread (AFAIK). Other than that yes it is not possible to stop this error propagation. Atsushi Eno David Waite wrote: ThreadAbort is thrown as result of the thread being aborted. You cannot unabor

Re: [Mono-devel-list] Edit and Continue

2005-08-04 Thread Atsushi Eno
Hello, David Srbecky wrote: Thanks for the reply, Some people at Microsoft were very kind and have send me their, at the moment, internal Edit and Continue documentation. I will not repay their kindness by publishing these documents on public maillist, but if anyone is interested please let me

Re: [Mono-devel-list] Too many heap sections: Increase MAXHINCR or MAX_HEAP_SECTS

2005-08-04 Thread Paolo Molaro
On 08/02/05 Joannes Vermorel wrote: > I am currently developping a scientific computing application in C#. > Basically, the application is simple, first it loads from a text file > roughly 100MB of data, and then run a CPU intensive algorithm. The memory > required while running the algo is around

Re: [Mono-devel-list] Error Building

2005-08-04 Thread Paolo Molaro
On 08/03/05 Jonathan S. Chambers wrote: > Thanks Paul. Unfortunately, that's what I'm going by :-( > > A few others have emailed me to say they have the same problem. Until people don't report the issue, they won't get fixed. The easy way to compile from svn is to first install a recent released

Re: [Mono-devel-list] Edit and Continue

2005-08-04 Thread David Srbecky
Thanks for the reply, Some people at Microsoft were very kind and have send me their, at the moment, internal Edit and Continue documentation. I will not repay their kindness by publishing these documents on public maillist, but if anyone is interested please let me know and I will send the docume

[Mono-devel-list] Re: [Mono-list] mcs precise location patch is now in svn.

2005-08-04 Thread Atsushi Eno
Hi, > using mcs r47994, > if the column is > 255, it starts counting from 0 again > > if you compile the attached file 'Test3.cs', you get the message > Test3.cs(6,13): warning CS0168: The variable `a' is declared but never used > while the location should be (6,255+) > > it only shows '255+' wh

[Mono-devel-list] Re: [Mono-list] mcs precise location patch is now in svn.

2005-08-04 Thread Atsushi Eno
Hi, > using mcs r47994, > if the column is > 255, it starts counting from 0 again > > if you compile the attached file 'Test3.cs', you get the message > Test3.cs(6,13): warning CS0168: The variable `a' is declared but never used > while the location should be (6,255+) > > it only shows '255+' wh

Re: [Mono-devel-list] ThreadAbortException - Why is it rethrown?

2005-08-04 Thread David Waite
ThreadAbort is thrown as result of the thread being aborted. You cannot unabort the thread, just do cleanup before it finishes. So when you catch the ThreadAbort, it is rethrown automatically to go to the next higher cleanup routine. -David Waite On 8/4/05, Vivek, Bharath Varma (IE10) <[EMAIL PRO

Re: [Mono-devel-list] Re: [Mono-list] IStream implementation on Win32for System.Drawing.Image.InitFromStream

2005-08-04 Thread Peter Dennis Bartok
> If I use the tool of resgen in mono/libgdiplus to generate resource > file from the following resx file, I always got the exception: > "Feature not implemented". This exception will be throwed from the > method of GdipLoadImageFromStream of image.cs in the libgdiplus. I am > still wondering why I

RE: [Mono-devel-list] Graphics merge-in status

2005-08-04 Thread Andrew Skiba
I commited this helper. It is possible to compile and run it under Mono, but I did not make generate and test phases yet. I'll continue to work on it on Sunday. Anyway, code is available to play with, and there are basic Makefiles to build and run it. > The next thing I want to do is to commit the

Re: [Mono-devel-list] [PATCH] Check for assembly attributes

2005-08-04 Thread Ben Maurer
On Thu, 2005-08-04 at 00:07 -0500, Carlos Alberto Cortez wrote: > > This precludes us from using the assembly in mscorlib.dll. It could > > potentially be useful to use there -- say to let us write nunit tests > > that poked at internals. > > I'm not very sure about the scenarios you are thinking

[Mono-devel-list] [PATCH] to support '.permissionset' in ilasm

2005-08-04 Thread Ankit Jain
Hi, Attached are two patches for ilasm and peapi for supporting '.permissionset' in ilasm. If somebody can provide testcases for '.permission' then maybe i can implement that too. The patches are also attached with this bug report : http://bugzilla.ximian.com/show_bug.cgi?id=66033. Please review

Re: [Mono-devel-list] Edit and Continue

2005-08-04 Thread Paolo Molaro
On 08/03/05 David Srbecky wrote: > My name is David Srbecky and I am working on SharpDevelop 2.0 debugger. > The debugger is getting nearly finished, but it is still missing one > 'cool' feature - edit and continue. The support for Edit and Continue > (EnC) from the side of Microsoft runtime is goo

Re: [Mono-devel-list] make distcheck problems / autogen.sh?

2005-08-04 Thread Paolo Molaro
On 08/04/05 IT2003_1: Morenz, Tino wrote: > At least I got a clue where my problems come from. > However I do _not_ have a autogen.sh. (I use the mono-1.1.8.1 package) autogen.sh is available in the svn module: it's not distributed in the tarball, likely because the tarball is supposed to be built

Re: [Mono-devel-list] [PATCH] JScript.NET code generation

2005-08-04 Thread Jb Evain
Hey, Ok, ok, this is so much simple this way... Jb jscript.diff Description: Binary data On Aug 4, 2005, at 4:33 PM, Jb Evain wrote: Hello there, For the moment, mjs emits an assembly with an RequestAttribute with an empty blob. If this is permitted by the runtime, the attribute is no

Re: [Mono-devel-list] Re: [Mono-list] IStream implementation on Win32 for System.Drawing.Image.InitFromStream

2005-08-04 Thread Huaiyang Mao
Hello Kornél, many thanks for your tip. If I use the tool of resgen in mono/libgdiplus to generate resource file from the following resx file, I always got the exception: "Feature not implemented". This exception will be throwed from the method of GdipLoadImageFromStream of image.cs in the libgd

[Mono-devel-list] Re: [Mono-list] mcs precise location patch is now in svn.

2005-08-04 Thread Ben Motmans
On 8/2/05, Atsushi Eno <[EMAIL PROTECTED]> wrote: > Hello, > > My precise location patch for mcs (to report line/column, where it > used to report incorrect locations) is now checked in svn. > > If any of you found such case that mcs does not report error location, > please file a bug and/or repo

[Mono-devel-list] fedora x86-64 packages?

2005-08-04 Thread Dan Berger
On Thu, 2005-07-28 at 01:46 +0300, Anton Andreev wrote: > Does any body successfully compiled all mono packages on Fedora Core 4 > x86_64? I failed ... If someone did can you please recompile them in a > directory, tar and gzip it and release it somehow? or make a rpm? I can > host such a pac

[Mono-devel-list] [PATCH] JScript.NET code generation

2005-08-04 Thread Jb Evain
Hello there, For the moment, mjs emits an assembly with an RequestAttribute with an empty blob. If this is permitted by the runtime, the attribute is not valid regarding to the spec. Moreover, jsc emits here an attribute with the version of the runtime as argument. Here is a proposed patc

Re: [Mono-devel-list] C or C# and Card Reader

2005-08-04 Thread Rafael Teixeira
For security concerns (virus/trojans/etc.) normally web content isn't allowed to interoperate with local programs. You must have things "sandboxed" to prevent harm to your client system by malicious web content. You can approach a need like your from many angles: -- Create browser component (a Fi

Re: [Mono-devel-list] Compiling from sources

2005-08-04 Thread Kornél Pál
Hi, IP's of Mono SVN servers are blacklisted in a lot of anti-P2P lists because they belong to Novell and they think that it's dangerous to use allow connections to and from servers of Novell altough they are open source SVN servers. If you (anyone) are using such IP blockers you will be unable

[Mono-devel-list] Re: [Mono-list] IStream implementation on Win32 for System.Drawing.Image.InitFromStream

2005-08-04 Thread Huaiyang Mao
Hello Kornél, many thanks for your effort in implementing IStream on Win32. Do you know when the IStream implementation on Unix available? I need the feature to generate resource file from another resx file with image stream. Many thanks for your help. best regards, Huaiyang _

[Mono-devel-list] RE: [Gc] [PATCH] Race condition when restarting threads

2005-08-04 Thread Boehm, Hans
I still don't think I understand the scenario. The original thread in (1) was suspended from the last GC? My assumption is that if thread A sends a signal to thread B, then Bs handler sees all memory operations performed by A before the signal was sent. I don't think that's officially guaranteed

[Mono-devel-list] RE: [Gc] [PATCH] Race condition when restarting threads

2005-08-04 Thread Boehm, Hans
Sorry about the long delay. I don't quite understand the problem here. If GC_stop_count has just been incremented, then I'm about to send another suspend signal to the thread, and it will have to stop again before we think the world is stopped. Can you be a bit more specific about the race her

[Mono-devel-list] C or C# and Card Reader

2005-08-04 Thread Alf C Stockton
Would it be possible in a client/server environment, similar to a web environment, to create a program on the client that would be called from a web page. This program would read a serial connected card reader, and have that read data passed to the server so that the server could retrieve data b

RE: [Mono-devel-list] Compiling from sources

2005-08-04 Thread Paul F. Johnson
Hi, svn is working fine from here. TTFN Paul -- "Some people will do anything for a woman in uniform" - The Doctor - Unregenerate (Big Finish audio) ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/lis

Re: [Mono-devel-list] Error Building

2005-08-04 Thread Rafael Teixeira
Do you have $prefix/bin at the start of your PATH and $prefix/lib ldconfig'ed? If not probably the monolite installed there may not be able to actually run, or some mixed pieces from other installations are entering the process... Hope It Helps, :) On 8/3/05, Jonathan S. Chambers <[EMAIL PROTECT

RE:[Mono-devel-list] Compiling from sources

2005-08-04 Thread Matthias Felgner
Try svn co http://svn.myrealbox.com/source/trunk/mcs --Matt -Ursprüngliche Nachricht- Von: Arnhoffer Károly [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 4. August 2005 15:01 An: Matthias Felgner; mono-devel-list@lists.ximian.com Betreff: RE: [Mono-devel-list] Compiling from sources

RE: [Mono-devel-list] Compiling from sources

2005-08-04 Thread Arnhoffer Károly
Hi, I can not download from this svn: [EMAIL PROTECTED]:~> svn co svn://svn.myrealbox.com/source/trunk/mcs svn: Can't connect to host 'svn.myrealbox.com': Connection refused [EMAIL PROTECTED]:~> :( Arnhoffer Károly -Original Message- From: Matthias Felgner [mailto:[EMAIL

AW: [Mono-devel-list] Compiling from sources

2005-08-04 Thread Matthias Felgner
Hi, please go here http://www.all-the-johnsons.co.uk/mono/mono-firstcompile.html and check out this tutorial. I used it and had no problems with it. Also make sure to check out the other sections regarding mono on this page. Note to Paul: Good Work there :-) Regards, --Matt -Ursprünglic

RE: spam: suspected: Re: [Mono-devel-list] Graphics merge-in status

2005-08-04 Thread Andrew Skiba
Hello Jon. Thanks for your answer. I understand that ability to run tests without windows box is an advantage. I thought to commit expected results in similar way we did with XML tests. By explicit "update" mechanism do you mean any particular technique? Also, how do you suggest to solve the .N

Re: [Mono-devel-list] Graphics merge-in status

2005-08-04 Thread Jonathan Pryor
On Thu, 2005-08-04 at 00:06 -0700, Andrew Skiba wrote: > I will create a directory under sys.drawing/test for this helper and > will commit the helper as is. It needs few changes, however, to be > usable for Mono. Today it checks TARGET_JVM to decide whether we are > creating reference results on d

[Mono-devel-list] Compiling from sources

2005-08-04 Thread Arnhoffer Károly
Hi all, I am a very newbie in compiling Mono from sources (I have used RPMs so far) and I am not managed to do it successfully. I have sources from http://go-mono.com/sources/mono-1.1/mono-1.1.8.tar.gz and http://mono.ximian.com/daily/mono-1.1.8.20050803.tar.gz and 'make' runs into error here:

[Mono-devel-list] ThreadAbortException - Why is it rethrown?

2005-08-04 Thread Vivek, Bharath Varma (IE10)
Hi, I have a question regarding ThreadAbortException. Why is the thread abort exception rethrown at the end of a catch clause? Why is ThreadAbortException's behavior designed to be this way? Thanks in advance -Vivek ___ Mono-devel-list mailing list Mo

Re: [Mono-devel-list] [PATCH] monodis and JScript.NET assemblies

2005-08-04 Thread Ankit Jain
Altered the patch a bit to use method->hasthis to check whether it is instance or static as discussed on irc. -Ankit On 8/4/05, Jb Evain <[EMAIL PROTECTED]> wrote: > Hey, > > Wow, right. Here is a sightly altered version of your alteration, it > implements detail discussed on irc. > > Jb > >

RE: [Mono-devel-list] make distcheck problems / autogen.sh?

2005-08-04 Thread Raja R Harinath
Hi, (Sorry about top-posting. I'm using a bad webmail client) Actually, 'autogen.sh' is used in SVN snapshots to (re-)generate configure, Makefile.in and other build stuff from configure.in and Makefile.am. In your case, just edit configure.in and run 'autoreconf', assuming you have a fairly re

Re: [Mono-devel-list] [PATCH] Check for assembly attributes

2005-08-04 Thread Marek Safar
Hello Carlos, A patch is attached, containing a check for InternalsVisibleToAttribute, when it is applied to an assembly. It reports a warning or shows an error, just like csc does. + if (a == null) + throw new ArgumentNullException ("a")

Re: [Mono-devel-list] [PATCH] Check for assembly attributes

2005-08-04 Thread Carlos Alberto Cortez
Hello, Below my comments. El jue, 04-08-2005 a las 00:46 -0400, Ben Maurer escribió: > On Wed, 2005-08-03 at 20:55 -0500, Carlos Alberto Cortez wrote: > > Hey, > > > > A patch is attached, containing a check for InternalsVisibleToAttribute, > > when it is applied to an assembly. It reports a war

[Mono-devel-list] Graphics merge-in status

2005-08-04 Thread Andrew Skiba
Hello. Yesterday I finished merging out our changes to System.Drawing. Vast majority of changes were java-specific. The next thing I want to do is to commit the drawing tests helper we started to develop at Mainsoft. I will create a directory under sys.drawing/test for this helper and will commi

Re: [Mono-devel-list] [PATCH] monodis and JScript.NET assemblies

2005-08-04 Thread Jb Evain
Hey, Wow, right. Here is a sightly altered version of your alteration, it implements detail discussed on irc. Jb dis.patch Description: Binary data Hi, The patch skips any marshal info for the return type parameter. Also, the case that monodis isn't able to handle is when there are no