http://gdcproject.org/bugzilla/show_bug.cgi?id=16
Bug #: 16
Summary: Programs that use std.parallelism.taskPool hang
Classification: Unclassified
Product: GDC
Version: development
Platform: x86_64
OS/Version: Linux
Sta
I shouldn't have thought there would be any asserts when
compiling the
library (at least I don't get any).
Regards
Yes, but I need the library for the cross compiled target,
arm-eabi. This target doen not define any os. There are several
places where is a test for mac/win/linux and if none
On 18 October 2012 16:12, Timo Sintonen wrote:
>
>> What OS are you working on?
>
>
> Linux
I shouldn't have thought there would be any asserts when compiling the
library (at least I don't get any).
Regards
--
Iain Buclaw
*(p < e ? p++ : p) = (c & 0x0f) + '0';
What OS are you working on?
Linux
On 18 October 2012 12:36, Timo Sintonen wrote:
> I have written programs with C for Arm Cortex controller boards. I think
> that D might be an interesting nut simple enough oo language. So far I have
> a working gdc for my target, but I can not compile the runtime library
> because of too many os
I have written programs with C for Arm Cortex controller boards.
I think that D might be an interesting nut simple enough oo
language. So far I have a working gdc for my target, but I can
not compile the runtime library because of too many os related
assertions.
With my own makefile I can compi