LDC 0.16.0 beta2 is out! Try out before we create the final release!

anonymous via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Sun Oct 11 07:35:20 PDT 2015


On Saturday, 10 October 2015 at 15:28:02 UTC, Kai Nacke wrote:
> Please be sure to report any bugs at 
> https://github.com/ldc-developers/ldc/issues, and feel free to 
> drop by at the digitalmars.D.ldc forums 
> (http://forum.dlang.org/group/digitalmars.D.ldc) for any 
> questions or comments.


I have a vibe.d project linking to some C++ code and

dub build --compiler=/tmp/ldc2-0.16.0-beta2-linux-x86_64/bin/ldc2 
--force

prints

warning: Linking two modules of different data layouts: 
'<string>' is '' whereas 'source/myfile.d' is 
'e-m:e-i64:64-f80:128-n8:16:32:64-S128'

C++ compiler is
g++ (Ubuntu 4.8.4-2ubuntu1~14.04) 4.8.4

Any guess where this comes from? A hint would help create a 
reduced test case / find my mistake. A similar (but smaller 
project) compiles fine...

dub clean does not help.

The produced binary seems to work.


More information about the digitalmars-d-ldc mailing list