Skip to content

Doesn't build in GDC version 15.2 #80

@CRy386i

Description

@CRy386i

We have bunch of errors from the compiler

build_log.log

Compiler has (crash)problems in this place

mixin(joinFnBinds((){
	FnBind[] ret = [
		{q{SDL_AssertState}, q{SDL_ReportAssertion}, q{SDL_AssertData* data, const(char)* func, const(char)* file, int line}},
		{q{void}, q{SDL_SetAssertionHandler}, q{SDL_AssertionHandler handler, void* userData}},
		{q{SDL_AssertionHandler}, q{SDL_GetDefaultAssertionHandler}, q{}},
		{q{SDL_AssertionHandler}, q{SDL_GetAssertionHandler}, q{void** pUserData}},
		{q{const(SDL_AssertData)*}, q{SDL_GetAssertionReport}, q{}},
		{q{void}, q{SDL_ResetAssertionReport}, q{}},
	];
	return ret;
}()));

Dynamic build, static build the same.
Also a master git version can't compile it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions