我正在尝试使用opam安装模块camlimages。当我在shell中启动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版)上
发布于 2012-11-19 17:30:38
https://stackoverflow.com/questions/13440741
复制相似问题