Compile fails

Kai Nacke via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Sun Sep 28 23:02:28 PDT 2014


Hi Russel!

On Saturday, 27 September 2014 at 10:33:28 UTC, Russel Winder via 
digitalmars-d-ldc wrote:
> Just wondering if this is already known about:
>
>
> [ 31%] Generating src/object_.o
> [ 31%] Generating src/gc/gc.o
> /home/Checkouts/Git/Git/LDC/runtime/druntime/src/gc/gc.d(2569): 
> Error: function core.thread.thread_processGCMarks (scope 
> IsMarked delegate(void* addr) isMarked) is not callable using 
> argument types (int delegate(void* addr) nothrow)
> runtime/CMakeFiles/druntime-ldc.dir/build.make:748: recipe for 
> target 'runtime/src/gc/gc.o' failed
> make[2]: *** [runtime/src/gc/gc.o] Error 1
> CMakeFiles/Makefile2:297: recipe for target 
> 'runtime/CMakeFiles/druntime-ldc.dir/all' failed
> make[1]: *** [runtime/CMakeFiles/druntime-ldc.dir/all] Error 2
> Makefile:147: recipe for target 'all' failed

Which platform do you use? There is a missing nothrow 
declaration, see pull request 
https://github.com/D-Programming-Language/druntime/pull/966.
I see failures e.g. on Linux/ARM but not on Linux/x64.

Regards,
Kai


More information about the digitalmars-d-ldc mailing list