0

我正在尝试使用 mingw 构建 Insight,但出现以下错误:

make[4]: *** [pe-i386.lo] Error 1
make[4]: Leaving directory '/c/Users/pshek/Downloads/insight-6.8/bfd'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/c/Users/pshek/Downloads/insight-6.8/bfd'
make[2]: *** [all] Error 2
make[2]: Leaving directory '/c/Users/pshek/Downloads/insight-6.8/bfd'
make[1]: [all-bfd] Error 2
make[1]: Leaving directory '/c/Users/pshek/Downloads/insight-6.8/bfd
make: *** [all] Error 2

这就是我所做的:

打开 mingw 外壳

cd 到源文件夹

。/配置

制作

我在最新版本的 Insight 和稍旧的版本上都试过这个,但我两次都收到类似的错误消息。

我该如何解决?

4

2 回答 2

0

我曾经也有过一样的问题。您将能够使用

./configure --disable-werror

代替

./configure

如果您已经配置,即使您尝试使用必要的标志,它也不会工作。只需再次下载源代码并使用正确的标志进行配置。

来源:http ://ubuntuforums.org/showthread.php?t=1876116

于 2015-02-08T00:28:54.117 回答
-1

只需使用已构建的版本:

http://sourceforge.net/projects/mingw/files/Other/UserContributed/insight/mingw-insight-6.3.exe/download

于 2012-12-03T11:32:12.660 回答