小编Ela*_*Ela的帖子

c++ 11 std::unique_ptr 错误 cmake 3.11.3 引导程序

我正在尝试在 Ubuntu 16.04.4 LTS xenial 上引导 cmake 3.11.3。

我已经升级了我的 gnu g++ 编译器,如下所示:

> $ g++ --version
g++ (Ubuntu 8.1.0-5ubuntu1~16.04) 8.1.0 Copyright (C) 2018 Free
Software Foundation, Inc. This is free software; see the source for 
copying conditions.  There is NO warranty; not even for MERCHANTABILITY 
or FITNESS FOR A PARTICULAR PURPOSE.
Run Code Online (Sandbox Code Playgroud)

并手动重新指向符号链接:

$ ll /usr/bin/*g++*
lrwxrwxrwx 1 root root       5 Jun  8 16:57 /usr/bin/g++ -> g++-8*
-rwxr-xr-x 1 root root  919832 Apr 24 15:02 /usr/bin/g++-5*
lrwxrwxrwx 1 root root      22 …
Run Code Online (Sandbox Code Playgroud)

bootstrapping cmake c++11

12
推荐指数
2
解决办法
4444
查看次数

标签 统计

bootstrapping ×1

c++11 ×1

cmake ×1