Opened 6 years ago

Closed 6 years ago

#958 closed defect (fixed)

build.bat attempts to build PostgreSQL provider even if libpq not set up with setenvironment.bat

Reported by: jng Owned by: jng
Priority: minor Milestone:
Component: Build System Version:
Severity: 3 Keywords:
Cc: External ID:

Description

ArcSDE, KingOracle and MySQL providers properly check for their respective environment variables to determine if their respective child build.bat should be called.

This check is not done for PostgreSQL, as a result the root build.bat can fail if one did not set up the correct path to libpq in setenvironment.bat

Change History (1)

comment:1 by jng, 6 years ago

Resolution: fixed
Status: assignedclosed

In 7717:

Fixes #958

Note: See TracTickets for help on using tickets.