missing include path in router_example.py #3

Open
opened 2022-12-19 14:52:20 +01:00 by rocco · 0 comments
Member

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.

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.
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: SystemC/PySysC-SC#3
No description provided.