Re: [Mono-dev] Adding Powerpc64 port

2008-11-14 Thread Miguel de Icaza
Hello, Hello, I have been asked to do a mono port for powerpc64. I am new to mono and still learning my way around and so would appreciate any pointers from experienced mono developers. One important issue to keep in mind is that if you want your code to be integrated into Mono's code base,

Re: [Mono-dev] Ideas for Mono on Windows

2008-11-14 Thread Miguel de Icaza
As to not just be a complainer, I am offering some suggestions/ideas and hoping for others to do the same (or at least critique mine ;-)). Before I offer any suggestions, I think we need to balance between two things. One is making life easy for the mono build/package team to produce a

Re: [Mono-dev] Ideas for Mono on Windows

2008-11-14 Thread Miguel de Icaza
Hello, The upside of the mechanism I am using is that all of that would still work the same, because I am still using the .sources files instead of having a .csproj. The downside is we still wouldn't have .csproj's, so it doesn't make working in VS any easier, it just makes it possible to

Re: [Mono-dev] [PATCH] WindowsBase: System.ComponentModel

2008-11-14 Thread Chris Toshok
awesome - you have commit access? If so, go for it. Otherwise I can get this in tonight. chris On Thu, Nov 13, 2008 at 10:05 PM, Brian O'Keefe [EMAIL PROTECTED]wrote: Ah, I see what you mean now. Writing unit tests for code you can't see is definitely a challenge. I added the check

Re: [Mono-dev] Mono 2.2 has been branched

2008-11-14 Thread James Hughes
Andrew Jorgensen wrote: The branch is at branches/mono-2-2 in svn and we will be making a preview build sometime this week. Please help us make this the best and most stable release of Mono yet. Trunk revision at which we branched is 118441. Trying to build revision 118900 on Linux and

Re: [Mono-dev] Mono 2.2 has been branched

2008-11-14 Thread James Hughes
James Hughes wrote: Andrew Jorgensen wrote: The branch is at branches/mono-2-2 in svn and we will be making a preview build sometime this week. Please help us make this the best and most stable release of Mono yet. Trunk revision at which we branched is 118441. Trying to

[Mono-dev] Mono.Simd - slower than the normal implementation

2008-11-14 Thread Alan McGovern
I found a bit of code in the SHA1 implementation which i thought was ideal for SIMD optimisations. However, unless i resort to unsafe code, it's actually substantially slower! I've attached three implementations of the method here. The original, the safe SIMD and the unsafe SIMD. The runtimes are

Re: [Mono-dev] Mono.Simd - slower than the normal implementation

2008-11-14 Thread Alan McGovern
I forgot to mention that I'm on a 1.86GHZ core2duo and i was running with --optimize=simd. Alan. On Sat, Nov 15, 2008 at 2:13 AM, Alan McGovern [EMAIL PROTECTED] wrote: I found a bit of code in the SHA1 implementation which i thought was ideal for SIMD optimisations. However, unless i resort

Re: [Mono-dev] Ideas for Mono on Windows

2008-11-14 Thread Eugeny Grishul
There is no need for .dll.sources for (ms|x)build - use wildcards: ItemGroup Compile Include=../../build/common/*.cs / Compile Include=**/*.cs / /ItemGroup gmcs is self-hosting compiler so there is no obstacles to have unified self-hosting build engine like xbuild for entire project.

[Mono-list] Parser Error Custom DLL

2008-11-14 Thread webmaster
Hi I am new to Mono development. I have created a class library and added in Bin folder the reference is also added in web.config file. But still it is showing Assembly Not Found. Please help. Reference URL: http://217.13.201.164/asptest/ ___

Re: [Mono-list] Parser Error Custom DLL

2008-11-14 Thread Bálint Kardos
hi, show the configuration file and the code of the project.. b. üdvözlettel with regards Kardos Bálint ___ http://skaelede.hu 10 (0xA) év a magyar weben On Fri, Nov 14, 2008 at 17:17, [EMAIL PROTECTED] wrote: Hi I am new to Mono development. I have

[Mono-list] What's in your GAC?

2008-11-14 Thread Alexy Khrabrov
Installed Mono 2.0.1 today, had two previous versions, 1.5.x and 2.0.0. Now am understanding GAC and other new thingies, and when I do gacutil -l, only see the previous two versions of things like Mono.Posix listed, but not 2.0.1. The root cause is that I'm trying to compile FSharpBinding

[Mono-list] corrupted tiff file on ppc

2008-11-14 Thread Dan Shryock
Does anybody have any ideas why a simple jpg to tiff conversion leads to a corrupted tiff file on OSX 10.4 PPC? I'm using the following code: using System; using System.Drawing; using System.Drawing.Imaging; public class Test{ public static void Main(string[] args){

Re: [Mono-list] corrupted tiff file on ppc

2008-11-14 Thread Sebastien Pouliot
On Fri, 2008-11-14 at 16:30 -0800, Dan Shryock wrote: Does anybody have any ideas why a simple jpg to tiff conversion leads to a corrupted tiff file on OSX 10.4 PPC? Looks like an endianess bug, probably inside libgdiplus. Please fill a report on bugzilla.novell.com Thanks Sebastien I'm

Re: [Mono-list] What's in your GAC?

2008-11-14 Thread Sandy Armstrong
Alexy Khrabrov wrote: Installed Mono 2.0.1 today, had two previous versions, 1.5.x and 2.0.0. Now am understanding GAC and other new thingies, and when I do gacutil -l, only see the previous two versions of things like Mono.Posix listed, but not 2.0.1. This is expected: [mono] ~ @ gacutil