Re: [pgadmin-hackers] Fwd: Filter by Selection on Grid

2008-02-09 Thread Robins Tharakan
Hi, Hmmm... although I did do a complete svn co before submitting my previous patch, I think I am making it all complicated by bringing in too many things together. I think you're right. Probably its better to do one thing at a time :) Attached is a patch to correct the Sort issue. It does an in

Re: [pgadmin-hackers] Dependencies during a fresh pgadmin compile

2008-02-09 Thread Magnus Hagander
Robins Tharakan wrote: FWIW, we see more problems on Ubuntu than any of the other Linux distros. Hmmm... Sad, but I didn't know that. FWIW, I've set it up for dev on a couple of Ubuntu boxes and never actually had any problems. I always build against a postgresql source installation

Re: [pgadmin-hackers] Dependencies during a fresh pgadmin compile

2008-02-09 Thread Robins Tharakan
> > FWIW, we see more problems on Ubuntu than any of the other Linux distros. Hmmm... Sad, but I didn't know that. > If you want to tweak the messages to mention that the problem might be > a missing -dev or -dbg package I'll consider a suitably simple patch > though. > And although I think, g

Re: [pgadmin-hackers] Dependencies during a fresh pgadmin compile

2008-02-09 Thread Dave Page
On Feb 9, 2008 11:44 AM, Robins Tharakan <[EMAIL PROTECTED]> wrote: > Hi, > > After suffering a painful and recurring system-crash, I tried installing a > fresh svn checkout on a new ubuntu 7.10 (x86_64) but was unable to compile > pgadmin. Although I got around the issue, the frustrating thing was

[pgadmin-hackers] Dependencies during a fresh pgadmin compile

2008-02-09 Thread Robins Tharakan
Hi, After suffering a painful and recurring system-crash, I tried installing a fresh svn checkout on a new ubuntu 7.10 (x86_64) but was unable to compile pgadmin. Although I got around the issue, the frustrating thing was that the configure script kept insisting that software A was missing when ac