Code review comment for lp:~christopher-hunt08/maus/minor_tweaks

Revision history for this message
chrisrogers1234 (chris-rogers) wrote :

FYI import maus_cpp.globals is looking for $MAUS_ROOT_DIR/build/maus_cpp/globals.so

If you do

nm build/maus_cpp/globals.so | grep init

you should see a line like

0000000000004070 T initglobals

if that doesn't exist then somewhere the compile effort failed; it is compiling

src/py_cpp/PyGlobals.cc

which is done by method

build_python_modules(env)

in src/common_py/maus_build_tools/core_builder.py

hope that helps!

« Back to merge proposal