[Issue 12775] GIT HEAD : Linker errors after some commit

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue May 20 09:44:31 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=12775

--- Comment #3 from Andrej Mitrovic <andrej.mitrovich at gmail.com> ---
I do however get a linker failure when using VC. Note that VC builds are not
tested in the autotester.

Log:

-----
     2>parse.obj : error LNK2001: unresolved external symbol "public:
__thiscall Nspace::Nspace(st
       ruct Loc,class Identifier *,struct Array<class Dsymbol *> *)"
(??0Nspace@@QAE at ULoc@@PAVIden
       tifier@@PAU?$Array at PAVDsymbol@@@@@Z)
[C:\dmd-git\dmd2\src\dmd\src\dmd_msc.vcxproj]
     2>vcbuild\Win32\Release\dmd_msc.exe : fatal error LNK1120: 1 unresolved
externals [C:\dmd-git
       \dmd2\src\dmd\src\dmd_msc.vcxproj]
     2>Done Building Project "C:\dmd-git\dmd2\src\dmd\src\dmd_msc.vcxproj"
(default targets) -- FA
       ILED.
     1>Done Building Project "C:\dmd-git\dmd2\src\dmd\src\dmd_msc_vs10.sln"
(default targets) -- F
       AILED.

Build FAILED.

       "C:\dmd-git\dmd2\src\dmd\src\dmd_msc_vs10.sln" (default target) (1) ->
       "C:\dmd-git\dmd2\src\dmd\src\dmd_msc.vcxproj" (default target) (2) ->
       (Link target) ->
         parse.obj : error LNK2001: unresolved external symbol "public:
__thiscall Nspace::Nspace(
       struct Loc,class Identifier *,struct Array<class Dsymbol *> *)"
(??0Nspace@@QAE at ULoc@@PAVId
       entifier@@PAU?$Array at PAVDsymbol@@@@@Z)
[C:\dmd-git\dmd2\src\dmd\src\dmd_msc.vcxproj]
         vcbuild\Win32\Release\dmd_msc.exe : fatal error LNK1120: 1 unresolved
externals [C:\dmd-g
       it\dmd2\src\dmd\src\dmd_msc.vcxproj]

    0 Warning(s)
    2 Error(s)
-----

--


More information about the Digitalmars-d-bugs mailing list