Skip to content

Ctypes error when loading [Vk__Types__Transform_matrix_nv] #21

@kiblitz

Description

@kiblitz

I don't actually use this module but this issue causes running dune tests to fatally fail (repro with dune test on a dune project that depends on olivine).

Uncaught exception:

  Ctypes_static.Unsupported("struct with no fields")

Raised at Ctypes_structs_computed.seal in file "src/ctypes/ctypes_structs_computed.ml", line 52, characters 30-73
Called from Vk__Types__Transform_matrix_nv in file "lib/Vk__Types__Transform_matrix_nv.ml", line 6, characters 9-26

I think the offending Ctypes line is here.

I'd be surprised if this were specific to my setup, but in any case:

  • Fedora release 42 (Adams)
  • ocaml-base-compiler = 5.3.0
  • dune = 3.20.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions