我正在尝试使用opam安装模块camlimages。当我在外壳中启动opam install camlimages
时,camlimages的编译失败,并且我收到以下消息:
* pngwrite.c: In function ‘write_png_file_rgb’:
* pngwrite.c:65: error: dereferencing pointer to incomplete type
* pngwrite.c: In function ‘write_png_file_index’:
* pngwrite.c:174: error: dereferencing pointer to incomplete type
* *** omake: targets were not rebuilt because of errors:
* src/pngwrite.o
* depends on: src/pngwrite.c
'opam install camlimages' failed
如果有人帮助我,那会很棒,因为我需要一个项目模块。
我在Moutain Lion(版本10.8.2)上
最佳答案
在清单列表上进行了完整的讨论,尤其是以下消息:
Message on Caml-list
它提供了指向包含应在Mac OS X上编译的camlimages的存储库的链接。
关于ocaml - 使用OPAM安装摄像头,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/13440741/