digitalmars.D - Build phobos unittest on Win32
- Alex Jercaianu (7/7) Oct 05 2017 Hi,
- Jonathan M Davis (6/11) Oct 05 2017 They're built almost constantly by the auto-tester. I'd suggest that you
- Joakim (7/14) Oct 05 2017 Phobos assumes that druntime is available at ..\druntime\lib\dru
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
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
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, AlexPhobos 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