Opened 13 years ago

Closed 12 years ago

#4004 closed defect (fixed)

mapscript php build issues with MSVC

Reported by: tamas Owned by: tamas
Priority: normal Milestone: 6.0.2 release
Component: MapServer C Library Version: 6.0
Severity: normal Keywords:
Cc:

Description

Upon setting up php mapscript support in the automated builds on http://www.gisinternals.com/sdk/ I've run into the following issues which require some tweaks in makefile.vc:

  1. _USE_32BIT_TIME_T is not supported on Win64
  2. Should suppress the deprecation warnings with MSVC2005 and above
  3. Should embed the manifest as a resource in the compiled dll(s)
  4. Should remove $(MS_LIBS) as the prerequisite of the object files (MS_LIBS may contain additional options like /LIBPATH which may break the builds)

Change History (2)

comment:1 by tamas, 13 years ago

Applied the fix in trunk (r12112) and branch-6-0 (r12113)

comment:2 by tamas, 12 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.