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.

Reply via email to