missing include path in router_example.py #3
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.