Re: Howto Make?

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: <jm(dot)poure(at)freesurf(dot)fr>, <howard(at)mu(dot)edu(dot)ph>
Cc: <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Howto Make?
Date: 2003-06-11 08:20:45
Message-ID: 03AF4E498C591348A42FC93DEA9661B844B033@mail.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

> -----Original Message-----
> From: Jean-Michel POURE [mailto:jm(dot)poure(at)freesurf(dot)fr]
> Sent: 11 June 2003 09:16
> To: howard(at)mu(dot)edu(dot)ph
> Cc: pgadmin-hackers(at)postgresql(dot)org
> Subject: Re: [pgadmin-hackers] Howto Make?
>
>
> If you plan to contribute code, pgAdmin3 requires wxWindows
> from CVS version >
> 20030607. Use a recent GNU/Linux distro because GTK2.2 is needed.

Please use that exact version so we all see the same bugs :-)

> In case of problem, do not hesitate to get back to us on the list.
>
> 1) Please install from source with the following options:
> ./configure --with-gtk --enable-gtk2 --enable-unicode
> --disable-shared
> --enable-debug
> make
> make install
> ldconfig

The --disable-shared seems a little redundant unless I've misunderstood
it's meaning. pgAdmin only builds with dynamic libraries at the moment
(as implied by the ldconfig you do at the end of each step).

Regards, Dave.

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Jean-Michel POURE 2003-06-11 08:36:15 Re: Howto Make?
Previous Message Jean-Michel POURE 2003-06-11 08:15:51 Re: Howto Make?