http://d.puremagic.com/issues/show_bug.cgi?id=11301
Summary: [2.064 beta] core.sys.linux.sys.mman triggers enum
resolution error
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: regression
Priority: P2
Component: druntime
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from David Nadlinger <[email protected]> 2013-10-19 11:20:57
PDT ---
---
~/Build/Source/druntime/src (2.064=)$ ../../dmd/src/dmd
core/sys/linux/sys/mman.d
core/sys/posix/sys/mman.d(193): Error: alias core.sys.posix.sys.mman.MAP_ANON
cannot resolve
---
(DMD a913ce4, druntime c0978e9)
This regresses build systems that automatically pull in module dependencies for
compilation and don't have a special case for druntime. The druntiem build
itself doesn't break, as this is a header-only module.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------