Skip to content

libtsk: unable to build with gcc 15 #107

@arnonuehm66

Description

@arnonuehm66

Compiling with gcc version 15 fails.

typedef bool results in an error, because gcc 15 will default to -std=C23 , where C now has a boolean type.

A resolution might be using gcc -std=C17 or older.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions