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
I just tried to build and I also got this issue. Illegal Instruction: 4 is a mac specific instruction. It usually means that things are not working for your version of OSX (mojave?).
My guess is some header directory has changed and the cmake command is not pointing to the right location. Hope this moves things forward. cmake -DCMAKE_CXX_FLAGS="-I/usr/local/include"
Build succeeds (with instructions from README), but launch fails with error
Illegal Instruction: 4
Does anyone know what is happening?
The text was updated successfully, but these errors were encountered: