[MacPorts] #41663: webkit-gtk fails to build: no member named RedirectedXCompositeWindow

MacPorts noreply at macports.org
Wed Jan 15 05:00:03 PST 2014


#41663: webkit-gtk fails to build: no member named RedirectedXCompositeWindow
---------------------------+------------------------
  Reporter:  gunnlaugur@…  |      Owner:  jeremyhu@…
      Type:  defect        |     Status:  assigned
  Priority:  Normal        |  Milestone:
 Component:  ports         |    Version:  2.2.1
Resolution:                |   Keywords:
      Port:  webkit-gtk    |
---------------------------+------------------------

Comment (by greisberger@…):

 A first step is to disable accelerated compositing in the Portfile:
 {{{
 variant quartz {
     configure.args-append --with-target=quartz
     configure.args-append --disable-accelerated-compositing
 }}}

 The compilation works, but the link fails with the following error:
 {{{
 :info:build duplicate symbol
 __ZN7WebCore13PluginPackage15determineQuirksERKN3WTF6
 StringE in:
 :info:build     ./.libs/libWebCore.a(libWebCore_la-P)
 :info:build ld: 1 duplicate symbol for architecture x86_64
 :info:build clang: error: linker command failed with exit code 1 (use -v
 to see in
 vocation)
 :info:build make[1]: *** [libwebkitgtk-1.0.la] Error 1
 }}}

 I have no idea why...

-- 
Ticket URL: <https://trac.macports.org/ticket/41663#comment:11>
MacPorts <http://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list