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 breaks on current CentOS #2804

Closed
sandra-thieme opened this issue Aug 23, 2016 · 3 comments
Closed

Build breaks on current CentOS #2804

sandra-thieme opened this issue Aug 23, 2016 · 3 comments

Comments

@sandra-thieme
Copy link
Contributor

Currently the build fails on CentOS (and seemingly Ubuntu, though I haven't confirmed that myself), because CentOS comes with gcc 4.8.5 which doesn't support C++14.

The error encountered is the following:

CMake Error at cmake/check_luabind.cmake:38 (message):
Luabind does not work with Lua 5.1 at
/usr/lib/x86_64-linux-gnu/liblua5.1.so, no working Luabind found

Also see the discussion regarding this in 71d64e8.

@james-gould
Copy link

Have you tried any fixes in #1196? This may be of help: #1196 (comment)

@sandra-thieme
Copy link
Contributor Author

@james-gould the problem is that there's no c++14 support in CentOS's gcc. luabind worked fine all along, the error message does not tell us the real problem

i already opened a pull request #2805 that fixes this issue

@djschilling
Copy link

I think this issue can be closed. The referenced pull request was merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants