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
The LWJGL build system is indeed hardcoded to require GCC on Linux. This has always bothered me, but I'm afraid I don't have the energy to address it. Maintaining the native builds of LWJGL and all of its dependencies on Linux has proven to be a living hell for me and I don't want to complicate it any further by adding support for Clang.
Right now at least. LWJGL 4 may provide an opportunity to revisit this.
Spasi
changed the title
Fails to compile
Support Clang on Linux
Dec 7, 2024
Version
3.3.5 (snapshot), 3.3.4
Platform
Linux x64
JDK
OpenJDK Runtime Environment 21.0.5_p11 (build 21.0.5+11)
Module
Bug description
Build system requires 'gcc' for c and cxx compilation, this is a problem on my system that only has the clang compiler for c/cxx
Stacktrace or crash log output
The text was updated successfully, but these errors were encountered: