Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doesn't compile on travis-ci, ubuntu focal / python 3.9-dev:
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fPIC -I/home/travis/virtualenv/python3.9-dev/include -I/opt/python/3.9-dev/include/python3.9 -c src/llfuse.c -o build/temp.linux-x86_64-3.9/src/llfuse.o -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -DFUSE_USE_VERSION=29 -Wall -Wextra -Wconversion -Wsign-compare -DLLFUSE_VERSION="1.3.7" -Wno-unused-function -Wno-implicit-fallthrough -Wno-unused-parameter -Werror -Wfatal-errors -Wno-error=unreachable-code -Werror=conversion -Werror=sign-compare src/llfuse.c: In function ‘__pyx_f_6llfuse_session_loop_mt’: src/llfuse.c:42419:3: error: ‘PyEval_InitThreads’ is deprecated [-Werror=deprecated-declarations] 42419 | PyEval_InitThreads(); | ^~~~~~~~~~~~~~~~~~ compilation terminated due to -Wfatal-errors. cc1: all warnings being treated as errors
The text was updated successfully, but these errors were encountered:
https://travis-ci.org/github/python-llfuse/python-llfuse/jobs/732700895
Sorry, something went wrong.
related to #22 ?
this was fixed for travis-ci testing by not enabling DEVELOPER_MODE on travis-ci, see #26.
the aborting is fixed by #30.
No branches or pull requests
doesn't compile on travis-ci, ubuntu focal / python 3.9-dev:
The text was updated successfully, but these errors were encountered: