Support #1106
Maus install problem (missing jsoncpp library)
100%
Description
I've been trying to install the tracker_devel branch, and every time after I download and install it, when I try to scons I get an error message saying jsoncpp library cannot be found. I then tried downloading and installing maus (v-0.3.2) and got the same message. I looked in the third-party folder the jsoncpp file seems to be there, so I'm not sure whats going on.
Files
Updated by Rogers, Chris about 11 years ago
- Category set to Build System
- Target version set to Future MAUS release
Did you do
cd <maus directory> source env.sh scons -j8
Note source env.sh
step
Updated by Thais, Savannah about 11 years ago
After doing that it returns the error: !! Your compiler or environment is not correctly configured.
Updated by Thais, Savannah about 11 years ago
I haven't gotten the environment/compiler one again, now I'm just getting the jsoncpp one every time:
scons: Reading SConscript files ...
Checking whether the C++ compiler worksyes
Checking for the C++ library json ... no
ERROR: Couldn't find jsoncpp
Updated by Heidt, Christopher about 11 years ago
I looked over the file you attached, it says you are using a third party library from /local/s11/maus/maus-0.2.5, when was the last time you updated this? Though the line "ERROR: Couldn't find jsoncpp" was not in the log you posted.
Is this a clean install you are doing, or are you attempting to update a version of maus you were already using? You may want to try a clean install, create a new directory somewhere and go into it, then just type "bzr branch lp:maus" for the trunk or "bzr branch lp:~maus-scifi/maus/tracker_devel" for the tracker development branch. I'll continue to look into it.
Updated by Rogers, Chris about 11 years ago
- Assignee changed from Rogers, Chris to Heidt, Christopher
Savannah, I'm going to hand this over to Chris Heidt because I think he is closer to your time zone
Updated by Heidt, Christopher about 11 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
Looks like it was a memory issue on a local machine. Everything appears to be in order, closing this issue.