Skip to content

Instantly share code, notes, and snippets.

@davidrusu
Created August 13, 2020 03:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidrusu/b9bf22938924391e5666401f0dbc5cec to your computer and use it in GitHub Desktop.
Save davidrusu/b9bf22938924391e5666401f0dbc5cec to your computer and use it in GitHub Desktop.
> "/nix/store/6spdpawlzxy0nilyqk6gdzi88w9854vw-CastXML-0.2.0/bin/castxml" -std=c++14 -I"." -I"." -I"/home/drusu/src/ompl-1.5.0/src" -I"/home/drusu/src/ompl-1.5.0/build/release/src" -I"/nix/store/wpw6qdjbrv7s72kk81n1lwf3vj6fldk2-python3-3.7.8/include/python3.7" -I"/nix/store/2wvzagya7rr78bd02s3s1ww6hxaz5wyv-boost-1.69.0-dev/include" -I"/nix/store/iipj7rny0vrib3vj80m4ax4i01868jxy-eigen-3.3.7/include/eigen3" -I"/home/drusu/src/ompl-1.5.0/py-bindings" -I"/nix/store/n8lwgzz01pzxfxz7yfasmijxz3s63smv-glib-2.64.4-dev/include" -c -x c++ --castxml-cc-gnu "(" /nix/store/q4xzgxvcbdy30cyd609y2cs5a50fwdrk-gcc-wrapper-9.3.0/bin/g++ -std=c++14 ")" --castxml-gccxml -o /run/user/1000/tmpo5xgry_4.xml ../../src/ompl/base/Cost.h
warning: argument unused during compilation: '-nostdlibinc' [-Wunused-command-line-argument]
In file included from ../../src/ompl/base/Cost.h:40:
In file included from /nix/store/55k63xcm3dbqj9qksmp1kv1mdw3hxqp5-gcc-9.3.0/lib/gcc/x86_64-unknown-linux-gnu/9.3.0/../../../../include/c++/9.3.0/iostream:39:
In file included from /nix/store/55k63xcm3dbqj9qksmp1kv1mdw3hxqp5-gcc-9.3.0/lib/gcc/x86_64-unknown-linux-gnu/9.3.0/../../../../include/c++/9.3.0/ostream:38:
In file included from /nix/store/55k63xcm3dbqj9qksmp1kv1mdw3hxqp5-gcc-9.3.0/lib/gcc/x86_64-unknown-linux-gnu/9.3.0/../../../../include/c++/9.3.0/ios:42:
In file included from /nix/store/55k63xcm3dbqj9qksmp1kv1mdw3hxqp5-gcc-9.3.0/lib/gcc/x86_64-unknown-linux-gnu/9.3.0/../../../../include/c++/9.3.0/bits/ios_base.h:41:
In file included from /nix/store/55k63xcm3dbqj9qksmp1kv1mdw3hxqp5-gcc-9.3.0/lib/gcc/x86_64-unknown-linux-gnu/9.3.0/../../../../include/c++/9.3.0/bits/locale_classes.h:40:
In file included from /nix/store/55k63xcm3dbqj9qksmp1kv1mdw3hxqp5-gcc-9.3.0/lib/gcc/x86_64-unknown-linux-gnu/9.3.0/../../../../include/c++/9.3.0/string:48:
/nix/store/55k63xcm3dbqj9qksmp1kv1mdw3hxqp5-gcc-9.3.0/lib/gcc/x86_64-unknown-linux-gnu/9.3.0/../../../../include/c++/9.3.0/bits/stl_function.h:418:6: error:
use of undeclared identifier '__builtin_is_constant_evaluated'
if (__builtin_is_constant_evaluated())
^
/nix/store/55k63xcm3dbqj9qksmp1kv1mdw3hxqp5-gcc-9.3.0/lib/gcc/x86_64-unknown-linux-gnu/9.3.0/../../../../include/c++/9.3.0/bits/stl_function.h:437:6: error:
use of undeclared identifier '__builtin_is_constant_evaluated'
if (__builtin_is_constant_evaluated())
^
/nix/store/55k63xcm3dbqj9qksmp1kv1mdw3hxqp5-gcc-9.3.0/lib/gcc/x86_64-unknown-linux-gnu/9.3.0/../../../../include/c++/9.3.0/bits/stl_function.h:456:6: error:
use of undeclared identifier '__builtin_is_constant_evaluated'
if (__builtin_is_constant_evaluated())
^
/nix/store/55k63xcm3dbqj9qksmp1kv1mdw3hxqp5-gcc-9.3.0/lib/gcc/x86_64-unknown-linux-gnu/9.3.0/../../../../include/c++/9.3.0/bits/stl_function.h:475:6: error:
use of undeclared identifier '__builtin_is_constant_evaluated'
if (__builtin_is_constant_evaluated())
^
4 errors generated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment