www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Build phobos unittest on Win32

reply Alex Jercaianu <alex.jercaianu gmail.com> writes:
Hi,

I am trying to build phobos unittests on win32 with the most 
recent version of dmd, but I get the following errors: 
https://pastebin.com/ZbSMcyMQ

Was anyone able to build unittests on phobos for win32?

Thanks,
Alex
Oct 05 2017
next sibling parent Jonathan M Davis <newsgroup.d jmdavisprog.com> writes:
On Thursday, October 05, 2017 09:59:00 Alex Jercaianu via Digitalmars-d 
wrote:
 Hi,

 I am trying to build phobos unittests on win32 with the most
 recent version of dmd, but I get the following errors:
 https://pastebin.com/ZbSMcyMQ

 Was anyone able to build unittests on phobos for win32?
They're built almost constantly by the auto-tester. I'd suggest that you make sure that your version of dmd, druntime, and phobos match. Glancing over the errors, it looks like that might be what's going wrong. - Jonathan M Davis
Oct 05 2017
prev sibling parent Joakim <dlang joakim.fea.st> writes:
On Thursday, 5 October 2017 at 09:59:00 UTC, Alex Jercaianu wrote:
 Hi,

 I am trying to build phobos unittests on win32 with the most 
 recent version of dmd, but I get the following errors: 
 https://pastebin.com/ZbSMcyMQ

 Was anyone able to build unittests on phobos for win32?

 Thanks,
 Alex
Phobos assumes that druntime is available at ..\druntime\lib\dru ntime.lib, is that so? Make sure it's the right version, ie dmd, druntime and phobos must all be checked out to the same branch, like Jonathan said. Here is a recent passing result from the auto-tester, for your druntime pull: https://auto-tester.puremagic.com/show-run.ghtml?projectid=1&runid=2815022&dataid=19923877&isPull=true
Oct 05 2017