cmake編譯有錯(cuò)誤?。?/h1>
CMake Error at cmake/boost.cmake:100 (MESSAGE):
? You can download it with -DDOWNLOAD_BOOST=1 -DWITH_BOOST=<directory>
? This CMake script will look for boost in <directory>.? If it is not there,
? it will download and unpack it (in that directory) for you.
? If you are inside a firewall, you may need to use an https proxy:
? export https_proxy=http://example.com:80
Call Stack (most recent call first):
? cmake/boost.cmake:288 (COULD_NOT_FIND_BOOST)
? CMakeLists.txt:671 (INCLUDE)
CMake Error at cmake/boost.cmake:100 (MESSAGE):
? You can download it with -DDOWNLOAD_BOOST=1 -DWITH_BOOST=<directory>
? This CMake script will look for boost in <directory>.? If it is not there,
? it will download and unpack it (in that directory) for you.
? If you are inside a firewall, you may need to use an https proxy:
? export https_proxy=http://example.com:80
Call Stack (most recent call first):
? cmake/boost.cmake:288 (COULD_NOT_FIND_BOOST)
? CMakeLists.txt:671 (INCLUDE)
2018-04-22
源碼包應(yīng)該下錯(cuò)了 應(yīng)該下載的是https://dev.mysql.com/downloads/file/?id=476474?這個(gè)路徑下的源碼安裝包
下載完成之后 還可能出現(xiàn)cmake版本過(guò)低的問(wèn)題
更新cmake網(wǎng)絡(luò)上暫時(shí)沒(méi)有好的方案
至于終極解決方案 建議參考如下鏈接
https://www.centoschina.cn/server/sql/mysql/9204.html
2018-09-12
我在編譯安裝也是一樣的問(wèn)題,我按照但是還沒(méi)有解決