> -----Original Message-----
> From: pgadmin-hackers-owner@postgresql.org
> [mailto:pgadmin-hackers-owner@postgresql.org] On Behalf Of Susemail
> Sent: 22 January 2006 21:08
> To: pgadmin-hackers@postgresql.org
> Subject: Re: [pgadmin-hackers] Missing make files, etc
>
> On Sunday 22 January 2006 00:53, Dave Page wrote:
> > > -----Original Message-----
> > > From: pgadmin-hackers-owner@postgresql.org
> > > [mailto:pgadmin-hackers-owner@postgresql.org] On Behalf
> Of Susemail
> > > Sent: 22 January 2006 09:49
> > > To: pgadmin-hackers@postgresql.org
> > > Subject: [pgadmin-hackers] Missing make files, etc
> > >
> > > I'm missing some files I need in make all:
> > >
>
> > >
> > > there was no /pgAdmin3.cpp in pgadmin3-1.4.1 so I downloaded
> > > the latest
> > > (Revision: 4257) and added it to the src directory to see if
> > > it would work:
> >
> > Then you have a corrupted download/source tree - I just
> checked and it's
> > definitely there. Did you verify the integrity of the
> tarball against my
> > pgp key?
> >
> No, I didn't. I've spent the last hour looking for an
> example of how to do
> this. No luck. How do I verify the integrity of the
> tarball against your
> pgp key?
wget http://www.pgadmin.org/pgp/davepage.pgp
gpg --import davepage.pgp
gpg --verify pgadmin3-1.4.1.tar.gz.sig
You want it to say something like:
gpg: Good signature from "Dave Page <dpage@pgadmin.org>"
Somewhere in the four or five lines of output you'll probably get.
Regards, Dave.