csfrancis / harb

Ruby 2.x objspace heap dump analyzer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get sparseconfig.h not found in macOS

elct9620 opened this issue · comments

I try to compile the harb, but get the errors 'sparsehash/internal/sparseconfig.h' file not found.
It seems the vendor/sparehash not include it, but if use brew install google-sparehash I can correctly compile it.

Is there have any plan to add spareconfig.h or update README to use google-sparehash directly?

On macOS Catalina I also had to install jansson

brew install google-sparsehash
brew install jansson
make

Both issues were fixed in #14 and #15.

Thanks for the report.