Building phobos with wine fails

ketmar via Digitalmars-d digitalmars-d at puremagic.com
Sat Jul 1 15:06:00 PDT 2017


Andrei Alexandrescu wrote:

> I've followed the instructions at 
> https://wiki.dlang.org/Building_under_Posix to build posix on Win32 using 
> wine (awesome possum!). It works great for building dmd and then 
> druntime. However when I try to build phobos I get the odd errors pasted 
> below. Any ideas on why that is happening? Thanks! -- Andrei

i bet you forgot to pass DMD to make. both druntime and phobos should be 
built with:

	wine make DMD=../dmd/src/dmd.exe -fwin32.mak

where DMD=... is the path to dmd.exe you just built at the first step.

wiki is severely incomplete and outdated.


More information about the Digitalmars-d mailing list