Re: [Mono-dev] npgsql error on Mono

2007-11-18 Thread Francisco Figueiredo Jr.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joe Audette wrote: > Hi Francisco, > Hi, Joe! > Thanks for the response. > You are welcome! >> Did you try to execute your command with psql on console? > > Well its in my web app so I don't have an easy way to run it from the > command line. >

Re: [Mono-dev] Announcing Mono 1.2.6 Preview 2 !!

2007-11-18 Thread Stephen Apostolopoulos
I don't mean to pollute this thread, but this might still be relevant. I am using an almost vanilla Ubuntu 7.10 system (actually a virtual machine for testing, which is precisely the reason why I keep it clean). The only changes from the stock installation are that: a) all updates are installed and

Re: [Mono-dev] Announcing Mono 1.2.6 Preview 2 !!

2007-11-18 Thread Sebastien Pouliot
Hey, On Sun, 2007-11-18 at 21:23 +0200, Stephen Apostolopoulos wrote: > Ah, that was it: > > b. removed the libcairo2-dev package (there's no libcairo-dev) > > did that and it compiles perfectly now. hmmm... I'm glad it helped but... I only removed libcairo2-dev because you told us you didn't h

Re: [Mono-dev] Announcing Mono 1.2.6 Preview 2 !!

2007-11-18 Thread Stephen Apostolopoulos
Ah, that was it: > b. removed the libcairo2-dev package (there's no libcairo-dev) did that and it compiles perfectly now. Sorry for the false alarm. - Original Message - From: "Sebastien Pouliot" <[EMAIL PROTECTED]> To: "Stephen Apostolopoulos" <[EMAIL PROTECTED]> Cc: "mono-devel" S

Re: [Mono-dev] npgsql error on Mono

2007-11-18 Thread Joe Audette
Hi Francisco, Thanks for the response. > Did you try to execute your command with psql on console? Well its in my web app so I don't have an easy way to run it from the command line. > It is very odd that you can execute from windows with no errors and from > gnu/linux don't. Yes thats why it

Re: [Mono-dev] Announcing Mono 1.2.6 Preview 2 !!

2007-11-18 Thread Sebastien Pouliot
Hello again, On Sun, 2007-11-18 at 11:23 +0200, Stephen Apostolopoulos wrote: > Problems compiling libgdiplus-1.2.6 on Ubuntu 7.10 (amd64): > > 1) The configure script didn't catch a missing dependency on libcairo-dev > > 2) After installing the dependency, make throws an error: > ./configure --

Re: [Mono-dev] Announcing Mono 1.2.6 Preview 2 !!

2007-11-18 Thread Stephen Apostolopoulos
Filed as bug 342584 (https://bugzilla.novell.com/show_bug.cgi?id=342584) - Original Message - From: Alan McGovern To: Stephen Apostolopoulos Cc: Rusty Howell ; mono-devel Sent: Sunday, November 18, 2007 3:48 PM Subject: Re: [Mono-dev] Announcing Mono 1.2.6 Preview 2 !!

Re: [Mono-dev] Announcing Mono 1.2.6 Preview 2 !!

2007-11-18 Thread Alan McGovern
Works on MS.NET. This is a regression. File a bug report at bugzilla.novell.com on this and post the bug number here. Alan. On Nov 18, 2007 1:43 PM, Stephen Apostolopoulos <[EMAIL PROTECTED]> wrote: > Regression: cannot cast IntPtr to enum. > > using System; > > namespace Test > { >enum Key

Re: [Mono-dev] Announcing Mono 1.2.6 Preview 2 !!

2007-11-18 Thread Stephen Apostolopoulos
Regression: cannot cast IntPtr to enum. using System; namespace Test { enum Key { A } class Regression { public static void Main() { IntPtr a = new IntPtr(1); Key k = (Key)a; } } } Works on 1.2.4 and 1.2.5, as well csc.exe (2.0). F

Re: [Mono-dev] Announcing Mono 1.2.6 Preview 2 !!

2007-11-18 Thread Stephen Apostolopoulos
Problems compiling libgdiplus-1.2.6 on Ubuntu 7.10 (amd64): 1) The configure script didn't catch a missing dependency on libcairo-dev 2) After installing the dependency, make throws an error: ./configure --prefix=/usr/local make [...] make[4]: Entering directory `/home/vm/Mono/libgdiplus-1.2.6/ca