vs2010中安装配置GDAL1.92,运行cmd,进入VC10安装目录下D:\VS2010\VC\bin中,执行VCVARS32.BAT文件
配置编译环境。显示ERROR:cannotdeterminethelocationofthevscommontoolsfolder.这是什么原因,求大神指导下...
配置编译环境。显示ERROR:can not determine the location of the vs common tools folder.这是什么原因,求大神指导下
展开
2个回答
展开全部
没有找到common tools的文件夹。
批处理中的代码是这样的:
@if "%VS100COMNTOOLS%"=="" goto error_no_VS100COMNTOOLSDIR
@REM -----------------------------------------------------------------------
:error_no_VS100COMNTOOLSDIR
@echo ERROR: Cannot determine the location of the VS Common Tools folder.
@goto end
一般出现这个问题的原因,要么是安装的时候没有安装任何一个VS工具软件,要么就是VS的安装配置有问题,环境变量不对。
批处理中的代码是这样的:
@if "%VS100COMNTOOLS%"=="" goto error_no_VS100COMNTOOLSDIR
@REM -----------------------------------------------------------------------
:error_no_VS100COMNTOOLSDIR
@echo ERROR: Cannot determine the location of the VS Common Tools folder.
@goto end
一般出现这个问题的原因,要么是安装的时候没有安装任何一个VS工具软件,要么就是VS的安装配置有问题,环境变量不对。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询