[Mono-dev] Mono reflection seems a bit broken.

2010-02-09 Thread PFJ
Hi, This code works fine under .NET 3.5 but dies miserably with Mono 2.6.1 using System; using System.Reflection; using System.IO; using System.Drawing; using System.Windows.Forms; using System.Xml; using System.Resources; amespace molarity { /// summary /// Description of

Re: [Mono-dev] Mono reflection seems a bit broken.

2010-02-09 Thread Rodrigo Kumpera
On Tue, Feb 9, 2010 at 9:51 AM, PFJ pjohns...@uclan.ac.uk wrote: The resources are set to be embedded into the binary. I run the executable this comes from and it does what it should (the displaytheelement method gets the information for the data (stored in xmlhandler xml), then uses

[Mono-dev] Language of message errors in monodevelop

2010-02-09 Thread javier
Hi, Someone knows how to set the language of message errors in MonoDevelop? I'm using mono in my work. My pc have windows XP in spanish (I can't change this) This kind of message (plus my horrible English) makes difficult for me ask for help about these errors.

Re: [Mono-dev] Mono.Simd AltiVec port

2010-02-09 Thread Sergei Dyshel
Hi, Now I'm stuck with another problem on PPC. For multiplication of floats Altivec has only a fuse-add instruction which does a*b+c. So in order to implement OP_MULPS I need to assure c==0. The only solution which comes to mind is: XZERO D MULADD D = S1, S2, D Where MULADD is the instruction and

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

2010-02-09 Thread Zoltan Varga
Hi, I'm pretty sure mono requires GNU make, and might not work with bsd's own make. Zoltan On Tue, Feb 9, 2010 at 6:19 PM, pablosantosl...@terra.es pablosantosl...@terra.es wrote: Hi there, I'm trying to build trunk on FreeBSD. Here's what I got. I'm not an

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

2010-02-09 Thread Απόστολος Συρόπουλος
I'm trying to build trunk on FreeBSD. Here's what I got. I'm not an expert on FreeBSD so I might be doing something wrong. Are you sure you are using GNU make? Mono is a Linux only thing and so you need GNU make, GNU ls, GNU cp, etc. And if anyone thinks this is an exaggeration,

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

2010-02-09 Thread pablosantosl...@terra.es
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 net_2_0_System.ServiceModel.Web.dll.sources ../../build/deps/net_2_0_System.ServiceModel.Web.dll.sources env: bash: No such file or

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

2010-02-09 Thread Zoltan Varga
Hi, Its possible that we depend on the behavior of some system utils as well, I don't known which, since the file list is stored in a file and read from there. Zoltan On Wed, Feb 10, 2010 at 12:29 AM, pablosantosl...@terra.es pablosantosl...@terra.es wrote: Using gmake it

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

2010-02-09 Thread pablosantosl...@terra.es
Actually the problem was that the script for webbrowser assumes /bin/bash but in FreeBSD it's /usr/local/bin/bash... ouch! On 10/02/2010 0:36, Zoltan Varga wrote: Hi, Its possible that we depend on the behavior of some system utils as well, I don't known which, since the file list is

Re: [Mono-dev] Language of message errors in monodevelop

2010-02-09 Thread Michael Hutchinson
On Tue, Feb 9, 2010 at 8:20 AM, jav...@crowsoft.com.ar wrote: Hi, Someone knows how to set the language of message errors in MonoDevelop? I'm using mono in my work. My pc have windows XP in spanish (I can't change this) This kind of message (plus my horrible English) makes difficult for