This is a discussion on Changes to the Windows build environment within the pgsql Interfaces Pgadmin Hackers forums, part of the PostgreSQL category; --> I've committed some changes to the Windows build environment to enable it to share dependencies with the PostgreSQL 8.3 ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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. ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |