Skip to content

compiling 0.5.4 with api-custom feature over godot 4.7 reports an error #1646

Description

@RicardRC
error[E0609]: no field `classdb_construct_object3` on type `&'static gdextension_interface::GDExtensionInterface`
   --> /Users/ricardroviracubeles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/godot-ffi-0.5.4/src/lib.rs:760:27
    |
760 |     let f = interface_fn!(classdb_construct_object3);
    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^ unknown field
...
793 |         unsafe { $crate::get_interface().$name }
    |                                          ----- due to this macro variable
    |
    = note: available fields are: `get_godot_version`, `get_godot_version2`, `mem_alloc`, `mem_realloc`, `mem_free` ... and 95 others

I'm trying to find out if it's a problem on my end

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions