Forum Navigation
Build Tango trunk with DMD 1.047 on Windows?
Posted: 09/09/09 13:00:12 Modified: 09/09/09 13:00:29Well, I downloaded the trunk 4931 revision to my hard disk, entered to subfolder 'build' and typed: build-dmd. It seems it worked. Then I typed build-tango and:
F:\DMD\tango-trunk-r4931\build>build-tango dmd -c -inline -release -O -I..\user -ofuser-tango-core-Array.obj ../user/tango/ core/Array.d Could not create process for dmd : The parameter is incorrect.Calling build-tango-app.exe gives identical result.
I wanted also to try DSSS. I have gone to the tango/user path and typed: dsss build. Result:
[here i did a cut of many things] tango\stdc => DD-tango-stdc tango\stdc\constants\linux\fcntl.d(2): module config cannot read file 'tango\std c\posix\config.d' Command E:\programming\DCIDE\DSSS\bin\rebuild.exe returned with code 1, aborting . Error: Command failed, aborting.What should I do?