vk.xml

Nicholas Wilson via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Feb 22 17:23:15 PST 2016


On Monday, 22 February 2016 at 07:00:42 UTC, Nicholas Wilson 
wrote:
> On Sunday, 21 February 2016 at 15:18:44 UTC, ZombineDev wrote:
>> [...]
>
> Thanks for the tips. I used AA and just got it to compile! :) 
> :| :( but fails to link.
> Undefined symbols for architecture x86_64:
>   "_D28TypeInfo_xC4arsd3dom7Element6__initZ", referenced from:
>       _D29TypeInfo_AxC4arsd3dom7Element6__initZ in app.o
>   "_D4arsd3dom12__ModuleInfoZ", referenced from:
>       _D3app12__ModuleInfoZ in app.o
> ld: symbol(s) not found for architecture x86_64
> clang: error: linker command failed with exit code 1 (use -v to 
> see invocation)
> --- errorlevel 1
> any Ideas?
>
> [...]

It was because i was using dmd directly as opposed to dub. Derp!




More information about the Digitalmars-d-learn mailing list