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
Building phobos with wine fails
Andrei Alexandrescu via Digitalmars-d Sat, 01 Jul 2017 14:11:43 -0700
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
- Building phobos with wine fails Andrei Alexandrescu via Digitalmars-d
- Re: Building phobos with wine f... Joakim via Digitalmars-d
- Re: Building phobos with wi... Andrei Alexandrescu via Digitalmars-d
- Re: Building phobos with wine f... ketmar via Digitalmars-d
- Re: Building phobos with wi... Andrei Alexandrescu via Digitalmars-d
- Re: Building phobos wit... ketmar via Digitalmars-d
- Re: Building phobos wit... Adam D. Ruppe via Digitalmars-d
- Re: Building phobos... Andrei Alexandrescu via Digitalmars-d
- Re: Building phobos with wine f... Stefan Koch via Digitalmars-d
- Re: Building phobos with wine f... Jonathan M Davis via Digitalmars-d
- Re: Building phobos with wine f... Shachar Shemesh via Digitalmars-d
