Forum Navigation
trunk compiling error, windows xp, dmd 1.043
Posted: 05/05/09 04:47:32 Modified: 05/05/09 04:49:10dmd 1.041 also reported the same error.Wrong version, compile option or should I fix the code ?
E:\dmd1.0\import\lib\..\tango\net\cluster\tina\Cluster.d(1055): Error: function tango.net.device.Socket.
Socket.setTimeout is deprecated
E:\dmd1.0\import\lib\..\tango\util\log\Log.d(1132): Error: function tango.util.log.Log.Hierarchy.inject (char[],Logger delegate(char[] name)) does not match parameter types (char[],int delegate(char[] name))
E:\dmd1.0\import\lib\..\tango\util\log\Log.d(1132): Error: cannot implicitly convert expression (dgliteral8) of type int delegate(char[] name) to Logger delegate(char[] name)
E:\dmd1.0\import\lib\..\tango\util\log\Log.d(1631): Error: function tango.util.log.Log.Appender.Layout.format (LogEvent?,uint delegate(void[])) does not match parameter types (LogEvent?,int delegate(void[]))
E:\dmd1.0\import\lib\..\tango\util\log\Log.d(1631): Error: cannot implicitly convert expression (dgliteral10) of type int delegate(void[]) to uint delegate(void[])
E:\dmd1.0\import\lib\..\tango\util\log\Log.d(1701): Error: function tango.util.log.Log.Appender.Layout.format (LogEvent?,uint delegate(void[])) does not match parameter types (LogEvent?,int delegate(void[]))
E:\dmd1.0\import\lib\..\tango\util\log\Log.d(1701): Error: cannot implicitly convert expression (dgliteral11) of type int delegate(void[]) to uint delegate(void[])