Implement GDExtension support #130
Annotations
10 errors
Compilation:
bt/tasks/bt_task.cpp#L57
'Script': undeclared identifier
|
Compilation:
bt/tasks/bt_task.cpp#L57
'godot::Ref': 'Script' is not a valid template type argument for parameter 'T'
|
Compilation:
bt/tasks/bt_task.cpp#L57
cannot deduce template arguments for 'godot::Ref'
|
Compilation:
bt/tasks/bt_task.cpp#L57
'godot::Ref<T> godot::Ref(void)': expects 0 arguments - 1 provided
|
Compilation:
bt/tasks/bt_task.cpp#L57
'godot::Ref<T> godot::Ref(const godot::Variant &)': could not deduce template argument for 'T'
|
Compilation:
bt/tasks/bt_task.cpp#L57
'godot::Ref<T> godot::Ref(T *)': could not deduce template argument for 'T *' from 'godot::Variant'
|
Compilation:
bt/tasks/bt_task.cpp#L57
'godot::Ref<T> godot::Ref(const godot::Ref<T_Other> &)': could not deduce template argument for 'const godot::Ref<T_Other> &' from 'godot::Variant'
|
Compilation:
bt/tasks/bt_task.cpp#L57
'godot::Ref<T> godot::Ref(const godot::Ref<T> &)': could not deduce template argument for 'const godot::Ref<T> &' from 'godot::Variant'
|
Compilation:
bt/tasks/bt_task.cpp#L57
'godot::Ref<T> godot::Ref(godot::Ref<T>)': could not deduce template argument for 'godot::Ref<T>' from 'godot::Variant'
|
Compilation:
bt/tasks/bt_task.cpp#L58
'bool godot::Ref<T>::is_valid(void) const': cannot convert 'this' pointer from 'godot::Ref' to 'const godot::Ref<T> &'
|
The logs for this run have expired and are no longer available.
Loading