jacob-carlborg / orange

A serialization library for the D programming language.
72 stars 15 forks source link

Error compiling on Debian 64-bit with dmd v2.064 beta 4 #33

Closed jordisayol closed 10 years ago

jordisayol commented 10 years ago

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 10 years ago

Fixed in f2e8dfd49ce71ea3380d3725bf60e9c8067eced2.

jordisayol commented 10 years ago

Fixed! thanks! :-)