Building phobos with wine fails

Andrei Alexandrescu via Digitalmars-d digitalmars-d at puremagic.com
Sat Jul 1 18:46:14 PDT 2017


On 7/1/17 6:06 PM, ketmar wrote:
> 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.

Probably not the problem. I've added the path to Path in the registry 
and dmd is found fine - it does compile certain files.

> wiki is severely incomplete and outdated.

The wine guide has been created by Razvan Nitu, my student, two weeks ago.


Thanks,

Andrei


More information about the Digitalmars-d mailing list