[Issue 11243] New: [REG2.064beta] "dmd -of" fails

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Oct 13 05:20:18 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=11243

           Summary: [REG2.064beta] "dmd -of" fails
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: regression
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: gassa at mail.ru


--- Comment #0 from Ivan Kazmenko <gassa at mail.ru> 2013-10-13 05:20:17 PDT ---
I try to compile any program, say "a.d", with DMD 2.064 beta on Windows.  I
specify the binary name with the following command line:
-----
dmd -ofa.exe a.d
-----

It says the following:
-----
Error: importing package 'object' requires a 'package.d' file which cannot be
found in 'object\package.d'
import path[0] = C:\Tools\dmd\windows\bin\..\..\src\phobos
import path[1] = C:\Tools\dmd\windows\bin\..\..\src\druntime\import
-----
Here, "C:\Tools\dmd" is a valid path to DMD 2.064 beta.

Minimal program, just in case:
-----
void main ()
{
}
-----

The same command line works fine with DMD 2.063.2.

-- 
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