Jump to page: 1 2
Thread overview
[Issue 14849] Visual Studio 2015 not detected during installation
Jul 30, 2015
Martin Nowak
Jul 31, 2015
Joseph Cassman
Jul 31, 2015
Joseph Cassman
Jul 31, 2015
Joseph Cassman
Jul 31, 2015
Joseph Cassman
Aug 03, 2015
Martin Nowak
Aug 03, 2015
Martin Nowak
Aug 04, 2015
Sobirari Muhomori
Aug 09, 2015
Martin Nowak
Sep 01, 2015
Vladimir Panteleev
Sep 01, 2015
Vladimir Panteleev
Oct 27, 2015
Rainer Schuetze
Nov 04, 2015
Rainer Schuetze
Nov 05, 2015
Rainer Schuetze
Mar 27, 2018
Seb
July 30, 2015
https://issues.dlang.org/show_bug.cgi?id=14849

--- Comment #1 from Martin Nowak <code@dawg.eu> ---
Might be as simple to fix as adding the correct path here. https://github.com/D-Programming-Language/installer/blob/eee4042403a1067d74d548a42eca363d15abf1c1/windows/d2-installer.nsi#L268

--
July 30, 2015
https://issues.dlang.org/show_bug.cgi?id=14849

Răzvan Ștefănescu <rumbu@rumbu.ro> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rumbu@rumbu.ro

--- Comment #2 from Răzvan Ștefănescu <rumbu@rumbu.ro> ---
See also: https://issues.dlang.org/show_bug.cgi?id=14843

--
July 31, 2015
https://issues.dlang.org/show_bug.cgi?id=14849

Joseph Cassman <josephcassman@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |josephcassman@hotmail.com

--- Comment #3 from Joseph Cassman <josephcassman@hotmail.com> ---
Thanks for creating this issue. Attaching three files in case they help with implementation.

1) vs2013u5_sc.ini
2) vs2015_sc.ini
3) diff.sc.ini

(1) is the sc.ini file resulting from running the dmd-2.068.0-b2.exe installer after installing Visual Studio Community 2013 with Update 5. The -m64 switch works with DMD in this case.

(2) is the sc.ini file resulting from trying the same with Visual Studio Community 2015. This is the fail case.

(3) is a diff comparing the 2015 version against the 2013 version.

--
July 31, 2015
https://issues.dlang.org/show_bug.cgi?id=14849

--- Comment #4 from Joseph Cassman <josephcassman@hotmail.com> ---
Created attachment 1535
  --> https://issues.dlang.org/attachment.cgi?id=1535&action=edit
Visual Studio Community 2013 with Update 5 + dmd-2.068.0-b2.exe

--
July 31, 2015
https://issues.dlang.org/show_bug.cgi?id=14849

--- Comment #5 from Joseph Cassman <josephcassman@hotmail.com> ---
Created attachment 1536
  --> https://issues.dlang.org/attachment.cgi?id=1536&action=edit
Visual Studio Community 2015 + dmd-2.068.0-b2.exe

--
July 31, 2015
https://issues.dlang.org/show_bug.cgi?id=14849

--- Comment #6 from Joseph Cassman <josephcassman@hotmail.com> ---
Created attachment 1537
  --> https://issues.dlang.org/attachment.cgi?id=1537&action=edit
Diff VS 2013 with 2015 DMD sc.ini files

--
August 03, 2015
https://issues.dlang.org/show_bug.cgi?id=14849

--- Comment #7 from Martin Nowak <code@dawg.eu> ---
Now that I have VS2015 setup, I get the following link errors for hello world. Can someone help with that?

phobos64.lib(stdio_373_566.obj) : error LNK2019: unresolved external symbol
_flsbuf referenced in function _fputc_nolock
    phobos64.lib(dmain2_623_47b.obj) : error LNK2019: unresolved external
symbol _set_output_format referenced in function _d_run_main
          phobos64.lib(dmain2_623_47b.obj) : error LNK2019: unresolved external
symbol __iob_func referenced in function _d_run_main
          phobos64.lib(config_481_452.obj) : error LNK2019: unresolved external
symbol _snprintf referenced in function
_D2gc6config13__T5parseHTfZ5parseFNbNiAxaKAxaKfZb
phobos64.lib(stacktrace_3a9_3e5.obj) : error LNK2001: unresolved external
symbol _snprintf
      phobos64.lib(demangle_1e0_31d.obj) : error LNK2001: unresolved external
symbol _snprintf
        phobos64.lib(config_481_452.obj) : error LNK2019: unresolved external
symbol sscanf referenced in function
_D2gc6config13__T5parseHTfZ5parseFNbNiAxaKAxaKfZb    hello.exe : fatal error
LNK1120: 5 unresolved externals                         --- errorlevel 1120

It seems CRT was changed heavily for VS2015. http://blogs.msdn.com/b/vcblog/archive/2014/06/10/the-great-crt-refactoring.aspx

--
August 03, 2015
https://issues.dlang.org/show_bug.cgi?id=14849

--- Comment #8 from Martin Nowak <code@dawg.eu> ---
WIP:

https://github.com/MartinNowak/dmd/commits/fix14849 https://github.com/MartinNowak/installer/tree/fix14849

--
August 04, 2015
https://issues.dlang.org/show_bug.cgi?id=14849

--- Comment #9 from Sobirari Muhomori <dfj1esp02@sneakemail.com> ---
(In reply to Martin Nowak from comment #7)
> Now that I have VS2015 setup, I get the following link errors for hello world.

https://github.com/ldc-developers/druntime/pull/29 ?

--
August 09, 2015
https://issues.dlang.org/show_bug.cgi?id=14849

--- Comment #10 from Martin Nowak <code@dawg.eu> ---
https://github.com/D-Programming-Language/druntime/pull/1341

--
« First   ‹ Prev
1 2