Re: pgAdmin translations for v1.6

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: pgAdmin translations for v1.6
Дата
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E40154CAF2@ratbert.vale-housing.co.uk
обсуждение исходный текст
Ответ на Re: pgAdmin translations for v1.6  (Giuseppe Sacco <giuseppe@eppesuigoccas.homedns.org>)
Список 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 по дате отправления:

Предыдущее
От: Giuseppe Sacco
Дата:
Сообщение: Re: pgAdmin translations for v1.6
Следующее
От: Giuseppe Sacco
Дата:
Сообщение: (new) problem in compiling pgAdmin3