Building Visual D

Joerg Joergonson via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Mon Jun 13 10:11:01 PDT 2016


downloaded master and trying to build:


Error: module completion is in file 'vsi\completion.d' which 
cannot be read

..\sdk\port\base.d(16): Error: module windef is in file 
'sdk\win32\windef.d' which cannot be read

..\tools\tlb2idl.d(4): Deprecation: module std.c.windows.com is 
deprecated - Import core.sys.windows.com instead

visuald.rc(82) : error RC2135 : file not found: 
Resources/PkgCmd.cto

\visuald-master\sdk\..\bin\Debug\vsi.lib
  Warning 2: File Not Found 
\visuald-master\sdk\..\bin\Debug\vsi.lib
\visuald-master\stdext\..\bin\Debug\stdext.lib
  Warning 2: File Not Found 
\visuald-master\stdext\..\bin\Debug\stdext.lib
..\bin\Debug\Win32\cpp2d.obj(cpp2d)
  Error 42: Symbol Undefined 
_D6stdext4file14expandFileListFAAyaAyaZAAya (immutable(char)[][] 
stdext.file.expandFileList(immutable(char)[][], 
immutable(char)[]))
..\bin\Debug\Win32\cpp2d.obj(cpp2d)
  Error 42: Symbol Undefined _D6stdext4path12normalizeDirFAyaZAya 
(immutable(char)[] stdext.path.normalizeDir(immutable(char)[]))
..\bin\Debug\Win32\cpp2d.obj(cpp2d)
  Error 42: Symbol Undefined 
_D6stdext6string12tokenizeArgsFAyabbZAAya (immutable(char)[][] 
stdext.string.tokenizeArgs(immutable(char)[], bool, bool))
..\bin\Debug\Win32\cpp2d.obj(cpp2d)
  Error 42: Symbol Undefined _D6stdext4path12__ModuleInfoZ
..\bin\Debug\Win32\cpp2d.obj(cpp2d)
  Error 42: Symbol Undefined _D6stdext4file12__ModuleInfoZ
\visuald-master\c2d\..\bin\Debug\Win32\c2d.lib(cpp2d)
  Error 42: Symbol Undefined 
_D6stdext4path20makeFilenameAbsoluteFAyaAyaZAya 
(immutable(char)[] 
stdext.path.makeFilenameAbsolute(immutable(char)[], 
immutable(char)[]))
\visuald-master\c2d\..\bin\Debug\Win32\c2d.lib(cpp2d)
  Error 42: Symbol Undefined 
_D6stdext4file12parseIniTextFAyaZHAyaHAyaAya 
(immutable(char)[][immutable(char)[]][immutable(char)[]] 
stdext.file.parseIniText(immutable(char)[]))
Building ..\bin\Debug\Win32\cpp2d.exe failed!


Using VS 2015 with VS sdk installed.



More information about the Digitalmars-d-ide mailing list