test-profiles icon indicating copy to clipboard operation
test-profiles copied to clipboard

windows/redis-1.0.1 compilation fails on Linux

Open antoinebj opened this issue 4 years ago • 0 comments

I wanted to use that profile to compare Windows & Linux performance, since pts/redis is not compatible with Windows.

Getting this error: gcc: error: ../deps/geohash-int/geohash_helper.o: No such file or directory

The fix is to change install.sh by changing the following line: make hiredis jemalloc linenoise lua To: make hiredis jemalloc linenoise lua geohash-int

antoinebj avatar May 02 '20 18:05 antoinebj