Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Changes to the Windows build environment


  • From: Dave Page <dpage(at)postgresql(dot)org>
  • To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
  • Subject: Changes to the Windows build environment
  • Date: Mon, 02 Apr 2007 12:16:28 +0100
  • Message-id: <4610E60C(dot)4010403(at)postgresql(dot)org>

I've committed some changes to the Windows build environment to enable it to share dependencies with the PostgreSQL 8.3 build env. The following environment variables must now be set:

%WXWIN% - must point to the root of the wxWidgets installation.

%PGBUILD% - must point to the base directory containing libxml etc (previously, this was the pgadmin-deps directory)

%PGDIR% - must point to the root of the PostgreSQL installation.

Note that the pgInstaller version of PostgreSQL 8.3 is being built using VC++, thus the VC++ import library for libpq (libpq.lib) is installed into the PostgreSQL lib directory, not lib/ms. You may want to copy the library into the appropriate directory if building against a mingw built PostgreSQL.

Regards, Dave.



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group