PragmaTwice commented on PR #614:
URL: 
https://github.com/apache/incubator-kvrocks/pull/614#issuecomment-1143088668

   I think I figure out this problem.
   CMake process apple clang well because it automatically adds `-isysroot 
${CMAKE_OSX_SYSROOT}` to compile options.
   But Makefiles in lua do not do that, so `assert.h` cannot be found while 
using apple `clang++`.
   We can just add it to `LUA_CFLAGS`!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to