Bug 16298 - Building Qt and GTK+ work individually; together not.
Summary: Building Qt and GTK+ work individually; together not.
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-04 16:00 PST by Peter Gordon
Modified: 2007-12-04 17:14 PST (History)
1 user (show)

See Also:


Attachments
Build failures during linking - multiple definitions. (29.29 KB, text/plain)
2007-12-04 16:02 PST, Peter Gordon
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Gordon 2007-12-04 16:00:12 PST
Build: 

I'm attempting to package WebKit for Fedora and have nearly completed it; but it fails due to a duplicate symbol error when attempting to build.

Building the GTK+ port and the Qt port  both work when built alone; but when building them together, I receive errors as follows.
Comment 1 Peter Gordon 2007-12-04 16:02:29 PST
Created attachment 17708 [details]
Build failures during linking - multiple definitions.

I forgot to add: this is with today's nightly build (r28383). This file contains the build errors verbatim.
Comment 2 Mark Rowe (bdash) 2007-12-04 16:13:01 PST
It's not clear here what you're trying to do.  You can build WebKit for either Qt or Gtk, not both at once.
Comment 3 Peter Gordon 2007-12-04 17:14:57 PST
Ah, okay. Then I will proceed to package the GTK+ stuff and Qt stuff separately. Thanks for the clarification.