Created
July 7, 2018 03:25
-
-
Save zao/190ddfd7c920acc00ae9f4ab91f322b4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[6/1722] Building CXX object src/CMakeFiles/hpx_init.dir/hpx_wrap.cpp.o | |
FAILED: src/CMakeFiles/hpx_init.dir/hpx_wrap.cpp.o | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DDEBUG -DHPX_APPLICATION_EXPORTS -DHPX_ENABLE_ASSERT_HANDLER -D_DEBUG -D_GNU_SOURCE -I/Users/lars/stellar/hpx -isystem /usr/local/Cellar/boost/1.67.0_1/include -I/Users/lars/opt/hwloc-1.11.10/include -I. -pthread -ftemplate-depth=256 -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 -Wcast-align -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 -g -fPIC -std=c++14 -MD -MT src/CMakeFiles/hpx_init.dir/hpx_wrap.cpp.o -MF src/CMakeFiles/hpx_init.dir/hpx_wrap.cpp.o.d -o src/CMakeFiles/hpx_init.dir/hpx_wrap.cpp.o -c /Users/lars/stellar/hpx/src/hpx_wrap.cpp | |
/Users/lars/stellar/hpx/src/hpx_wrap.cpp:153:16: error: use of undeclared identifier 'hpx' | |
return hpx::finalize(return_value); | |
^ | |
/Users/lars/stellar/hpx/src/hpx_wrap.cpp:166:19: error: no member named 'include_libhpx_wrap' in namespace 'hpx_start' | |
if(hpx_start::include_libhpx_wrap) { | |
~~~~~~~~~~~^ | |
/Users/lars/stellar/hpx/src/hpx_wrap.cpp:168:9: error: use of undeclared identifier 'std' | |
std::vector<std::string> const cfg = { | |
^ | |
/Users/lars/stellar/hpx/src/hpx_wrap.cpp:168:21: error: use of undeclared identifier 'std' | |
std::vector<std::string> const cfg = { | |
^ | |
/Users/lars/stellar/hpx/src/hpx_wrap.cpp:168:34: error: expected expression | |
std::vector<std::string> const cfg = { | |
^ | |
/Users/lars/stellar/hpx/src/hpx_wrap.cpp:173:15: error: use of undeclared identifier 'hpx' | |
using hpx::util::placeholders::_1; | |
^ | |
/Users/lars/stellar/hpx/src/hpx_wrap.cpp:174:15: error: use of undeclared identifier 'hpx' | |
using hpx::util::placeholders::_2; | |
^ | |
/Users/lars/stellar/hpx/src/hpx_wrap.cpp:175:9: error: use of undeclared identifier 'hpx' | |
hpx::util::function_nonser<int(int, char**)> start_function = | |
^ | |
/Users/lars/stellar/hpx/src/hpx_wrap.cpp:175:43: error: expected '(' for function-style cast or type construction | |
hpx::util::function_nonser<int(int, char**)> start_function = | |
~~~^ | |
/Users/lars/stellar/hpx/src/hpx_wrap.cpp:175:49: error: expected '(' for function-style cast or type construction | |
hpx::util::function_nonser<int(int, char**)> start_function = | |
~~~~^ | |
/Users/lars/stellar/hpx/src/hpx_wrap.cpp:175:51: error: expected expression | |
hpx::util::function_nonser<int(int, char**)> start_function = | |
^ | |
/Users/lars/stellar/hpx/src/hpx_wrap.cpp:175:54: error: use of undeclared identifier 'start_function' | |
hpx::util::function_nonser<int(int, char**)> start_function = | |
^ | |
/Users/lars/stellar/hpx/src/hpx_wrap.cpp:176:13: error: use of undeclared identifier 'hpx' | |
hpx::util::bind(&hpx_start::hpx_entry, _1, _2); | |
^ | |
/Users/lars/stellar/hpx/src/hpx_wrap.cpp:176:52: error: use of undeclared identifier '_1' | |
hpx::util::bind(&hpx_start::hpx_entry, _1, _2); | |
^ | |
/Users/lars/stellar/hpx/src/hpx_wrap.cpp:176:56: error: use of undeclared identifier '_2' | |
hpx::util::bind(&hpx_start::hpx_entry, _1, _2); | |
^ | |
/Users/lars/stellar/hpx/src/hpx_wrap.cpp:179:16: error: use of undeclared identifier 'hpx' | |
return hpx::init(start_function, argc, argv, | |
^ | |
/Users/lars/stellar/hpx/src/hpx_wrap.cpp:180:18: error: use of undeclared identifier 'hpx' | |
cfg, hpx::runtime_mode_console); | |
^ | |
/Users/lars/stellar/hpx/src/hpx_wrap.cpp:179:26: error: use of undeclared identifier 'start_function' | |
return hpx::init(start_function, argc, argv, | |
^ | |
/Users/lars/stellar/hpx/src/hpx_wrap.cpp:180:13: error: use of undeclared identifier 'cfg' | |
cfg, hpx::runtime_mode_console); | |
^ | |
19 errors generated. | |
[11/1722] Building CXX object tests/unit/component/CMakeFiles/partitioned_vector_subview_test_exe.dir/partitioned_vector_subview.cpp.o | |
ninja: build stopped: subcommand failed. | |
lars@tome:~/stellar/build-hpx-debug |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment