[Issue 11301] New: [2.064 beta] core.sys.linux.sys.mman triggers enum resolution error

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Oct 19 11:20:58 PDT 2013


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: nobody at puremagic.com
        ReportedBy: code at klickverbot.at


--- Comment #0 from David Nadlinger <code at klickverbot.at> 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: -------


More information about the Digitalmars-d-bugs mailing list