garrigue / lablgtk

LablGTK 2 and 3: an interface to the GIMP Tool Kit
https://garrigue.github.io/lablgtk
Other
89 stars 40 forks source link

Add partial support for OCaml 5.00 #129

Closed kit-ty-kate closed 3 years ago

kit-ty-kate commented 3 years ago

This PR makes it possible for lablgtk3 to be compiled with ocaml-multicore. However there are still a few warnings here and there and the example program I've tried segfaults, .. Though it's better than nothing and the changes are still relevant in recent versions of OCaml anyway as it simply uses the caml namespace instead of the deprecated functions/values.

garrigue commented 3 years ago

Thanks, this should help anyway.