我对此完全陌生。我有一个编译好的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)
我google了一下,仍然不明白为什么我得到它。有什么建议吗?
答案 0 :(得分:0)
使用http://sourceforge.net/apps/mediawiki/zbar/index.php?title=HOWTO:_Compile_with_MinGW_in_Windows
中指定的确切版本的工具进行构建代码很旧,make会因新版本而中断。