[Mono-dev] gettting ip address

2008-12-18 Thread sojan
hi i tried to get the ip address of the local machine. The sample code i got from the mono is returning only the localhost 127.0.0.1 Do i need to configure anything else to get the local ip address i am using the latest fedora10 OS please help -- View this message in context:

Re: [Mono-dev] gettting ip address

2008-12-18 Thread Petit Eric
2008/12/18 sojan sojankall...@yahoo.com: hi i tried to get the ip address of the local machine. The sample code i got from the mono is returning only the localhost 127.0.0.1 Do i need to configure anything else to get the local ip address i am using the latest fedora10 OS please help

[Mono-dev] Mono svn and ppc

2008-12-18 Thread Paul
Hi, Is mono svn working yet with ppc (not ppc64)? I had to disable it for fedora rawhide as there is a signing problem on PPC which looks to have come from a revision at 121203. TTFN Paul -- Sie können mich aufreizen und wirklich heiß machen! signature.asc Description: This is a digitally

[Mono-dev] Cygwin build hang.

2008-12-18 Thread Mariner, David
Hi all, I'm having problems getting the current svn update to build under cygwin. It's hanging in mcs/docs with the last output to console as: MDOC[net_2_0] cs-errors.tree Any ideas? Dave Mariner ___ Mono-devel-list mailing list

Re: [Mono-dev] Cygwin build hang.

2008-12-18 Thread Jonathan Pryor
On Thu, 2008-12-18 at 13:59 +0100, Mariner, David wrote: I’m having problems getting the current svn update to build under cygwin. It’s hanging in mcs/docs This is a known issue: https://bugzilla.novell.com/show_bug.cgi?id=458742 Not sure when it will be fixed. As a workaround, edit

[Mono-dev] File does not contain a valid CIL image.

2008-12-18 Thread shware
Hi, Testing binary compatibility between Windows and mono version 2.0.1 on CentOS5. Trying to build a small exe on windows and then run on CentOS5 without recompile. When running on CentOS I get an Cannot open assembly '...' : File does not contain a valid CIL image. error. Compiling program

Re: [Mono-dev] File does not contain a valid CIL image.

2008-12-18 Thread Rodrigo Kumpera
Looks like you're giving mono the wrong comand line arguments. '...' is a filename on linux and doesn't work like ../../ as it does on windows. On Wed, Dec 17, 2008 at 3:19 PM, shware shwa...@aim.com wrote: Hi, Testing binary compatibility between Windows and mono version 2.0.1 on CentOS5.

Re: [Mono-dev] Cygwin build hang.

2008-12-18 Thread Atsushi Eno
I haven't tried it by myself, but this patch might workaround the issue: http://monoport.com/38831 It is what I wrote to fix runtime --profile mode on win32 couple of months ago. Atsushi Eno Jonathan Pryor wrote: On Thu, 2008-12-18 at 13:59 +0100, Mariner, David wrote: I’m having problems

[Mono-dev] [PATCH] System.Environment fixes for Windows

2008-12-18 Thread Bill Holmes
HI, The attached patch fixes two problems we found System.Environment. Calling Environment.GetEnvironmentVariable (IsNotSet, EnvironmentVariableTarget.User) causes a nre with mono on Windows. Calling Environment.SetEnvironmentVariable (..., EnvironmentVariableTarget.User) does not notify the OS

[Mono-dev] [PATCH] io-layer get_module_name patch

2008-12-18 Thread Bill Holmes
Hi, In the get_module_name method the size argument is used as a byte count but the callers consider it a character count. See http://msdn.microsoft.com/en-us/library/ms683196(VS.85).aspx This patch corrects that inconsistency. Thanks -bill 2008-12-18 Bill Holmes billholme...@gmail.com

Re: [Mono-dev] [PATCH] System.Environment fixes for Windows

2008-12-18 Thread Miguel de Icaza
Hello, These are good to go in. On Thu, 2008-12-18 at 16:04 -0500, Bill Holmes wrote: HI, The attached patch fixes two problems we found System.Environment. Calling Environment.GetEnvironmentVariable (IsNotSet, EnvironmentVariableTarget.User) causes a nre with mono on Windows.

Re: [Mono-dev] [PATCH] io-layer get_module_name patch

2008-12-18 Thread Miguel de Icaza
Hello! Great! Please commit. On Thu, 2008-12-18 at 17:38 -0500, Bill Holmes wrote: Hi, In the get_module_name method the size argument is used as a byte count but the callers consider it a character count. See http://msdn.microsoft.com/en-us/library/ms683196(VS.85).aspx This

Re: [Mono-dev] Mono svn and ppc

2008-12-18 Thread Miguel de Icaza
Is mono svn working yet with ppc (not ppc64)? I had to disable it for fedora rawhide as there is a signing problem on PPC which looks to have come from a revision at 121203. Could you please file a bug? ___ Mono-devel-list mailing list

Re: [Mono-dev] mono 2.2 rc2 on ARM issues

2008-12-18 Thread Miguel de Icaza
Hello, For the record, I figured out the root cause for the Illegal Instruction. Openembedded when it builds ARM kernels turns off CONFIG_OABI_COMPAT (automatically) as a performance optimization if it detects you are building with a EABI toolchain, etc. So unless I'm missing something, at