basho / eleveldb

Erlang LevelDB API
262 stars 177 forks source link

FIX: OTP release 18 does not match required regex R16|17 #180

Closed fogfish closed 8 years ago

fogfish commented 8 years ago

assembly of eleveldb is fails with OTP 18.0 or later

rm -Rf deps
make

ERROR: OTP release 18 does not match required regex R16|17 

The challenge is cuttlefish project that strictly enforces R16|17 release, the recent develop branch of that project relaxes the requirements.

henry-hz commented 8 years ago

maybe point to the 2.0.5 tag instead of develop branch.