www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 5562] New: Add OS=win32wine build to druntime's posix.mak

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=5562

           Summary: Add OS=win32wine build to druntime's posix.mak
           Product: D
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: druntime
        AssignedTo: nobody puremagic.com
        ReportedBy: jmdavisProg gmx.com



PST ---
Phobos can build with OS=win32wine to build the Windows version with wine on
Linux. However, druntime does not. And since you have to have druntime built to
build Phobos, that makes using OS=win32wine with Phobos a bit of a pain.

So, I'd very much like it if the posix.mak makefile for druntime was updated to
include a build for OS=win32wine so that it can be built in wine.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Feb 11 2011
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=5562


Alex Rønne Petersen <alex lycus.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alex lycus.org



CEST ---
Can you provide a patch for this? I imagine porting over the stuff from the
Phobos posix.mak shouldn't be too hard, but I don't have a Wine environment to
test with.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Oct 09 2012