Camlidl seems broken

I managed to ‘make’ Camlidl. However the sample in ‘tests’ fails to build.

The first error is :
unix_stubs.c:24:8: error: expected identifier before numeric constant
enum {WEXITED, WSIGNALED, WSTOPPED };
^
Is CamlIdl still supported? If so where do I report an issue?

Xavier still maintains it - https://github.com/xavierleroy/camlidl/issues. There was a release in the last month.

That said, if this is for something new, might https://github.com/ocamllabs/ocaml-ctypes be more appropriate?

Coming from the Windows world, COM-IDL appeared more interesting. However, I agree ocaml-ctypes is better for new projects.