vs2013 boost 安裝問題若干

2021-07-03 06:45:44 字數 2211 閱讀 4767

最近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
重啟機器

問題解決。

VS2013安裝配置和使用Boost庫教程

一 前言 好好研究下大名鼎鼎的boost庫。二 boost安裝 2.1 boost官網 boost最新版version 1.55.0 2.2將 壓縮包解壓到本地 解壓後可看到目錄下有個bootstrap.bat檔案。2.3開啟cmd命令窗體,執行bootstra.程式設計客棧bat檔案 執行下面命令...

在vs2013中引用boost庫

關於boost的盛名我就不多費口舌了,它是乙個經過千錘百鍊 可移植 提供源 的c 庫,作為標準庫的後備,是c 標準化程序的發動機之一。boost庫由c 標準委員會庫工作組成員發起,其中有些內容有望成為下一代c 標準庫內容。在c 社群中影響甚大,其成員已經有好幾千人了。boost庫為我們帶來了最新 最...

怎樣在VS2013中安裝配置boost 1 55

boost是乙個和stl類似的標準庫,但它擴充了stl使得泛型的優點發揮到最佳。因此現在boost比stl更為實用。既然boost這麼實用,那麼怎麼去在windows環境下去安裝boost庫呢?下面分享一下我用vs2013配置boost 1 55 0庫的操作 解壓boost檔案到本地目錄 如g bo...