Re: pgAdmin translations for v1.6

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Giuseppe Sacco" <giuseppe(at)eppesuigoccas(dot)homedns(dot)org>, <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: pgAdmin translations for v1.6
Date: 2006-09-08 09:25:16
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E40154CAF2@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers pgadmin-support

> -----Original Message-----
> From: pgadmin-hackers-owner(at)postgresql(dot)org
> [mailto:pgadmin-hackers-owner(at)postgresql(dot)org] On Behalf Of
> Giuseppe Sacco
> Sent: 08 September 2006 10:18
> To: pgadmin-hackers(at)postgresql(dot)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.

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Giuseppe Sacco 2006-09-08 09:51:04 (new) problem in compiling pgAdmin3
Previous Message Giuseppe Sacco 2006-09-08 09:18:08 Re: pgAdmin translations for v1.6

Browse pgadmin-support by date

  From Date Subject
Next Message Andrus 2006-09-08 14:55:15 Re: how to get latest pgadmin for kubuntu
Previous Message Giuseppe Sacco 2006-09-08 09:18:08 Re: pgAdmin translations for v1.6