Ticket #65 (new defect)

Opened 1 year ago

many error with gdc tango

Reported by: Yang Bo Assigned to: pragma
Priority: major Milestone:
Component: DDL (all) Version: Beta 1
Keywords: Cc:

Description

../../ddl/ddl/DDLException.d:65: function tango.text.convert.Sprint.Sprint!(char).Sprint.format called with argument types:
        (char[],TypeInfo[],char*)
matches both:
        tango.text.convert.Sprint.Sprint!(char).Sprint.format(char[],...)
and:
        tango.text.convert.Sprint.Sprint!(char).Sprint.format(char[],TypeInfo[],void*)
../../ddl/ddl/ar/ArchiveLibrary.d:276: Error: no constructor for FileBuffer
../../ddl/ddl/ar/ArchiveLibrary.d:275: constructor ddl.ar.ArchiveLibrary.ArchiveLibrary.this (LoaderRegistry,FileBuffer ,bool) does not match parameter types (DefaultRegistry,FileBuffer *,bool)
../../ddl/ddl/ar/ArchiveLibrary.d:275: Error: expected 2 arguments, not 3
../../ddl/ddl/ar/ArchiveLibrary.d:275: Error: cannot implicitly convert expression (new DefaultRegistry) of type ddl.DefaultRegistry.DefaultRegistry to FileBuffer
../../ddl/ddl/ar/ArchiveLibrary.d:276: Error: cannot implicitly convert expression (new FileBuffer ("libunittest.a")) of type FileBuffer * to bool
../../ddl/ddl/ar/ArchiveLibrary.d:278: Error: undefined identifier Stdout
../../ddl/ddl/ar/ArchiveLibrary.d:278: Error: undefined identifier Stdout
../../ddl/ddl/ar/ArchiveLibrary.d:278: Error: no property 'println' for type 'int'
../../ddl/ddl/ar/ArchiveLibrary.d:278: Error: function expected before (), not 1 of type int
../../ddl/ddl/ar/ArchiveLibrary.d:289: Error: undefined identifier Stdout
../../ddl/ddl/ar/ArchiveLibrary.d:289: Error: undefined identifier Stdout
../../ddl/ddl/ar/ArchiveLibrary.d:289: Error: no property 'println' for type 'int'
../../ddl/ddl/ar/ArchiveLibrary.d:289: Error: function expected before (), not 1 of type int
../../ddl/ddl/ar/ArchiveLibrary.d:301: Error: function expected before (), not 3 of type int
../../ddl/ddl/omf/OMFException.d:32: constructor ddl.DDLException.DDLException.this called with argument types:
        (char[],TypeInfo[],char*)
matches both:
        ddl.DDLException.DDLException.this(char[],TypeInfo[],void*)
and:
        ddl.DDLException.DDLException.this(char[],...)
../../ddl/ddl/omf/OMFException.d:42: constructor ddl.omf.OMFException.OMFException.this called with argument types:
        (char[],TypeInfo[],char*)
matches both:
        ddl.omf.OMFException.OMFException.this(char[],...)
and:
        ddl.omf.OMFException.OMFException.this(char[],TypeInfo[],void*)
../../ddl/ddl/omf/OMFException.d:48: constructor ddl.omf.OMFException.OMFException.this called with argument types:
        (char[],TypeInfo[],char*)
matches both:
        ddl.omf.OMFException.OMFException.this(char[],...)
and:
        ddl.omf.OMFException.OMFException.this(char[],TypeInfo[],void*)
../../ddl/ddl/elf/ELFObjLoader.d:64: Error: no property 'get' for type 'FileBuffer'
../../ddl/ddl/elf/ELFObjLoader.d:64: Error: function expected before (), not 1 of type int
../../ddl/ddl/Linker.d:270: Error: no property 'toString' for type 'ddl.DynamicModule.DynamicModule'
../../ddl/ddl/Linker.d:270: Error: function expected before (), not 1 of type int