Thread overview
Build phobos unittest on Win32
Oct 05, 2017
Alex Jercaianu
Oct 05, 2017
Jonathan M Davis
Oct 05, 2017
Joakim
October 05, 2017
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
October 05, 2017
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

October 05, 2017
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