Error compiling on Debian 64-bit with dmd v2.064 beta 4
jordisayol opened this issue · 2 comments
jordisayol commented
I got these errors:
orange/xml/PhobosXml.d(1180): Error: < is not defined for associative arrays
/usr/include/dmd/phobos/std/array.d(2424): Error: constructor std.array.Appender!string.Appender.this (char[] arr) is not callable using argument types (string)
orange/xml/PhobosXml.d(380): Error: template instance std.array.appender!(string*, immutable(char)) error instantiating
orange/xml/PhobosXml.d(1442): instantiated from here: encode!string
orange/xml/PhobosXml.d(1442): Error: template instance orange.xml.PhobosXml.encode!string error instantiating
jacob-carlborg commented
Fixed in f2e8dfd.
jordisayol commented
Fixed! thanks! :-)