Details
-
Task
-
Resolution: Done
-
P2: Important
-
None
-
None
-
Windows 7 32bit
Windows 8 64bit
-
f399215cbe7911af208c98c85f66bd2d20030328
Description
Please install
- http://get.enterprisedb.com/postgresql/postgresql-9.1.9-1-windows-binaries.zip (x86)
- http://get.enterprisedb.com/postgresql/postgresql-9.1.9-1-windows-x64-binaries.zip (x86_64)
on Windows 7 and 8, respectively.
I've tested that the compilation succeeds for qtbase.git using "Windows 7 32 bit + msvc2010" and "Windows 8 64 bit + msvc2012".
configure -opensource -confirm-license -developer-build -qtnamespace TestNamespace -make libs -make tools -nomake examples -nomake tests -no-incredibuild-xge -opengl desktop -release -plugin-sql-psql
If you install this under "C:\Utils\pgsql" then you need to add
- set PATH=%PATH%;C:\Utils\pgsql\bin
- set LIB=%LIB%;C:\Utils\pgsql\lib
- set INCLUDE=%INCLUDE%;C:\Utils\pgsql\include
some more testing might be needed.