[Mono-dev] GC error bootstrapping on Windows

2005-09-10 Thread Gert Driesen
Hi, When bootstrapping mono (from SVN) on Windows, I now get the following error: ** ERROR **: Thread FFFE calling into managed code is not registered with the GC. On UNIX, this can be fixed by #include-ing gc.h before pthread.h in the file containing the thread creation code. aborting...

Fwd: [Mono-dev] [PATCH] make nunit work out of the box on 2.0 profile

2005-09-10 Thread Kamil Skalski
I was a little bit too fast with saying that everything works without installing nunit assemblies into 2.0 install dir. The symlinks from /install_path/lib/mono/2.0/nunit.core.dll - /GAC are missing (it worked for me, because I had some old ones from previous installation). So it seems only my

Re: [Mono-dev] embedded runtime questions

2005-09-10 Thread Robert Jordan
Hi, 2. Is there a facility to get a MonoMethod* that is more specific than mono_class_get_method_from_name? This works fine until you have multiple methods with the same name and the same number of arguments. You have at least 2 choices: 1. MonoMethod* mono_class_get_methods

Re: [Mono-dev] Tar file for mono-1.1.9 is useless for build

2005-09-10 Thread Paolo Molaro
On 09/09/05 The Software Team wrote: The file mono-1.1.9.tar.gz is wrongly packed. For instance, it includes some files twice (in tar format this is possible), has some important files missing like MonoSymbolFile.cs. The outcome is that you can't build the compiler, neither the libraries.

Re: [Mono-dev] (no subject)

2005-09-10 Thread Jonathan Pryor
On Thu, 2005-09-08 at 16:03 +0530, Sridhar Kulkarni wrote: Hi, I am having GetPathName method call in my C# code. I am using the same source file to compile both on windows and linux. This method calls some WIN32 APIs within it. This function also has linux specific code. As there is no

Re: [Mono-dev] (no subject)

2005-09-10 Thread Kornél Pál
Using DirectorySeparatorChar to determine the platform is just as undesirable as using different binaries on each platform.:) Environment.OSVersion.Platform is for this purpose. For a sample code see: http://www.mono-project.com/FAQ:_Technical#How_to_detect_the_execution_platform_.3F Kornél

Re: [Mono-dev] Trying to compile mono-1.1.9 on solaris 10 x86

2005-09-10 Thread [EMAIL PROTECTED]
Hi again, Well it seems there is a problem (or I have one, at least) with the file mcs/build/profiles/basic.make The sed commands there seem to fail in solaris. Maybe I have the wrong sed or something needs to be modified. Anyway, it seems the problem could be related with monolite, maybe

RE: [Mono-dev] GC error bootstrapping on Windows

2005-09-10 Thread Gert Driesen
-Original Message- From: Atsushi Eno [mailto:[EMAIL PROTECTED] Sent: zaterdag 10 september 2005 12:01 To: Gert Driesen Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] GC error bootstrapping on Windows Hi, Many of us experienced that (including me). Make sure to

Re: [Mono-dev] Trying to compile mono-1.1.9 on solaris 10 x86

2005-09-10 Thread [EMAIL PROTECTED]
Hi again, Well, I got rid of the sed problem (well, I just replaced the command with a number, 40, that should be the expected version, not very nice, but I just wanted to get mono running), the I found some missing files in the class subdirectory... (don't know why, maybe the problem with

Re: [Mono-dev] GC error bootstrapping on Windows

2005-09-10 Thread Kornél Pál
The following may not solve your problem but I have no better idea: Use: make EXTERNAL_MCS=/usr/local/bin/mcs EXTERNAL_RUNTIME=/usr/local/bin/mono Where /usr/local is the prefix of an existing and working Mono installation. And this time use a clean source tree extracted form a daily source

Re: [Mono-dev] Trying to compile mono-1.1.9 on solaris 10 x86

2005-09-10 Thread Gary Smithrud
You need to use GNU tar to untar the file. Worse, the GNU tar for Solaris from Sun is not compatible either. You can build the latest GNU tar or download to Linux, untar it, then zip it up and transfer it to Solaris. The version of zip are compatible. On Sep 10, 2005, at 2:22 PM, [EMAIL

Re: [Mono-dev] A Bug in mono-1.1.9

2005-09-10 Thread Gonzalo Paniagua Javier
On Sun, 2005-09-11 at 01:51 +0800, David wrote: Afer I update my mono to mono-1.1.9, I found a bug in my Asp.Net Web. Sample like this: .aspx file: input runat=server id=reply onserverclick=OnButtonClick vaule=Reply .aspx.cs file protected void OnButtonClick(object sender, System.EventArgs

[Mono-dev] Small fix to aot.c to get --aot working on Windows

2005-09-10 Thread The Software Team
In Windows the GNU Assembler (2.16) doesn't like .bss 1, so I have to change it to .section .bss. SDavila patch.diff Description: Binary data ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

Re: [Mono-dev] Trying to compile mono-1.1.9 on solaris 10 x86

2005-09-10 Thread [EMAIL PROTECTED]
Hello again, Well, I followed Gary's instructions and uncompressed the tar.gz file in linux, created a zip file, and moved to Solaris. Now I have a lot more files than before... :-) Again I had to apply the exceptions-x86.c patch, and change a line in mph.h too. But at the end I crashed

[Mono-dev] [PATCH] Mono.Remoting.Channels.Unix bugfixes

2005-09-10 Thread Robert Jordan
Hi! The patch fixes 2 bugs in Mono.Remoting.Channels.Unix: * UnixChannel.cs: fixed default ctor. * UnixServerChannel.cs: fixed GetUrlsForUri to return properly formatted unix URIs (the ? was missing). Please review and commit the patch. Thanks Rob Index:

[Mono-dev] Mono and MonoDevelop subversion repositories upgraded.

2005-09-10 Thread Miguel de Icaza
Hello, The Mono and MonoDevelop subversion repositories have been upgraded so the annotate command will run faster than it did before. No changes are necessary on the client systems, everything should continue to run. You might optionally want to upgrade your subversion clients to