WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
288589
[CMake] Entrypoint processes build warnings
https://bugs.webkit.org/show_bug.cgi?id=288589
Summary
[CMake] Entrypoint processes build warnings
Philippe Normand
Reported
2025-02-26 03:39:06 PST
In file included from /var/home/phil/WebKit/Source/WebKit/WebProcess/EntryPoint/unix/WebProcessMain.cpp:26: /var/home/phil/WebKit/WebKitBuild/deps-build/subprojects/gstreamer-full/subprojects/gstreamer/config.h:10:9: warning: 'GETTEXT_PACKAGE' macro redefined [-Wmacro-redefined] 10 | #define GETTEXT_PACKAGE "gstreamer-1.0" | ^ <command line>:8:9: note: previous definition is here 8 | #define GETTEXT_PACKAGE "WebKitGTK-6.0" | ^ In file included from /var/home/phil/WebKit/Source/WebKit/WebProcess/EntryPoint/unix/WebProcessMain.cpp:26: /var/home/phil/WebKit/WebKitBuild/deps-build/subprojects/gstreamer-full/subprojects/gstreamer/config.h:57:9: warning: 'HAVE_DLADDR' macro redefined [-Wmacro-redefined] 57 | #define HAVE_DLADDR | ^ /var/home/phil/WebKit/local-build-gtk/WebKitBuild/GTK/Release/WTF/Headers/wtf/PlatformHave.h:250:9: note: previous definition is here 250 | #define HAVE_DLADDR 1 | ^ 2 warnings generated. [5964/6271] Building CXX object Source/WebKit/CMakeFiles/NetworkProcess.dir/NetworkProcess/EntryPoint/unix/NetworkProcessMain.cpp.o In file included from /var/home/phil/WebKit/Source/WebKit/NetworkProcess/EntryPoint/unix/NetworkProcessMain.cpp:26: /var/home/phil/WebKit/WebKitBuild/deps-build/subprojects/gstreamer-full/subprojects/gstreamer/config.h:10:9: warning: 'GETTEXT_PACKAGE' macro redefined [-Wmacro-redefined] 10 | #define GETTEXT_PACKAGE "gstreamer-1.0" | ^ <command line>:8:9: note: previous definition is here 8 | #define GETTEXT_PACKAGE "WebKitGTK-6.0" | ^ In file included from /var/home/phil/WebKit/Source/WebKit/NetworkProcess/EntryPoint/unix/NetworkProcessMain.cpp:26: /var/home/phil/WebKit/WebKitBuild/deps-build/subprojects/gstreamer-full/subprojects/gstreamer/config.h:57:9: warning: 'HAVE_DLADDR' macro redefined [-Wmacro-redefined] 57 | #define HAVE_DLADDR | ^ /var/home/phil/WebKit/local-build-gtk/WebKitBuild/GTK/Release/WTF/Headers/wtf/PlatformHave.h:250:9: note: previous definition is here 250 | #define HAVE_DLADDR 1 | ^ 2 warnings generated. [5967/6271] Building CXX object Source/WebKit/CMakeFiles/GPUProcess.dir/GPUProcess/EntryPoint/unix/GPUProcessMain.cpp.o In file included from /var/home/phil/WebKit/Source/WebKit/GPUProcess/EntryPoint/unix/GPUProcessMain.cpp:26: /var/home/phil/WebKit/WebKitBuild/deps-build/subprojects/gstreamer-full/subprojects/gstreamer/config.h:10:9: warning: 'GETTEXT_PACKAGE' macro redefined [-Wmacro-redefined] 10 | #define GETTEXT_PACKAGE "gstreamer-1.0" | ^ <command line>:8:9: note: previous definition is here 8 | #define GETTEXT_PACKAGE "WebKitGTK-6.0" | ^ In file included from /var/home/phil/WebKit/Source/WebKit/GPUProcess/EntryPoint/unix/GPUProcessMain.cpp:26: /var/home/phil/WebKit/WebKitBuild/deps-build/subprojects/gstreamer-full/subprojects/gstreamer/config.h:57:9: warning: 'HAVE_DLADDR' macro redefined [-Wmacro-redefined] 57 | #define HAVE_DLADDR | ^ ....
Attachments
Add attachment
proposed patch, testcase, etc.
Philippe Normand
Comment 1
2025-02-26 03:48:16 PST
Pull request:
https://github.com/WebKit/WebKit/pull/41395
EWS
Comment 2
2025-02-27 00:58:42 PST
Committed
291211@main
(7341d3fb4146): <
https://commits.webkit.org/291211@main
> Reviewed commits have been landed. Closing PR #41395 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug