You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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
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:
Also see the discussion regarding this in 71d64e8.
The text was updated successfully, but these errors were encountered: