Building phobos with wine fails

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


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

std\xml.d(1650): Error: function std.xml.Item.opEquals does not override 
any function, did you mean to override 'object.Object.opEquals'?
std\xml.d(1653): Error: function std.xml.Item.opCmp does not override 
any function, did you mean to override 'object.Object.opCmp'?
std\xml.d(1273): Error: function std.xml.Comment.opEquals does not 
override any function, did you mean to override 'object.Object.opEquals'?
std\xml.d(1292): Error: function std.xml.Comment.opCmp does not override 
any function, did you mean to override 'object.Object.opCmp'?
std\xml.d(1313): Error: function std.xml.Comment.isEmptyXML does not 
override any function
std\xml.d(1361): Error: function std.xml.CData.opEquals does not 
override any function, did you mean to override 'object.Object.opEquals'?
std\xml.d(1380): Error: function std.xml.CData.opCmp does not override 
any function, did you mean to override 'object.Object.opCmp'?
std\xml.d(1401): Error: function std.xml.CData.isEmptyXML does not 
override any function
std\xml.d(1438): Error: function std.xml.Text.opEquals does not override 
any function, did you mean to override 'object.Object.opEquals'?
std\xml.d(1457): Error: function std.xml.Text.opCmp does not override 
any function, did you mean to override 'object.Object.opCmp'?
std\xml.d(1481): Error: function std.xml.Text.isEmptyXML does not 
override any function
std\xml.d(1521): Error: function std.xml.XMLInstruction.opEquals does 
not override any function, did you mean to override 
'object.Object.opEquals'?
std\xml.d(1540): Error: function std.xml.XMLInstruction.opCmp does not 
override any function, did you mean to override 'object.Object.opCmp'?
std\xml.d(1561): Error: function std.xml.XMLInstruction.isEmptyXML does 
not override any function
std\xml.d(1601): Error: function std.xml.ProcessingInstruction.opEquals 
does not override any function, did you mean to override 
'object.Object.opEquals'?
std\xml.d(1620): Error: function std.xml.ProcessingInstruction.opCmp 
does not override any function, did you mean to override 
'object.Object.opCmp'?
std\xml.d(1641): Error: function 
std.xml.ProcessingInstruction.isEmptyXML does not override any function


More information about the Digitalmars-d mailing list