Re: Running DMD tests on Windows / build requirements

2016-02-22 Thread Daniel Murphy via Digitalmars-d
On 22/02/2016 5:42 AM, Vladimir Panteleev wrote: On Saturday, 20 February 2016 at 13:41:36 UTC, Martin Krejcirik wrote: Dne 20. 2. 2016 v 13:40 kinke napsal(a): You may want to have a look at http://wiki.dlang.org/Building_and_hacking_LDC_on_Windows_using_MSVC#Running_the_dmd-testsuite_tests

Re: Running DMD tests on Windows / build requirements

2016-02-21 Thread Vladimir Panteleev via Digitalmars-d
On Saturday, 20 February 2016 at 13:41:36 UTC, Martin Krejcirik wrote: Dne 20. 2. 2016 v 13:40 kinke napsal(a): You may want to have a look at http://wiki.dlang.org/Building_and_hacking_LDC_on_Windows_using_MSVC#Running_the_dmd-testsuite_tests for some tools prerequisites. I have gnu make,

Re: Running DMD tests on Windows / build requirements

2016-02-21 Thread Martin Krejcirik via Digitalmars-d
Dne 21. 2. 2016 v 17:56 kinke napsal(a): > Anyway, the latest linking errors are due to some heavy changes in > Microsoft's C runtime with VS 2015. Phobos v2.068 doesn't support it > yet, so you may want to try the latest version instead. Thanks, you are right, 2.070 works. No other changes

Re: Running DMD tests on Windows / build requirements

2016-02-21 Thread kinke via Digitalmars-d
On Sunday, 21 February 2016 at 16:45:14 UTC, Martin Krejcirik wrote: LINK : fatal error LNK1104: cannot open file 'libucrt.lib' --- errorlevel 1104 Stock dmd doesn't require libucrt.lib. If I copy it to dmd2\windows\lib64 a get: D:\devel\bugs>dmd -m64 utfbug DMD v2.068 DEBUG

Re: Running DMD tests on Windows / build requirements

2016-02-21 Thread Martin Krejcirik via Digitalmars-d
Dne 21. 2. 2016 v 15:56 Nick Sabalausky napsal(a): > I don't know whether MSVC works, but the traditional way to compile the > C++ parts on Windows is using the Digital Mars C++ compiler, DMC. So > even if MSVC doesn't work, DMC definitely should. To by more precise: I need a receipe, how to

Re: Running DMD tests on Windows / build requirements

2016-02-21 Thread Martin Krejcirik via Digitalmars-d
Dne 21. 2. 2016 v 15:56 Nick Sabalausky napsal(a): > On 02/19/2016 07:25 PM, Martin Krejcirik wrote: > Unless things have changed since I last looked, DMD's Windows makefiles > are written for Digital Mars Make, not gmake. The gmake makefiles are Unfortunately, there is just one Makefile in the

Re: Running DMD tests on Windows / build requirements

2016-02-21 Thread Nick Sabalausky via Digitalmars-d
On 02/19/2016 07:25 PM, Martin Krejcirik wrote: How do I run DMD tests on Windows ? I'm not able to, even with gmake. Unless things have changed since I last looked, DMD's Windows makefiles are written for Digital Mars Make, not gmake. The gmake makefiles are for Posix. And don't forget

Re: Running DMD tests on Windows / build requirements

2016-02-20 Thread Martin Krejcirik via Digitalmars-d
Dne 20. 2. 2016 v 13:40 kinke napsal(a): > You may want to have a look at > http://wiki.dlang.org/Building_and_hacking_LDC_on_Windows_using_MSVC#Running_the_dmd-testsuite_tests > for some tools prerequisites. I have gnu make, but it doesn't work: D:\prac4\dmd\test>make -f Makefile Creating

Re: Running DMD tests on Windows / build requirements

2016-02-20 Thread kinke via Digitalmars-d
On Saturday, 20 February 2016 at 00:25:12 UTC, Martin Krejcirik wrote: How do I run DMD tests on Windows ? I'm not able to, even with gmake. You may want to have a look at http://wiki.dlang.org/Building_and_hacking_LDC_on_Windows_using_MSVC#Running_the_dmd-testsuite_tests for some tools

Running DMD tests on Windows / build requirements

2016-02-19 Thread Martin Krejcirik via Digitalmars-d
How do I run DMD tests on Windows ? I'm not able to, even with gmake. Also, is it possible to compile DMD with MSVC ? And third question, what are the minimal (by size, not by version) VS/VC/SDK requirements to compile Phobos with -m64 and -m32mscoff ? Currently I have installed MS Visual C++