Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Ticket #90 (closed defect: fixed)

Opened 14 years ago

Last modified 14 years ago

DFLAGS variable in makefile masks environment variable

Reported by: kyllingstad Assigned to: JJR
Priority: major Milestone: Release 1.4
Component: Structure and Packaging Version: TRUNK
Keywords: Cc:

Description

When I run 'make' in the gtkD main directory, DMD complains it can't find object.d. The reason for this is that in my setup, DMD gets its default switches from the $DFLAGS environment variable rather than dmd.conf. The gtkD makefile also specifies a DFLAGS variable, which causes DMD to not 'see' the environment variable.

Renaming the DFLAGS variable in the makefile fixed the problem.

Change History

07/20/10 20:43:38 changed by Mike Wey

  • status changed from new to closed.
  • resolution set to fixed.
  • milestone set to Release 1.4.

Changed in svn r797