www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 7764] New: Using phobos on windows through MinGW

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

           Summary: Using phobos on windows through MinGW
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nobody puremagic.com
        ReportedBy: bioinfornatics gmail.com



18:29:19 PDT ---
dear
when i build a project in a MinGW environnement (windows)
dirSeparator equal \ instead /
pathSeparator equal; instead :

in general when you build in MinGW environnment you get back some unix usage

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Mar 24 2012
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=7764


Andrej Mitrovic <andrej.mitrovich gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |andrej.mitrovich gmail.com
         Resolution|                            |INVALID



16:25:34 PST ---
dirSeparator is based on version statements set when the compiler itself is
compiled. There's no msys version of the compiler, msys is just a set of tools
and a bash shell which runs any windows console apps.

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