VS2013 with LDC setup

Ronnie via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Sat May 30 11:23:25 PDT 2015


OK so a little bit further now.

So if I check "Build and use local phobos" then it dies with 
#include <errno.h> not found - fair enough, I can understand that.

And if I don't do that

Output
druntime-ldc-debug.lib(errno.c.obj) : warning LNK4099: PDB 
'vc120.pdb' was not found with 
'druntime-ldc-debug.lib(errno.c.obj)' or at 
'H:\Users\Mushfaque.Cradle\documents\D\ConsoleApp1\ConsoleApp1\Debug\vc120.pdb'; 
linking object as if no debug info
druntime-ldc-debug.lib(msvc.c.obj) : warning LNK4099: PDB 
'vc120.pdb' was not found with 
'druntime-ldc-debug.lib(msvc.c.obj)' or at 
'H:\Users\Mushfaque.Cradle\documents\D\ConsoleApp1\ConsoleApp1\Debug\vc120.pdb'; 
linking object as if no debug info
Converting debug information...
Debug\ConsoleApp1.exe_cv: no codeview debug entries found
Building Debug\ConsoleApp1.exe failed!



More information about the digitalmars-d-ldc mailing list