Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build.sh Compile Error #5

Open
JosefSchaeffer opened this issue May 23, 2017 · 0 comments
Open

build.sh Compile Error #5

JosefSchaeffer opened this issue May 23, 2017 · 0 comments
Assignees

Comments

@JosefSchaeffer
Copy link
Member

JosefSchaeffer commented May 23, 2017

build.sh does not compile whereas build.dev.sh compiles perfectly.

...
user coreglitch > /home/schaeffer/workspaces/pydash/build $ make
[ 33%] Building CXX object bindings/CMakeFiles/pydash.dir/src/Init.cc.o
In file included from /opt/dash/dash-0.3.0/include/dash/Init.h:5:0,
                 from /home/schaeffer/workspaces/pydash/bindings/src/Init.cc:5:
/opt/dash/dash-0.3.0/include/dash/Types.h:213:15: error: parse error in template argument list
   public std::integral_constant<bool,
               ^~~~~~~~~~~~~~~~~~~~~~~
               std::is_standard_layout<T>::value
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
bindings/CMakeFiles/pydash.dir/build.make:62: recipe for target 'bindings/CMakeFiles/pydash.dir/src/Init.cc.o' failed
make[2]: *** [bindings/CMakeFiles/pydash.dir/src/Init.cc.o] Error 1
CMakeFiles/Makefile2:85: recipe for target 'bindings/CMakeFiles/pydash.dir/all' failed
make[1]: *** [bindings/CMakeFiles/pydash.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants