Skip to content

Instantly share code, notes, and snippets.

@zao
Created January 8, 2018 00:07
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 zao/a929de71f5c724b2b275618dbceec630 to your computer and use it in GitHub Desktop.
Save zao/a929de71f5c724b2b275618dbceec630 to your computer and use it in GitHub Desktop.
[16/1474] Building CXX object src/CMakeFiles/hpx.dir/runtime_impl.cpp.o
FAILED: src/CMakeFiles/hpx.dir/runtime_impl.cpp.o
/usr/bin/clang++ -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_NAME=hpx -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_EXPORTS -D_GNU_SOURCE -Dhpx_EXPORTS -I/tree/hpx -isystem /opt/boost-1.65.1-cxx14/include -I. -pthread -Wall -Wextra -Wno-unused-local-typedefs -Wno-strict-aliasing -Wno-sign-promo -Wno-attributes -Wno-cast-align -Wno-unused-parameter -Wformat=2 -Wno-format-nonliteral -Winit-self -Wdouble-promotion -Wcast-qual -Werror=parentheses -Werror=reorder -Werror=return-type -Werror=sequence-point -Werror=uninitialized -Werror=format -Werror=missing-braces -Werror=sign-compare -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O2 -g -DNDEBUG -fPIC -std=c++14 -MD -MT src/CMakeFiles/hpx.dir/runtime_impl.cpp.o -MF src/CMakeFiles/hpx.dir/runtime_impl.cpp.o.d -o src/CMakeFiles/hpx.dir/runtime_impl.cpp.o -c /tree/hpx/src/runtime_impl.cpp
In file included from /tree/hpx/src/runtime_impl.cpp:15:
In file included from /tree/hpx/hpx/lcos/latch.hpp:13:
In file included from /tree/hpx/hpx/runtime/components/new.hpp:14:
/tree/hpx/hpx/runtime/components/default_distribution_policy.hpp:368:46: error: default initialization of an object of const type 'const hpx::components::default_distribution_policy' without a user-provided default constructor
static default_distribution_policy const default_layout;
^
{}
1 error generated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment