[Mono-dev] mcs bug breaks MD build

2005-10-02 Thread Alexandre Gomes
In revision #51007 the mcs/suport.cs file has broken the MD build. The problem is when mcs tries to assign the SeekableStreamReader.Position it trows an Exception can't seek that far back: 0. After looking the old code I guess that the problem can be related to this removed code: if (value == 0)

[Mono-dev] Solaris and 1.1.9 again... help needed

2005-10-02 Thread pablosantosluac
Hi again, I'm still trying to get 1.1.9 running on Solaris. I've uninstalled 1.0.6, the last one I was able to compile and install from sources. Well, now I've tried the following: - downloaded the latest sources (Sept 30) - downloaded latest monocharge - compiled mono (mono/mini/mono) from

Re: [Mono-dev] Solaris and 1.1.9 again... help needed

2005-10-02 Thread Zoltan Varga
Hi, Try copying the contents of the monocharge to the directory where mono should be installed, ie. mscorlib.dll should end up in prefix/lib/mono/1.0, ie /usr/local/lib/mono/1.0. Zoltan On 10/2/05, [EMAIL PROTECTED] [EMAIL PROTECTED]

Re: [Mono-dev] System.Type

2005-10-02 Thread Gustavo Guerra
That was it. Thanks Gustavo Guerra Miguel de Icaza [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello, So that means System.Type is fully implemented? Then why do I get the error 'System.Type' does not contain a definition for 'IsGenericType'? I bet you are compiling your

Re: [Mono-dev] mcs bug breaks MD build

2005-10-02 Thread Atsushi Eno
Hi, Just to make sure, in your box Extras/NUnit/AssemblyInfo.cs is empty, right? As far as I tried, mcs complains during parsing this file which was empty. Atsushi Eno In revision #51007 the mcs/suport.cs file has broken the MD build. The problem is when mcs tries to assign the

Re: [Mono-dev] Solaris and 1.1.9 again... help needed

2005-10-02 Thread pablosantosluac
Hi again, Copied the monocharge files to /usr/local/lib/mono/1.0 and it went a bit further... It doesn't complain about the version anymore... now it simply crashes... I run it with gdb and got the following output. I don't know whether it could be related to the problem I always have

Re: [Mono-dev] Solaris and 1.1.9 again... help needed

2005-10-02 Thread Zoltan Varga
Hi, As we said earlier, the solaris x86 port of mono is not maintained by anyone, and it is likely broken. Someone with the neccessary technical skills needs to resurrect it. Zoltan On 10/2/05, [EMAIL PROTECTED] [EMAIL

[Mono-dev] [PATCH] fix for 64bit architectures, lib linker

2005-10-02 Thread Mirco Bauer
Hi Mono Hackers, Mono 1.1.9.1 does not compile on AMD64 for 2 reasons on Debian, one is a binutils problem which is already patched [0] by us, but after that the compilation segfaulted around WebServices. After that I got another patch [1], this time through the Debian BTS [2] for Mono 1.1.9.1

Re: [Mono-dev] [PATCH] fix for 64bit architectures, lib linker

2005-10-02 Thread Zoltan Varga
Hi, [1] was already in SVN, I checked in [2], but why is [3] required ? Zoltan On 10/2/05, Mirco Bauer [EMAIL PROTECTED] wrote: Hi Mono Hackers, Mono 1.1.9.1 does not compile on AMD64 for 2 reasons on Debian, one

Re: [Mono-dev] [PATCH] fix for 64bit architectures, lib linker

2005-10-02 Thread Mirco Bauer
On Sun, 2005-10-02 at 22:07 +0200, Zoltan Varga wrote: Hi, [1] was already in SVN, I checked in [2], but why is [3] required ? This bugreport we had in the Debian BTS [0] explains it. I am not sure though if that still applies to Mono 1.1.9.1 [0]

Fw: [Mono-dev] Solaris and 1.1.9 again... help needed

2005-10-02 Thread pablosantosluac
Hi, Well, I would like to try, but maybe I would need some support/documentation/background... This problem in os_dep.c looks really like portability issue... I will try ... :-P pablo - Original Message - From: Zoltan Varga [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc:

Re: [Mono-dev] [PATCH] fix for 64bit architectures, lib linker

2005-10-02 Thread Zoltan Varga
Hi, I still don't really understand this. For example, this line in the patch seems completely unneccesary: libmono_la_LIBADD = \ - $(libs) + $(libs) $(GLIB_LIBS) $(GMODULE_LIBS) -ldl Since $(libs) already contains $(GLIB_LIBS) and

Re: [Mono-dev] [PATCH] fix for 64bit architectures, lib linker

2005-10-02 Thread Mirco Bauer
On Sun, 2005-10-02 at 23:15 +0200, Zoltan Varga wrote: I still don't really understand this. For example, this line in the patch seems completely unneccesary: libmono_la_LIBADD = \ - $(libs) + $(libs) $(GLIB_LIBS) $(GMODULE_LIBS) -ldl Since $(libs) already contains

RE: [Mono-dev] Unable to create unix domain socket with mod-mono underapache2 fc4

2005-10-02 Thread Gonzalo Paniagua Javier
On Fri, 2005-09-30 at 13:51 -0400, Jeff Sheldon wrote: Hi, I'm having the exact same problem. Tried removing the .wapi folder but doesn't help either. Been searching all over the place, but can't find anything to fix it. If you guys send me the output of 'apachectl -l' (or apache2ctl -l)

Re: [Mono-dev] mcs bug breaks MD build

2005-10-02 Thread Raja R Harinath
Hi, Alexandre Gomes [EMAIL PROTECTED] writes: In revision #51007 the mcs/suport.cs file has broken the MD build. The problem is when mcs tries to assign the SeekableStreamReader.Position it trows an Exception can't seek that far back: 0. Should be fixed in SVN r51106. Just an over-eager

Re: [Mono-list] Problems compiling CairoSample.cs on Windows with the latest 1.1.9.1

2005-10-02 Thread Jordi Mas
and I get the following errors CairoSample.cs(38,6): error CS0117: `Cairo.Graphics' does not contain a definiti on for `SetRGBColor' CairoSample.cs(57,10): warning CS0219: The variable `p' is assigned but its valu e is never used CairoSample.cs(112,5): error CS0117: `Cairo.Graphics'

RE: [Mono-list] unable to bind text to web control in a user control

2005-10-02 Thread Carl Olsen
I'm not getting any errors. It is displaying HTML where the web control should be and it's not setting the values. I tried your code, and I'm still getting nothing. Carl http://www.carl-olsen.com/TestPage.aspx -Original Message- From: Joe Audette [mailto:[EMAIL PROTECTED] Sent:

RE: [Mono-list] unable to bind text to web control in a user control

2005-10-02 Thread Carl Olsen
Here's the output from the page: !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN html head titleTestPage/title meta name=GENERATOR content=Microsoft Visual Studio .NET 7.1 meta name=CODE_LANGUAGE content=C# meta

[Mono-list] MonoDevelop trouble with task list

2005-10-02 Thread xiii29
Hi, I'm using since yesterday the 1.1.9.1 of Mono and I got a strange behaviour with MonoDevelop ... When error are listed after compilation there are not listed in the task list any more ... (I know I should have no error :-D ) ! Thanks for any help ! Ps : a GTK# question -- I can't find

Re: [Mono-list] to wrapp mono with C

2005-10-02 Thread Jonathan Pryor
On Thu, 2005-09-29 at 14:39 +0200, [EMAIL PROTECTED] wrote: I want to use the hash function of openssl with my code in mono. The file .h in C is : #define SHA_BLOCK 16 typedef struct SHAstate_st { unsigned long h0,h1,h2,h3,h4; unsigned long Nl,Nh; unsigned

Re: [Mono-list] MonoDevelop trouble with task list

2005-10-02 Thread Todd Berman
On Sun, 2005-10-02 at 17:37 +0200, xiii29 wrote: Hi, I'm using since yesterday the 1.1.9.1 of Mono and I got a strange behaviour with MonoDevelop ... When error are listed after compilation there are not listed in the task list any more ... (I know I should have no error :-D ) ! This

[Mono-list] Questions in Interop

2005-10-02 Thread Shankari
Hello All, I am a novice at mono and have some questions about how the interop really works in mono. Apologies if my questions strike as too crude ! Any pointers would be very welcome. 1) Does a unmanaged call from managed process means that it still lies in the same address space as the

[Mono-list] hi

2005-10-02 Thread welcome soldier
hey mono could you tll me how to hack into my friend e-mail i just want to make him laugh ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

RE: [Mono-list] unable to bind text to web control in a user control

2005-10-02 Thread Gonzalo Paniagua Javier
On Sun, 2005-10-02 at 08:46 -0500, Carl Olsen wrote: I'm not getting any errors. It is displaying HTML where the web control should be and it's not setting the values. I tried your code, and I'm still getting nothing. And the same thing happens when you run route test under MS. Your error