Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#460 closed defect (fixed)

xapdep dependency tool for Windows should be run before the main build

Reported by: Charlie Hull Owned by: Charlie Hull
Priority: normal Milestone: 1.2.1
Component: MSVC makefiles Version: SVN trunk
Severity: normal Keywords:
Cc: Blocked By:
Blocking: Operating System: Microsoft Windows

Description

Currently we're attempting to run xapdep inside a makefile; since xapdep attempts to attach dependencies to the end of this makefile, and nmake won't automatically reload the file, the dependencies may not be working as they should. Solution will be to run each nmake call twice, once to attach the dependencies, once to build the module.

Attachments (1)

xapdep4.patch (41.5 KB ) - added by Charlie Hull 14 years ago.
slight improvement to checking for redundant strings in dep file

Download all attachments as: .zip

Change History (4)

by Charlie Hull, 14 years ago

Attachment: xapdep4.patch added

slight improvement to checking for redundant strings in dep file

comment:1 by Charlie Hull, 14 years ago

more detail: the patch changes things so we build twice as suggested, plus some improvements to Xapdep.c, plus a few files missing from the makefiles. Once applied this should fix the issue.

comment:2 by Richard Boulton, 14 years ago

Resolution: fixed
Status: newclosed

Applied in r14534.

comment:3 by Olly Betts, 14 years ago

Milestone: 1.2.1
Note: See TracTickets for help on using tickets.