> -----Original Message-----
> From: pgadmin-hackers-owner@postgresql.org
> [mailto:pgadmin-hackers-owner@postgresql.org] On Behalf Of
> Giuseppe Sacco
> Sent: 08 September 2006 10:18
> To: pgadmin-hackers@postgresql.org
> Subject: Re: [pgadmin-hackers] pgAdmin translations for v1.6
>
> Il giorno ven, 08/09/2006 alle 09.01 +0100, Dave Page ha scritto:
> [...]
> > > The problem I have: just after running configure, when I
> run make, it
> > > looks for a program called ../bk-deps that isn't available.
> > > Anyone know
> > > where I may find it?
> >
> > No, I have no idea what may be causing that. What platform are you
> > building on?
>
> debian linux on intel core duo. I will read install-* and readme-*
> again :-)
Hmm. Well, if you're compiling from the source tarball (actually, that
makes me think - did you get the wxGTK tarball or wxALL? If wxALL, I
wonder if the build system hasn't been fully bootstrapped), it really is
just a configure and make job - eg;
cd wxWidgets*
./configure --with-gtk --enable-gtk2 --enable-unicode
--enable-mimetype=no
make
sudo make install
# Install wxWidgets contrib modules.
cd contrib/
make
sudo make install
Regards, Dave.