[Mono-dev] Mono and PATH_MAX on Mac

2009-12-22 Thread macdevmono macdevmono
Hi, I am considering using Mono to port some Windows C# code to Mac OS X. This code makes extensive use of Windows API's relating to files. One area I'm concerned about is PATH_MAX. >From some searches on google and looking at the source Mono path length seems to be limited to 256/260 characters

Re: [Mono-dev] [PATCH] Use HtmlAgilityPack from source, not binary bundle

2009-12-22 Thread Miguel de Icaza
Hello, This looks good to me. Can you commit to the various branches? On Dec 22, 2009, at 8:42 AM, Jo Shields wrote: > One reason why the upstream Mono tarball is modified in Debian is the > inclusion of a binary AgilityPack.dll without corresponding source. For > curiosity's sake, I trie

Re: [Mono-dev] [PATCH] Use HtmlAgilityPack from source, not binary bundle

2009-12-22 Thread Jo Shields
On Tue, 2009-12-22 at 11:23 -0500, Miguel de Icaza wrote: > Hello, > > This looks good to me. Can you commit to the various branches? Just landed in trunk - am checkout out mono-2-4 and mono-2-6 now. signature.asc Description: This is a digitally signed message part __

Re: [Mono-dev] LLVM backend won't compile

2009-12-22 Thread Paul Melis
Miguel de Icaza wrote: > Hello, > > I noticed this problem on trunk, and I was fixing the Makefiles, but I > forgot to commit the code before I left. > > The fix is simple, just add the LLVM_CFLAGS to the Makefile.am's > definitions. > Zoltan seems to have committed a fix already. Btw,

Re: [Mono-dev] LLVM backend won't compile

2009-12-22 Thread Zoltan Varga
Hi, mono 2.6 should work with llvm 2.6, mono svn can work with llvm 2.6/svn. Zoltan On Tue, Dec 22, 2009 at 7:59 PM, Paul Melis wrote: > Miguel de Icaza wrote: > > Hello, > > > > I noticed this problem on trunk, and I was fixing the Makefiles, but > I forgot to commit