Cpputils for scons

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

Did you modify cpputils as well? If so, don’t you need cd ~/git/cpputils; setup -r .; scons (i.e. a missing -r option in the first command)?

Examining the output of eups list --setup may help.