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
Hello David, There‘s a problem when I use latest version: cannot load python.so
(System Details: Ubuntu 14.04 LTS, gcc 4.8, python 2.7.6):
First use "make" command,the output is:
310 successes; 4 failures; 0 skipped
Failed tests:
test/cpychecker/absinterp/comparisions/conditionals
tests/plugin/compound-locations
tests/plugin/rich-location
tests/plugin/rtl
make: *** [test-suite] Error 1
then use "gcc -fplugin=python.so -fplugin-arg-python-script=**.py **.c",the output is:
cc1: error:cannot load plugin python.so
(python.so have been moved to usr/lib/gcc/x86_64linux-gun/4.8/plugin folder)
The text was updated successfully, but these errors were encountered:
wr18768458295
changed the title
ccannot load plugin python.so
cannot load plugin python.so
Jan 8, 2018
Hello David, There‘s a problem when I use latest version: cannot load python.so
(System Details: Ubuntu 14.04 LTS, gcc 4.8, python 2.7.6):
First use "make" command,the output is:
310 successes; 4 failures; 0 skipped
Failed tests:
test/cpychecker/absinterp/comparisions/conditionals
tests/plugin/compound-locations
tests/plugin/rich-location
tests/plugin/rtl
make: *** [test-suite] Error 1
then use "gcc -fplugin=python.so -fplugin-arg-python-script=**.py **.c",the output is:
cc1: error:cannot load plugin python.so
(python.so have been moved to usr/lib/gcc/x86_64linux-gun/4.8/plugin folder)
The text was updated successfully, but these errors were encountered: