redex: Installation error: Please install jsoncpp
Hi Team, Iām trying to install Redex in my Mac OSX(El Captain) using the tutorial given in http://fbredex.com/ . But I get this error.

I tried installing
brew install jsoncpp
It shows jsoncpp is already installed
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Reactions: 9
- Comments: 19 (1 by maintainers)
I was able to fix this issue on Mac OS X El Capitan 10.11.4 by simply installing the Xcode command-line tools, as instructed in README.md:
I had assumed that they were already installed so skipped this step in the setup. After running the command the compilation completes successfully.
@denversc worked for me on macOS Sierra and having both xcode 8 and 7.3.1 : ) Thanks!
@denversc At last your solution worked for me !! great !! š
@marukami
Thanks.
My home brew version is 0.9.5
After update brew to 0.9.9, brew can find jsoncpp:1.6.5.
@dkmeteor That looks like it. The latest I found was
1.7.2
https://github.com/open-source-parsers/jsoncpp/tree/1.7.2. Brew tends to lag a bit.My setup is
brew info jsoncpp
gives https://github.com/Homebrew/homebrew-core/blob/master/Formula/jsoncpp.rb Iām using Homebrew0.9.9
Try
brew uninstall jsoncpp
and checkbrew doctor
for any issue that might be there. Otherwise, you could clone and build from tag 1.6.5sudo apt-get install libjsoncpp-dev
works for me on Ubuntu 14.04Same issue in Ubuntu 14.04 LTS