please suggest how to use pybind11 in omnet++ projects like veins. I am getting compile time errors. I can see so many posibilities with python being used in omnet++ simulation tool.
I tried this link Windows/Cygwin - Can't use pybind11 - make error for setting flags but not was successful.
I am using Instant veins vm.
Just added
Include directories /usr/include/pybind11, /usr/include/python2.7 in paths and symbols
In Omnet++ Makemake options --> link added python2.7
It works...
Thanks SO.