Skip to content
New issue

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

does not compile (ctypes 0.7.0) #2

Open
treinen opened this issue Apr 10, 2019 · 4 comments
Open

does not compile (ctypes 0.7.0) #2

treinen opened this issue Apr 10, 2019 · 4 comments

Comments

@treinen
Copy link

treinen commented Apr 10, 2019

After having changed in dune-project the lang from 1.8 to 1.6 (see #1) I obtain

File "bindings/types/dpkg_types.ml", line 3, characters 14-25:
Error: Unbound module type Ctypes.TYPE
make: *** [Makefile:4: build] Error 1

This is version 0.7.0 of ctypes (I guess we should upgrade the package in debian, right?)

@Niols
Copy link
Member

Niols commented Apr 10, 2019

Hum, I should try to determine the minimal version of Ctypes that is required. I developed this draft with 0.14.0.

@Niols Niols self-assigned this Apr 10, 2019
@Niols
Copy link
Member

Niols commented Apr 10, 2019

Indeed, ctypes ≥ 0.13.0 is required. It is probably possible to compile this lib with earlier versions, but I don't know how.

@treinen
Copy link
Author

treinen commented Apr 11, 2019

OK. Unfortunately that version of ocaml-ctypes requires ocaml-integer which we hence have to package first for debian before updating the ocaml-ctypes package.

@Niols
Copy link
Member

Niols commented Apr 11, 2019

Hum, it's a shame. And I have no idea how it was done with previous versions of ctypes. Although apparently, ctypes 0.13.0 is from October 2017.

@Niols Niols removed their assignment Apr 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants