Re: [Mono-dev] xsp2 crashes

2008-09-25 Thread Paul
Hi, I'm using mono 1.2.3.1 on RedHat EL 3.0, so is it possible to find an RPM to upgrade it to 1.9? You could use the rpms in Fedora Rawhide (2.0RC1). You won't be able to upgrade to 1.9 directly as you'll also need mono-1.9 installed (afterall, xsp2 is built for RH/Fedora using 1.9) TTFN

[Mono-dev] Not sure where the problem is here (building nclass 1.09)

2008-09-25 Thread Paul
Hi, I'm building nclass against Mono2.0RC1 on my Fedora rawhide box and have hit a problem Buildfile: file:///home/paul/rpmbuild/BUILD/NClass_v1.09_src/src/Translations/Translations.build Target framework: Mono 2.0 Profile Target(s) specified: compile

[Mono-dev] Fwd: Not sure where the problem is here (building nclass 1.09)

2008-09-25 Thread Rafael Teixeira
Forgot to copy the list. Sorry -- Forwarded message -- From: Rafael Teixeira [EMAIL PROTECTED] Date: Thu, Sep 25, 2008 at 1:48 PM Subject: Re: [Mono-dev] Not sure where the problem is here (building nclass 1.09) To: [EMAIL PROTECTED] nant is calling /usr/lib/mono/1.0/al.exe it

[Mono-dev] Patch: Fast virtual generic method calls

2008-09-25 Thread Mark Probst
Hey everybody, This is my second attempt at implementing fast virtual generic method calls. The implementation is very close to Paolo's proposal here: https://bugzilla.novell.com/show_bug.cgi?id=324481 The main difference is that I don't hash the methods into slots but use the (until now

[Mono-dev] How to: Run tar command from c# app

2008-09-25 Thread ebonnett
Hi all, How would I run a tar command from a c# app on mono (1.9.1) on Debian? Would I use the Process and ProcessStartInfo object? My time is short so any help would be greatly appreciated. Thanks, Ebonnett -- View this message in context:

Re: [Mono-dev] How to: Run tar command from c# app

2008-09-25 Thread Michael Hutchinson
On Thu, Sep 25, 2008 at 2:05 PM, ebonnett [EMAIL PROTECTED] wrote: Hi all, How would I run a tar command from a c# app on mono (1.9.1) on Debian? Would I use the Process and ProcessStartInfo object? Yes, you would. There are a number of examples floating around the net, including the mailing

Re: [Mono-dev] Fwd: Not sure where the problem is here (building nclass 1.09)

2008-09-25 Thread Gert Driesen
Rafael, Paul is actually using an old version of NAnt. More recent versions support al2 out of the box. Gert From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rafael Teixeira Sent: donderdag 25 september 2008 19:02 To: mono-devel-list Subject: [Mono-dev] Fwd: Not sure

Re: [Mono-dev] How to: Run tar command from c# app

2008-09-25 Thread Petit Eric
2008/9/25 Michael Hutchinson [EMAIL PROTECTED]: On Thu, Sep 25, 2008 at 2:05 PM, ebonnett [EMAIL PROTECTED] wrote: Hi all, How would I run a tar command from a c# app on mono (1.9.1) on Debian? Would I use the Process and ProcessStartInfo object? Yes, you would. There are a number of

Re: [Mono-dev] Patch: Fast virtual generic method calls

2008-09-25 Thread Rodrigo Kumpera
Hey Mark, 2008/9/25 Mark Probst [EMAIL PROTECTED] Hey everybody, This is my second attempt at implementing fast virtual generic method calls. The implementation is very close to Paolo's proposal here: https://bugzilla.novell.com/show_bug.cgi?id=324481 The main difference is that I