You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The gcc-with-cpychecker script finds python.so relative to itself:
...
abspath = os.path.abspath(os.path.dirname(sys.argv[0]))
PLUGIN = os.path.join(abspath, 'python.so')
...
Consequently, when using $(srcdir)./gcc-with-cpychecker in a seperate build
dir, it cannot find python.so.
Create an installed gcc-with-cpychecker by copying it from the source dir to
the build dir, and use it to run the demo.
0 commit comments