September 12, 2013
I have problems too.
I do 'make', but after 15% it says
"Error: cannot write native asm: Error opening output file 'C:\Users\Roman\AppData\Local\Temp\ldc-9540aef.s'
runtime/CMakeFiles/druntime-ldc.dir/build.make:58: recipe for target `runtime/src/core/atomic.obj' failed
CMakeFiles/Makefile2:296: recipe for target `runtime/CMakeFiles/druntime-ldc.dir/all' failed
Makefile:126: recipe for target `all' failed
"

I got ldc2.exe, but when I try to compile hello world program, it says same thing about native asm.
September 13, 2013
On Thu, Sep 12, 2013 at 9:14 PM, FreeSlave <freeslave93@gmail.com> wrote:
> I have problems too.
> I do 'make', but after 15% it says
> "Error: cannot write native asm: Error opening output file
> 'C:\Users\Roman\AppData\Local\Temp\ldc-9540aef.s'
> runtime/CMakeFiles/druntime-ldc.dir/build.make:58: recipe for target
> `runtime/src/core/atomic.obj' failed
> CMakeFiles/Makefile2:296: recipe for target
> `runtime/CMakeFiles/druntime-ldc.dir/all' failed
> Makefile:126: recipe for target `all' failed

This is indeed a regression in Git master (the Windows builds are
unfortunately not part of the CI systems yet), the first bad commit
seems to be https://github.com/ldc-developers/ldc/commit/272230fe595b41e6db156244793f32380eee50d8.

David
September 13, 2013
On Sat, Sep 14, 2013 at 1:17 AM, David Nadlinger <code@klickverbot.at> wrote:
> This is indeed a regression in Git master (the Windows builds are
> unfortunately not part of the CI systems yet), the first bad commit
> seems to be https://github.com/ldc-developers/ldc/commit/272230fe595b41e6db156244793f32380eee50d8.

Added the issue to the tracker: https://github.com/ldc-developers/ldc/issues/471

David
September 15, 2013
On Thu, Sep 12, 2013 at 9:14 PM, FreeSlave <freeslave93@gmail.com> wrote:
> I have problems too.
> I do 'make', but after 15% it says
> "Error: cannot write native asm: Error opening output file
> 'C:\Users\Roman\AppData\Local\Temp\ldc-9540aef.s'
> runtime/CMakeFiles/druntime-ldc.dir/build.make:58: recipe for target
> `runtime/src/core/atomic.obj' failed
> CMakeFiles/Makefile2:296: recipe for target
> `runtime/CMakeFiles/druntime-ldc.dir/all' failed
> Makefile:126: recipe for target `all' failed
> "
>
> I got ldc2.exe, but when I try to compile hello world program, it says same thing about native asm.

Should be fixed in Git master.

David
1 2 3
Next ›   Last »