DWT building using gdc under Windows
Alexandr Druzhinin
drug2004 at bk.ru
Sun Feb 17 05:10:23 PST 2013
17.02.2013 19:15, Jacob Carlborg пишет:
> On 2013-02-17 12:06, Alexandr Druzhinin wrote:
>
>> What surprised me is compilation errors using gdc...
>> gdc is the last build from goshawk
>> https://bitbucket.org/goshawk/gdc/downloads
>> I'm curious is there these errors using gdc under linux - (I guess no)?
>
> You're compiling for 64bit, that's not supported.
>
Oh, sorry for my mistake. But it looks like errors are here to stay:
cc1d.exe: warning: pragma(lib) not implemented
java/lang/util.d:81: Error: function java.lang.util.doVarArgFormat
(TypeInfo[] _arguments, char* _argptr) is not callable using argument
types (TypeInfo[],string*)
java/lang/util.d:81: Error: cannot implicitly convert expression (& fmt)
of type string* to char*
java/lang/util.d:85: Error: function java.lang.util.doVarArgFormat
(TypeInfo[] _arguments, char* _argptr) is not callable using argument
types (TypeInfo[],string*)
java/lang/util.d:85: Error: cannot implicitly convert expression (& fmt)
of type string* to char*
java/lang/util.d:89: Error: function java.lang.util.doVarArgFormat
(TypeInfo[] _arguments, char* _argptr) is not callable using argument
types (TypeInfo[],string*)
java/lang/util.d:89: Error: cannot implicitly convert expression (& fmt)
of type string* to char*
java/lang/util.d:93: Error: function java.lang.util.doVarArgFormat
(TypeInfo[] _arguments, char* _argptr) is not callable using argument
types (TypeInfo[],string*)
java/lang/util.d:93: Error: cannot implicitly convert expression (& fmt)
of type string* to char*
java/lang/util.d:97: Error: function java.lang.util.doVarArgFormat
(TypeInfo[] _arguments, char* _argptr) is not callable using argument
types (TypeInfo[],string*)
java/lang/util.d:97: Error: cannot implicitly convert expression (& fmt)
of type string* to char*
pragma error is clear. But I don't use vararg before, so can you help here?
More information about the Digitalmars-d-dwt
mailing list