Re: std.container.array linker error on OS X

2014-09-09 Thread Etienne via Digitalmars-d-learn
On 2014-09-09 3:58 PM, Etienne wrote: I have to specify that AsyncSignal is defined as a "final shared class", and the array is defined as a Array!AsyncSignal I'm not sure if the compiler on OSX could act different and add the shared symbols there? Meh, I answered my own question. Substituting

Re: std.container.array linker error on OS X

2014-09-09 Thread Etienne via Digitalmars-d-learn
On 2014-09-09 4:11 PM, Etienne wrote: On 2014-09-09 3:58 PM, Etienne wrote: I have to specify that AsyncSignal is defined as a "final shared class", and the array is defined as a Array!AsyncSignal I'm not sure if the compiler on OSX could act different and add the shared symbols there? Meh, I

Re: std.container.array linker error on OS X

2014-09-09 Thread Etienne via Digitalmars-d-learn
I have to specify that AsyncSignal is defined as a "final shared class", and the array is defined as a Array!AsyncSignal I'm not sure if the compiler on OSX could act different and add the shared symbols there?

std.container.array linker error on OS X

2014-09-09 Thread Etienne via Digitalmars-d-learn
Hello, Can anyone help me? Maybe someone has seen this before. I'm getting a (strange) error when testing on OSX with dmd 2.066, the build works with the same compiler/library versions on linux x64 and windows x86 but for some reason it's not working here. The repos are: https://github.com/