-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
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
Error compiling from source on fedora 37 #272
Comments
hi I've been trying to build The error seems to originate from This led me to the file _default_macros = {
#...
'LFLAGS': '-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -Wl,-dT,/builddir/build/BUILD/sip-4.19.25/.package_note-sip-4.19.25-5.fc37.x86_64.ld',
#...
} Deleting the flag that leads to the inclusion of the |
I have been trying to compile it using the version from pip in a venv but it doesn't work with:
Maybe because the sip version installed by pip is different? Just in case @TK-Khaw solution didn't work for me and I hit other errors in the install. For now my solution is to ignore the package. |
Compiling rolling from source on Fedora I have the error for
qt_gui_cpp
:both
sip
andpython3-sip-devel
are installed.The text was updated successfully, but these errors were encountered: