Win10上GCC的构建增强失败

时间:2018-09-05 09:26:41

标签: c++ gcc boost jam boost.build

我正在尝试使用gcc从bootstrap.bat构建b2。它具有以下内容:

  

C:\ Program Files \ boost_1_53_0 \ tools \ build \ v2> bootstrap gcc

     

引导构建引擎

     

execnt.c:31:tlhelp32.h:没有这样的文件或目录

     

filent.c:在函数`file_dirscan'中:filent.c:84:“ finfo”的存储大小未知

     

filent.c:175:未声明“ _A_SUBDIR”(此功能首次使用)

     

filent.c:175 :(每个未声明的标识符仅报告一次

     

filent.c:175:显示在其中的每个功能。)

     

jam.c:在函数“ main”中:

     

jam.c:425:未声明“环境”(此功能首次使用)

     

jam.c:425 :(每个未声明的标识符仅报告一次

     

jam.c:425:显示在其中的每个功能。

     

无法引导构建引擎

     

请查阅bootstrap.log进行进一步的诊断。

日志也没有说太多:

  

###

     

###使用“ gcc”工具集。

     

###

     

C:\ Program Files \ boost_1_53_0 \ tools \ build \ v2 \ engine>如果存在引导程序   rd / S / Q引导程序

     

C:\ Program Files \ boost_1_53_0 \ tools \ build \ v2 \ engine> md引导程序

     

C:\ Program Files \ boost_1_53_0 \ tools \ build \ v2 \ engine> gcc -DNT -o   bootstrap \ jam0.exe命令.c编译.c常量.c调试.c execnt.c   filent.c function.c glob.c hash.c hdrmacro.c headers.c jam.c jambase.c   jamgram.c list.c make.c make1.c object.c option.c output.c parse.c   pathunix.c regexp.c rules.c scan.c search.c subst.c timestamp.c   variable.c模块.c字符串.c filesys.c内置文件.c md5.c pwd.c   class.c w32_getreg.c native.c模块/set.c模块/path.c   modules / regex.c modules / property-set.c modules / sequence.c   modules / order.c

很显然,没有构建b2。这一切意味着什么,如何解决?

0 个答案:

没有答案