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
On OS X 10.8.2, make fails because it does not build the dependencies (hiredis, lua, in my case). If I go cd ../deps; make hiredis lua that succeeds after which cd ../src; make succeeds.