[Mono-dev] Fwd: Mono build procedure

2011-03-01 Thread Mikael Lyngvig
Uhh, dafty me... v2.10.x is in the list, just not where I looked. Sorry for the noise... Cheers, Mikael Original Meddelelse Subject:[Mono-dev] Mono build procedure Date: Wed, 02 Mar 2011 08:19:37 +0100 From: Mikael Lyngvig To: Mono-devel-list@lists.ximian.co

[Mono-dev] Mono build procedure

2011-03-01 Thread Mikael Lyngvig
Hi, As a former Build Master for a Microsoft-owned company, I assume Mono has some sort of build, test, and release procedure whenever a new release of Mono is to be released. I was wondering if you couldn't add this step to that procedure: 1. Update the available version numbers in the

Re: [Mono-dev] WCF breakage and Windows build breakage

2011-03-01 Thread Atsushi Eno
Some updates: - Thanks to Rodrigo, the PE verifier feature is temporarily disabled. I'm working on the real fixage, but WCF on git master should work now. - I found the cause of the Windows failure. To get WCF working again on Windows, run: git checkout 2670761ee7 mono/metadata/threadpool

Re: [Mono-dev] Mono 2.8.2 - WCF netTcpBinding System.NotImplementedException: UpgradeRequetRecord

2011-03-01 Thread Atsushi Eno
Your client is likely .NET and tries to use transport security feature. Turn it off. Note that MoMA is not helpful for WCF very often because it is impossible to examine *.config files and which features those config sections require. Atsushi Eno (2011/03/01 12:58), Compy234 wrote: > Hey guys,

[Mono-dev] Testing / Building Mono for 64 bit Windows

2011-03-01 Thread Frank Fuchs
Hi, from what I've seen some people seem to work on getting mono ready for 64bit Windows (as a 64 bit library). However, I did not find any kind of (potentially unsupported) test builds. If someone is aware of such a resource I'd like to contribute by testing it. Same thing holds for any informa

Re: [Mono-dev] Mono-2.8.2 Cross Compiled for ARM processor (Interesting issue with Generics)

2011-03-01 Thread Zoltan Varga
Hi, Please attach a complete testcase which shows the problem. Zoltan On Tue, Mar 1, 2011 at 5:11 PM, Sean Hubbell wrote: > Why is that as it returns true on Windows? > > -- > View this message in context: > http://mono.1490590.n4.nabble.com/Mono-2-8-2-Cross-Compiled-for-ARM-

Re: [Mono-dev] Mono-2.8.2 Cross Compiled for ARM processor (Interesting issue with Generics)

2011-03-01 Thread Sean Hubbell
Why is that as it returns true on Windows? -- View this message in context: http://mono.1490590.n4.nabble.com/Mono-2-8-2-Cross-Compiled-for-ARM-processor-Interesting-issue-with-Generics-tp3328883p3330068.html Sent from the Mono - Dev mailing list archive at Nabble.com. __

Re: [Mono-dev] mixed-mode assemblies in wine

2011-03-01 Thread Vincent Povirk
2011/3/1 Kornél Pál : >> Another possible approach, if we don't share mscoree.dll code, would >> be for Wine and Mono to both implement ICLRMetaHost >> (http://msdn.microsoft.com/en-us/library/dd233134.aspx) and >> ICLRRuntimeInfo, both of which can be accessed before a runtime is >> chosen and loa

Re: [Mono-dev] mixed-mode assemblies in wine

2011-03-01 Thread Kornél Pál
Hi, Vincent Povirk wrote: >> My preferred way would be to call exports that Windows calls: >> - _CorValidateImage on image load >> - _CorImageUnloading on image unload >> - _CorExeMain instead of exe entry point >> - _CorDllMain instaad of dll entry > > Is there a reason for us to add this to the

Re: [Mono-dev] Mono-2.8.2 Cross Compiled for ARM processor (Interesting issue with Generics)

2011-03-01 Thread Robert Jordan
On 28.02.2011 23:30, Sean Hubbell wrote: > Given the following example, could someone confirm if this is an issue or > just my misunderstanding of the methods? > > The below is Mono 2.8.2 Cross Compiled for an ARM processor. The issue comes > up when I would like to do a couple of things with gener