View previous topic :: View next topic |
Author |
Message |
JustCauseWhyNot Apprentice
Joined: 07 Dec 2021 Posts: 167
|
Posted: Sat Jan 25, 2025 11:25 pm Post subject: net-libs/webkit-gtk fails with clang |
|
|
emerge --info, emerge -pqv, and here's the build.log. It's a download cause the file exceeds the 2MB file limit on paste.gentoo.zip. My issue is webkit-gtk fails to build when using clang. When looking at the log I can't figure out why. It builds fine under gcc though. |
|
Back to top |
|
|
sam_ Developer
Joined: 14 Aug 2020 Posts: 2108
|
Posted: Sun Jan 26, 2025 4:23 am Post subject: |
|
|
Quote: |
In file included from /var/tmp/portage/net-libs/webkit-gtk-2.46.5-r600/work/webkitgtk-2.46.5_build/WTF/Headers/wtf/Platform.h:31:
[1m/var/tmp/portage/net-libs/webkit-gtk-2.46.5-r600/work/webkitgtk-2.46.5_build/WTF/Headers/wtf/Compiler.h:116:2: [0m[0;1;31merror: [0m[1m"Building release without compiler optimizations: WebKit will be slow. Set -DRELEASE_WITHOUT_OPTIMIZATIONS if this is intended."[0m
116 | #error [0;32m"Building release without compiler optimizations: WebKit will be slow. Set -DRELEASE_WITHOUT_OPTIMIZATIONS if this is intended."[0m
| [0;1;32m ^
[0m1 error generated.
|
Your CFLAGS are empty, as in the other thread (git). |
|
Back to top |
|
|
|