[Mono-list] -- Math.cs --

2003-02-02 Thread yoros
Hi, Here are the final files that I got. I think that the Math performance is good and that the results are the most accurate that can be with "libm" because MS.NET are using another kind of numerical algorithms. I changed the following files: mcs/class/corlib/System/Math.cs mon

Re: [Mono-list] Thread.Suspend

2003-02-02 Thread Martin Baulig
Dick Porter <[EMAIL PROTECTED]> writes: > On Sat, 2003-02-01 at 17:25, tapia wrote: > > Hi. > > > > I'm coding a little app using System.Threading.Thread, and I've seen > > that the Suspend() method is not implemented. > > Suspend() will probably never be implemented while we use the boehm gc >

[Mono-list] Ports Installation

2003-02-02 Thread Jon LaBass
Hello. My current setup is FreeBSD 4.6.2 and I\'m trying to install mono through ports. My problem is it gets to this: Making install in os Making install in unix Making install in metadata /bin/sh ../../mkinstalldirs /usr/local/bin sed: 1: \"s,^.*/,,;;s/$//\": invalid command code ; *** Error

Re: [Mono-list] Cross-platform Mono IDE?

2003-02-02 Thread Stefan Matthias Aust
Fabio Montoya wrote: > I would like to explore the Mono environment especially now that Mac > OS X is somewhat supported. > > Any comments and opinions on free (or at least open) cross-platform > IDE tools (especially Windows, Linux, Mac OS X) will be appreciated. > > What's your favorite Mono IDE

Re: [Mono-list] Thread.Suspend

2003-02-02 Thread Dick Porter
On Sun, 2003-02-02 at 10:10, Martin Baulig wrote: > Can't we find some solution for this, ie. patch boehm a little bit. Distributing a custom version of libgc would not be my first choice. Long term, the plan is to write our own GC anyway. - Dick ___

[Mono-list] Future of JIT

2003-02-02 Thread Ilya Minkov
Have you considered VCODE/ICODE to become a basis for your JIT backend? It was developed/used for runtime code generation in Tick C Compiler, which is in turn based upon LCC. And since its command set is tuned for LCC, it should also fit the .NET architecture if i'm not wrong. I haven't read ma

Re: [Mono-list] Thread.Suspend

2003-02-02 Thread Martin Baulig
Dick Porter <[EMAIL PROTECTED]> writes: > On Sun, 2003-02-02 at 10:10, Martin Baulig wrote: > > Can't we find some solution for this, ie. patch boehm a little bit. > > Distributing a custom version of libgc would not be my first choice. Well, I think we should try to make a really simple and cle

Re: [Mono-list] Cross-platform Mono IDE?

2003-02-02 Thread Richard Torkar
On Sun, 2003-02-02 at 11:57, Stefan Matthias Aust wrote: > Fabio Montoya wrote: > > > I would like to explore the Mono environment especially now that Mac > > OS X is somewhat supported. > > > > Any comments and opinions on free (or at least open) cross-platform > > IDE tools (especially Wind

[Mono-list] array access

2003-02-02 Thread Sterling Hughes
I'm trying to dynamically determine the type of elements stored within an object of MONO_TYPE_ARRAY, is there anyway to do this? -Sterling -- "The three most dangerous things in the world are a programmer with a soldering iron, a hardware type with a program patch and a user with an idea."

Re: [Mono-list] Future of JIT

2003-02-02 Thread Jonathan Pryor
The biggest problem is the licensing issues -- it's not GPL compatible. At least, not immediately so. The problem is the "you may not sell vcode or any product drived from it in which it is a significant part of the value of the project." If mono were to use this as its JIT, it could be argued t

RE: [Mono-list] type-reflector

2003-02-02 Thread Jonathan Pryor
I took a look into this, and it doesn't quite do what I want. What I want is a combination between normal CVS modules and CVS ampersand modules. What I want to be able to do is something like this: $ cvs co mono-tools $ ls debuggertype-reflector $ touch Ma

[Mono-list] XSP Binary File Upload Patch

2003-02-02 Thread Brian Ritchie
Gonzalo/Simon, I've been working with an application using the XSP Server. It needs to support uploading of binary files. XSP seems to support uploading of text files, but not binary. After much research, I found a bug in the ReadEntityBody method. It was using a TextReader to read the body

Re: [Mono-list] Compile error with current cvs

2003-02-02 Thread Lluis Sanchez
> > I have gc.dll (the one from libgc-6.1-dev.zip) copied in my install/lib > > folder, and all gc headers in install/include/gc. > > Try adding the install/lib directory to your PATH. > I already have it. What else could it be? Lluis. ___ Mono-list

Re: [Mono-list] XSP Binary File Upload Patch

2003-02-02 Thread Gonzalo Paniagua Javier
El dom, 02-02-2003 a las 20:47, Brian Ritchie escribió: > Gonzalo/Simon, > > I've been working with an application using the XSP Server. It needs to > support uploading of binary files. XSP seems to support uploading of text > files, but not binary. After much research, I found a bug in the

Re: [Mono-list] Compile error with current cvs

2003-02-02 Thread Gonzalo Paniagua Javier
El vie, 31-01-2003 a las 18:29, Lluis Sanchez escribió: > *** Warning: linker path does not have real file for library -lgc. > *** I have the capability to make that library automatically link in when > *** you link to this library. But I can only do this if you have a > *** shared version of the l

RE: [Mono-list] type-reflector

2003-02-02 Thread Peter Williams
On Sun, 2003-02-02 at 12:31, Jonathan Pryor wrote: > I took a look into this, and it doesn't quite do what I want. > > What I want is a combination between normal CVS modules and CVS > ampersand modules. What I want to be able to do is something like this: > > $ cvs co mono-tools > $

RE: [Mono-list] type-reflector

2003-02-02 Thread Jonathan Pryor
That's exactly what I was looking for. Thanks! - Jon On Sun, 2003-02-02 at 15:42, Peter Williams wrote: > On Sun, 2003-02-02 at 12:31, Jonathan Pryor wrote: > > I took a look into this, and it doesn't quite do what I want. > > > > What I want is a combination between normal CVS modules and CVS

Re: [Mono-list] type-reflector

2003-02-02 Thread Martin Baulig
Peter Williams <[EMAIL PROTECTED]> writes: > This sounds a lot like how the macros/ directory used to be included in > GNOME CVS directories... you could checkout GNOME's CVSROOT/modules and > see how it was done there, but if I recall correctly it would be: > > mono-tools mono-tools &debugger &t

Re: [Mono-list] Ports Installation

2003-02-02 Thread Juli Mallett
* De: Jon LaBass <[EMAIL PROTECTED]> [ Data: 2003-02-01 ] [ Subjecte: [Mono-list] Ports Installation ] > > Hello. > > My current setup is FreeBSD 4.6.2 and I\'m trying to install mono through ports. My >problem is it gets to this: > > Making install in os > Making install in unix > Mak

Re: [Mono-list] Cross-platform Mono IDE?

2003-02-02 Thread Stefan Matthias Aust
Richard Torkar wrote: I saw somewhere that someone was working on - or was going to start working on C# support in Anjuta. I think that would be the best solution. Well, that seem to be yet another editor plus run-the-compiler option lacking all the advanced IDE features I'm used to. Furthermo

Re: [Mono-list] Mapping PHP and Mono

2003-02-02 Thread Miguel de Icaza
Hello! > Second, Are there anythings to consider when mapping objects to base > types? Ie, mapping a mono integer (which is an object) to a PHP > integer. Does anyone have opinions as to whether these should be > directly mapped (faster) or if everything, including base types should > be objects

Re: [Mono-list] mod_mono permission denied

2003-02-02 Thread Daniel Lopez
Whcich version of Mono are you using, 0.19, CVS? Which OS version/distribution? What are the contents of machine.config? I am thinking this may be related to number 4 in http://www.apacheworld.org/modmono/FAQ.txt, although I have not seen the message you mention before Cheers Daniel On Sun, Feb

Re: [Mono-list] mod_mono permission denied

2003-02-02 Thread O.S. de Zwart,
It's mono 0.19 rpm's redhat 8.0 Moving the xsp tree inside /var/www (where my apache 2.0.40 lives) got rid of the permision error but creates another one saying System.Web.HttpException: ---> System.IO.FileNotFoundException: File 'tmp659042721.dll' not found. in (unmanaged) /usr/lib/libmono.so.0

Re: [Mono-list] mod_mono permission denied

2003-02-02 Thread O.S. de Zwart,
Thanks all!! Rebooting the machine did the magic trick. see it at http://endforward.xs4all.nl/mono/index.aspx Olle -- Olle de Zwart www.endforward.com +31(0)6-52330739 [EMAIL PROTECTED] ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximia

Re: [Mono-list] mod_mono permission denied

2003-02-02 Thread Daniel Lopez
Glad you got it working :) When accessing the links, there is a NullReference error, that has already been fixed you can get the latest version from CVS Cheers Daniel On Mon, Feb 03, 2003 at 02:16:24AM +0100, O.S. de Zwart, endforward wrote: > Thanks all!! Rebooting the machine did the magic tr

Re: [Mono-list] mod_mono permission denied

2003-02-02 Thread Gonzalo Paniagua Javier
El lun, 03-02-2003 a las 02:16, O.S. de Zwart, endforward escribió: > Thanks all!! Rebooting the machine did the magic trick. > > see it at http://endforward.xs4all.nl/mono/index.aspx You may want to update mod_mono from CVS to fix a NullReferenceException that you're getting. -Gonzalo __

RE: [Mono-list] mcs now checks access levels

2003-02-02 Thread Gonzalo Paniagua Javier
El lun, 03-02-2003 a las 02:04, Piers Haken escribió: > this totally breaks linux corlib builds for me. i get a whole ton of > errors like this: > > error CS0122: `System.Object[]' is inaccessible because of its > protection level I've just compiled corlib with Jackson's changes and it works. -G

[Mono-list] Starting xsp at bootup

2003-02-02 Thread Fawad Halim
Hi, I am trying start the XSP server.exe at system startup. To do that, I've written a small sysv init script. I've got a line like: su ${RUNAS} -c "cd ${XSPHOME};${MONO} server.exe >server.log 2>&1" & in it, where ${XSPHOME} is the xsp/test directory and ${MONO} is /usr/local/bin/mono. ${

RE: [Mono-list] mcs now checks access levels

2003-02-02 Thread Piers Haken
Title: RE: [Mono-list] mcs now checks access levels this totally breaks linux corlib builds for me. i get a whole ton of errors like this: error CS0122: `System.Object[]' is inaccessible because of its protection level error CS0122: `System.Attribute[]' is inaccessible because of its prote

[Mono-list] RE: Mono-list digest, Vol 1 #752 - 13 msgs

2003-02-02 Thread Dennis Hayes
This worked in the betas, but not in the released versions ;( Message: 10 From: "A Rafael D Teixeira" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: [Mono-list] serial port Date: Fri, 31 Jan 2003 23:05:24 -0200 Have you tried to open a System.IO.FileStream on the device?

[Mono-list] TcpChannel Error?

2003-02-02 Thread Kevin Williams
This would appear to be a network configuration issue on my Linux box, but I have no idea how to troubleshoot it. Perhaps someone here can help? Here is the code I'm using: using System; using System.Runtime.Remoting.Channels; using System.Runtime.Remoting.Channels.Tcp; public class Thr

Re: [Mono-list] Cross-platform Mono IDE?

2003-02-02 Thread Richard Torkar
On Sun, 2003-02-02 at 23:20, Stefan Matthias Aust wrote: > Richard Torkar wrote: > > > I saw somewhere that someone was working on - or was going to start > > working on C# support in Anjuta. I think that would be the best > > solution. > > Well, that seem to be yet another editor plus run-the-c

[Mono-list] Various problems in ADO.NET

2003-02-02 Thread Alan Tam
I used this program in both csc/Windows and mcs/Linux: using System; using System.Data; using ByteFX.Data.MySQLClient; public class Test { public static void Main() { string connectionString = "..."; MySQLConnection myConnection = new MySQLConnection(connectionString); myConnection.