最近RP太差,安装环境出现各种BUG,ubuntu出现网络上不去的各种问题,晚上安装boost都出现问题。
打开log文件
ERROR: Cannot determine the location of the VS Common Tools folder.
###
### Using 'vc12' toolset.
###
D:\swf\swfvrlab\boost_1_58_0\boost_1_58_0\tools\build\src\engine>if exist bootstrap rd /S /Q bootstrap
D:\swf\swfvrlab\boost_1_58_0\boost_1_58_0\tools\build\src\engine>md bootstrap
D:\swf\swfvrlab\boost_1_58_0\boost_1_58_0\tools\build\src\engine>cl /nologo /RTC1 /Zi /MTd /Fobootstrap/ /Fdbootstrap/ -DNT -DYYDEBUG -wd4996 kernel32.lib advapi32.lib user32.lib /Febootstrap\jam0 command.c compile.c constants.c debug.c execcmd.c execnt.c filent.c frames.c function.c glob.c hash.c hdrmacro.c headers.c jam.c jambase.c jamgram.c lists.c make.c make1.c object.c option.c output.c parse.c pathnt.c pathsys.c regexp.c rules.c scan.c search.c subst.c timestamp.c variable.c modules.c strings.c filesys.c builtins.c md5.c class.c cwd.c w32_getreg.c native.c modules/set.c modules/path.c modules/regex.c modules/property-set.c modules/sequence.c modules/order.c
command.c
d:\swf\swfvrlab\boost_1_58_0\boost_1_58_0\tools\build\src\engine\jam.h(34) : fatal error C1034: ctype.h: no include path set
compile.c
d:\swf\swfvrlab\boost_1_58_0\boost_1_58_0\tools\build\src\engine\jam.h(34) : fatal error C1034: ctype.h: no include path set
constants.c
debug.c
d:\swf\swfvrlab\boost_1_58_0\boost_1_58_0\tools\build\src\engine\jam.h(34) : fatal error C1034: ctype.h: no include path set
execcmd.c
d:\swf\swfvrlab\boost_1_58_0\boost_1_58_0\tools\build\src\engine\jam.h(34) : fatal error C1034: ctype.h: no include path set
execnt.c
d:\swf\swfvrlab\boost_1_58_0\boost_1_58_0\tools\build\src\engine\jam.h(34) : fatal error C1034: ctype.h: no include path set
filent.c
d:\swf\swfvrlab\boost_1_58_0\boost_1_58_0\tools\build\src\engine\jam.h(34) : fatal error C1034: ctype.h: no include path set于Google一番
没有实质的解决方案,但是总结起来貌似是环境变量有问题
在系统path中增加了
C:\Windows\System32重启机器
问题解决。
本文详细记录了解决Ubuntu网络连接问题的方法,包括检查并设置正确的环境变量,以及成功安装boost库的过程。通过增加系统PATH中的C:WindowsSystem32路径,并重启计算机,最终解决了网络连接问题,顺利完成了boost的安装。
4764

被折叠的 条评论
为什么被折叠?



