1

我对此完全陌生。我有一个 C 程序可以很好地编译并在 linux 上运行良好。我想在 Windows 机器上运行相同的代码,所以我使用交叉编译器 Mingw。但是,每次我尝试构建项目时,我都会收到此错误:

14:51:21 **** Incremental Build of configuration Default for project zbar-0.10 ****
make all
make  all-am
make[1]: Entering directory `D:/zbar-0.10'
 ! was unexpected at this time.
make[1]: *** [include/config.h] Error 255
make[1]: Leaving directory `D:/zbar-0.10'
make: *** [all] Error 2

14:51:26 Build Finished (took 4s.493ms)

我已经用谷歌搜索了,但仍然不明白为什么我得到它。有什么建议吗?

4

1 回答 1

0

使用以下指定的工具的确切版本构建:http: //sourceforge.net/apps/mediawiki/zbar/index.php ?title=HOWTO:_Compile_with_MinGW_in_Windows

代码很旧,make 会随着新版本的出现而中断。

于 2013-07-30T14:16:57.720 回答