Re: [Mono-dev] Building Mono trunk on FreeBSD

2010-02-10 Thread pablosantosl...@terra.es
Up and running! :-) On 10/02/2010 10:28, Robert Jordan wrote: On 10.02.2010 00:29, pablosantosl...@terra.es wrote: Using gmake it went much further but... Creating the per profile list ../../build/deps/net_2_0_System.ServiceModel.Web.dll.sources ... ./../../tools/gensources.sh

Re: [Mono-dev] Building Mono trunk on FreeBSD

2010-02-10 Thread Andrés G. Aragoneses
So the configure script is missing the check for Bash? Maybe we should add something like http://lists.freedesktop.org/archives/xorg/2008-March/033417.html Regards El 10/02/10 12:27, pablosantosl...@terra.es escribió: Up and running! :-) On 10/02/2010 10:28, Robert Jordan wrote: On

[Mono-dev] Custom Uri Parsing

2010-02-10 Thread Matt Dargavel
Hi there, We're doing some SIP related work with Mono and wanted to use a custom Uri parser to decode SIP uris. The one we're using is based on the method described here: http://www.codeproject.com/KB/recipes/customuriparser.aspx . This all works fine in .NET, but the

Re: [Mono-dev] Building Mono trunk on FreeBSD

2010-02-10 Thread pablosantosl...@terra.es
It's fixed, thanks! :-) On 10/02/2010 12:43, Andrés G. Aragoneses wrote: So the configure script is missing the check for Bash? Maybe we should add something like http://lists.freedesktop.org/archives/xorg/2008-March/033417.html Regards El 10/02/10 12:27, pablosantosl...@terra.es

[Mono-dev] Process.GetCurrentProcess().MainModule.FileName broken on 2.6.1 on FreeBSD

2010-02-10 Thread psant...@codicesoftware.com
Hi there, [tes...@freebox ~/test]$ uname -a FreeBSD freebox.codicesoftware.com 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Tue Jan 5 16:02:27 UTC 2010 r...@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 [tes...@freebox ~/test]$ ../mono/bin/mono --version Mono JIT compiler

Re: [Mono-dev] Process.GetCurrentProcess().MainModule.FileName broken on 2.6.1 on FreeBSD

2010-02-10 Thread Rodrigo Kumpera
Hi Pablo, On Wed, Feb 10, 2010 at 6:05 PM, psant...@codicesoftware.com psant...@codicesoftware.com wrote: Hi there, [tes...@freebox ~/test]$ ../mono/bin/mono main.exe Unhandled Exception: System.ArgumentOutOfRangeException: Index is less than 0 or more than or equal to the list count.

Re: [Mono-dev] Process.GetCurrentProcess().MainModule.FileName broken on 2.6.1 on FreeBSD

2010-02-10 Thread pablosantosl...@terra.es
It still failed on 2.4.3 We'll try to fix it. pablo On 10/02/2010 21:10, Rodrigo Kumpera wrote: Hi Pablo, On Wed, Feb 10, 2010 at 6:05 PM, psant...@codicesoftware.com mailto:psant...@codicesoftware.com psant...@codicesoftware.com mailto:psant...@codicesoftware.com wrote: Hi there,

Re: [Mono-dev] Custom Uri Parsing

2010-02-10 Thread Miguel de Icaza
Hello, Some searching also threw up this post to the list back in October 2008: http://www.mail-archive.com/mono-devel-list@lists.ximian.com/msg18617.html . I’ve looked in to the Mono implementation in svn, and it still appears that most of the Uri class decodes specific Uri content