Re: Howto Make?

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: <howard(at)mu(dot)edu(dot)ph>, <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Howto Make?
Date: 2003-06-02 12:50:34
Message-ID: 03AF4E498C591348A42FC93DEA9661B844AF6B@mail.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

> -----Original Message-----
> From: howard(at)mu(dot)edu(dot)ph [mailto:howard(at)mu(dot)edu(dot)ph]
> Sent: 02 June 2003 22:29
> To: pgadmin-hackers(at)postgresql(dot)org
> Subject: [pgadmin-hackers] Howto Make?
>
>
> anyone,
>
> Im trying to compile pgadmin3 on wxGTK framework. Mind if you
> could inform me the compile/build procedure?
>
> BTW, I am using a wxGTK and wxGTK-devel rpms from www.freshrpms.net.

Some old instructions that should work:

wxWindows 2.4.0. Download from www.wxwindows.org, compile and install.

PostgreSQL 7.3.x. Download 7.3.3 from
www.postgresql.org/mirrors-ftp.html if required. Compile and install (no
need to initdb or start the postmaster if you have another server).

In the wxWindows/contrib/src directory, you should find stc and xrc
directories. Compile and build libstc and libwxxrc from these (should
just need a make; make install in each directory).

Finally, grab the pgAdmin source tarball from
http://snake.pgadmin.org/pgadmin3-src-20030528.tar.gz. Unpack it, and
run the configure script. You may need to specify
--with-pgsql=/path/to/pgsql and/or --with-wx=/path/to/wxwindows. Now
make; make install.

Note that the build system is still fairly new - in particular the
install target is fairly untested. If it complains that it can't load
XRC files, it should find them if they are in ui/common relative to the
location of the executable.

Note that if you want to run CVS code, you need an up-to-date versions
of automake/autoconf. You will need to run 'sh bootstrap' before
configure.

Regards, Dave.

Browse pgadmin-hackers by date

  From Date Subject
Next Message Adam H. Pendleton 2003-06-02 18:02:47 Re: New Autoconf Patch
Previous Message Jean-Michel POURE 2003-06-02 12:31:36 wxWindows 2.5 RPM strategy