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
python setup.py build
didn't work for me. The followin command raised an exception:
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSCANNER -I../include -I/usr/local/include/python2.6 -c tst_wrap.cxx -o build/temp.linux-x86_64-2.6/tst_wrap.o
I had to replace gcc by g++
Then, I still have some warnings but it seems to work.
The text was updated successfully, but these errors were encountered:
python setup.py build
didn't work for me. The followin command raised an exception:
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSCANNER -I../include -I/usr/local/include/python2.6 -c tst_wrap.cxx -o build/temp.linux-x86_64-2.6/tst_wrap.o
I had to replace gcc by g++
Then, I still have some warnings but it seems to work.
The text was updated successfully, but these errors were encountered: