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
pcapobj.cc:652:11: error: ‘struct pcapobject’ has no member named ‘ob_type’; did you mean ‘ob_base’?
if (pp->ob_type != &Pcaptype)
^~~~~~~
ob_base
error: command 'gcc' failed with exit status 1
Running Python 3.6.2 and GCC 7.1.1
Noxet
added a commit
to Noxet/pcapy
that referenced
this issue
Oct 30, 2017
I have just cloned pcapy and I am getting the following error when trying to compile it:
(python36) $ python setup.py build
$ python -V
Python 3.6.1
Mac OS X Sierra(10.12.6).
Any clue?
The text was updated successfully, but these errors were encountered: