我对此完全陌生。我有一个 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)
我已经用谷歌搜索了,但仍然不明白为什么我得到它。有什么建议吗?