I cloned the entire repo and attempted running examples/c-to-c.py on examples/c_files/memmgr.h without changing anything. I was prompted with the following error. I am on MacOS and the command I ran is python3 c-to-c.py c_files/memmgr.h inside examples/. What I am doing incorrectly here?
I cloned the entire repo and attempted running examples/c-to-c.py on examples/c_files/memmgr.h without changing anything. I was prompted with the following error. I am on MacOS and the command I ran is
python3 c-to-c.py c_files/memmgr.h
inside examples/. What I am doing incorrectly here?