#躓いてること
pantneonというネットワークエミュレータのセットアップで、"python setup.py --setup --all"とコマンドを実行すると以下のようなエラーが出力されます。
また、pantheonのリンクを以下に示します。
https://github.com/StanfordSNR/pantheon
ネットで調べたところ、"g++ -std=C++11"を付けてコンパイルするようにと記載されていたのですが、上記のpantheonの場合、pythonファイル内でc++のプログラムを実行するため、"-std=C++11"というオプションを付けることができません。
pythonプログラムを実行する際に、c++11を標準にする方法を教えていただきたいです。よろしくお願いします。
/usr/include/c++/5/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options. #error This file requires compiler and library support \
#実行環境
OS:Ubuntu 16.04
gcc version:5.4.0 20160609
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/12/22 04:23
2020/12/22 04:59 編集
2020/12/22 05:29
2020/12/22 05:53
2020/12/22 09:17
2020/12/22 09:38
2020/12/22 11:48
2020/12/22 12:12 編集
2020/12/22 12:49