我正在尝试在Debian上安装ImageMagick库。 下载解包后我运行./configure命令(在ImageMagick目录下和根目录下),它失败并出现一些错误(在config.log中):
conftest.c:14:28: error: ac_nonexistent.h: No such file or director
conftest.c:79: error: expected ';', ',' or ')' before 'text'
conftest.c: In function 'main':
conftest.c:133: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar'
conftest.c:133: error: 'newvar' undeclared (first use in this function)
conftest.c:133: error: (Each undeclared identifier is reported only once
conftest.c:133: error: for each function it appears in.)
我做错了什么? 谢谢
UPD:版本6.7.8-8
答案 0 :(得分:23)
您可以尝试以下方法(在控制台中),而不是自己下载和配置包:
aptitude update && aptitude install imagemagick
我使用debian已经有一段时间了,但我认为这应该有效。