At least I had to add an additional include path in the router_example.py script. By default the scc_sysc.h includes boost/optional.hpp. I had to add the path to this boost include file in the script:
It would probably be good to reference BOOST_ROOT if we need boost headers, but for testing I patched it for me.
At least I had to add an additional include path in the router_example.py script. By default the scc_sysc.h includes boost/optional.hpp. I had to add the path to this boost include file in the script:
pysysc.add_include_path('/home/rocco/.conan/data/boost/1.75.0/_/_/source/src')
It would probably be good to reference BOOST_ROOT if we need boost headers, but for testing I patched it for me.
This repo is archived. You cannot comment on issues.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
At least I had to add an additional include path in the router_example.py script. By default the scc_sysc.h includes boost/optional.hpp. I had to add the path to this boost include file in the script:
pysysc.add_include_path('/home/rocco/.conan/data/boost/1.75.0///source/src')
It would probably be good to reference BOOST_ROOT if we need boost headers, but for testing I patched it for me.