We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On debian unstable and ocaml 4.03.0 (but same problem with 4.02.3). No error with ctypes.0.9.0 and ctypes.0.8.1.
Error message:
Cannot load required shared library dllctypes-foreign-base_stubs. Reason: /home/user/.opam/4.03.0/lib/stublibs/dllctypes-foreign-base_stubs.so: /home/user/.opam/4.03.0/lib/stublibs/dllctypes-foreign-base_stubs.so: undefined symbol: ffi_type_void. File "./test.ml", line 1: Error: Reference to undefined global `Ctypes_foreign_basis'
The text was updated successfully, but these errors were encountered:
This appears to have been broken by #428.
Sorry, something went wrong.
No branches or pull requests
On debian unstable and ocaml 4.03.0 (but same problem with 4.02.3).
No error with ctypes.0.9.0 and ctypes.0.8.1.
Error message:
The text was updated successfully, but these errors were encountered: