# Pastebin IEBUFSME make [ 0%] Building CXX object src/CMakeFiles/phylanx_component.dir/execution_tree/compile.cpp.o In file included from /Users/mika/phylanx/src/execution_tree/compile.cpp:9: In file included from /Users/mika/phylanx/phylanx/execution_tree/compile.hpp:12: In file included from /Users/mika/phylanx/phylanx/execution_tree/compiler/compiler.hpp:13: /Users/mika/phylanx/phylanx/execution_tree/compiler/actors.hpp:198:43: error: arithmetic on a pointer to an incomplete type 'std::1::shared_ptr []>::element_type' (aka 'std::__1::basic_string []') named_args_.get() + num_named_args_, kwarg.first); ~~~~~~~~~~~~~~~~~ ^ /Users/mika/phylanx/phylanx/execution_tree/compiler/actors.hpp:199:49: error: arithmetic on a pointer to an incomplete type 'std::1::shared_ptr []>::element_type' (aka 'std::__1::basic_string []') if (it == named_args_.get() + num_named_args_) ~~~~~~~~~~~~~~~~~ ^