RESOLVED DUPLICATE of bug 126927 126426
[GTK] Fails to build if wayland is enabled and X11 is disabled
https://bugs.webkit.org/show_bug.cgi?id=126426
Summary [GTK] Fails to build if wayland is enabled and X11 is disabled
Alberto Garcia
Reported 2014-01-03 02:16:02 PST
If you run configure just with --enable-wayland-target then the X11 target is disabled unless you make it explicit (see bug 121703). In this case the build fails because all the methods added to PluginPackageNone.cpp in r159999 (see bug 123997) are already defined in PluginPackage.cpp, e.g Source/WebCore/plugins/PluginPackageNone.cpp:72: multiple definition of `_ZN7WebCore13PluginPackageD1Ev' Source/WebCore/plugins/.libs/libWebCore_la-PluginPackage.o:Source/WebCore/plugins/PluginPackage.cpp:41: first defined here
Attachments
Alberto Garcia
Comment 1 2014-01-15 04:26:43 PST
Žan also reported this one. *** This bug has been marked as a duplicate of bug 126927 ***
Note You need to log in before you can comment on or make changes to this bug.