问题缘由:
因项目需要,须使用boost库。编译,配置boost库的流程参照的是boost在windows下的编译及配置
在编译和配置过程中,需要使用到vs2013的command prompt,遇到如下问题:
cannot determine the location of the vs common tools folder
-------------
问题解决:
在网上查找资料,找到如下几篇相关的博文/帖子
stackoveflow: vs2010 command prompt gives error
主要原因是
“the bat uses de reg command and it searches that in the PATH system variable. Somehow you have managed to get "C:\Windows\System32" out of the PATH variable”
只要将"C:\Windows\System32" 重新添加到系统环境变量下的path中去,即解决上述问题。