Re: pgAdmin translations for v1.6 - Mailing list pgadmin-hackers

From Dave Page
Subject Re: pgAdmin translations for v1.6
Date
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E40154CAF2@ratbert.vale-housing.co.uk
Whole thread Raw
In response to Re: pgAdmin translations for v1.6  (Giuseppe Sacco <giuseppe@eppesuigoccas.homedns.org>)
List pgadmin-hackers

> -----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.

pgadmin-hackers by date:

Previous
From: Giuseppe Sacco
Date:
Subject: Re: pgAdmin translations for v1.6
Next
From: Giuseppe Sacco
Date:
Subject: (new) problem in compiling pgAdmin3