I am trying to compile a modified version of obs_subaru with scons and am having some trouble with cpputils.
I cloned the repo and set it up with
setup ~/git/cpputils
Then in obs_subaru did:
setup -k -r .
scons
After a short bit of compiling, it complains about not being able to find -lcpputils.
I have tried executing scons from inside ~/git/ccputils, to no avail.
Any ideas what I am missing?
Thanks