我想jbuilder
在编译时使用,lablgtk2
但在收到这些错误消息时遇到问题:
File "_none_", line 1:
Error: No implementations provided for the following modules:
Thread referenced from /Users/hadilsabbagh/.opam/4.05.0/lib/lablgtk2/gtkThread.cmx
Mutex referenced from /Users/hadilsabbagh/.opam/4.05.0/lib/lablgtk2/gtkThread.cmx
Condition referenced from /Users/hadilsabbagh/.opam/4.05.0/lib/lablgtk2/gtkThread.cmx
这是我的jbuild
:
(jbuild_version 1)
(executable
((name simple)
(libraries (lablgtk2))
))