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
I just did a fresh checkout from Github, and the build fails unless I put -fPIC in CFLAGS/CXXFLAGS. This is on Archlinux with GCC v14.1.1, Binutils v2.42.
Ideally the Graphia build system would take care of -fPIC. Alternatively, it'd be nice if this was at least documented.
The text was updated successfully, but these errors were encountered:
OK, that's fine. Qt is ultimately responsible for building the compiler flags that it needs, including -fPIC; which version of Qt are you using? I recommend 6.7.0 at the moment. If that doesn't resolve it paste your actual failure with verbose output turned on and we'll go from there.
I just did a fresh checkout from Github, and the build fails unless I put
-fPIC
inCFLAGS
/CXXFLAGS
. This is on Archlinux with GCC v14.1.1, Binutils v2.42.Ideally the Graphia build system would take care of
-fPIC
. Alternatively, it'd be nice if this was at least documented.The text was updated successfully, but these errors were encountered: