[Webkit-unassigned] [Bug 19045] New: [gtk] ./configure doesn't check for x toolkit availability

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 14 06:09:31 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=19045

           Summary: [gtk] ./configure doesn't check for x toolkit
                    availability
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dominik.roettsches at access-company.com


In r33439 building fails for files including the X Toolkit's Intrinsic.h header
if the library headers are not available. 
(e.g. WebCore/plugins/gtk/gtk2xtbin.c:#include <X11/Intrinsic.h>,
WebCore/plugins/gtk/gtk2xtbin.h:#include <X11/Intrinsic.h>)

These files were added with r32287, as far as I can see.

I suggest to add a check for the Xt library in the top level configure.ac. This
way the library dependency can be resolved without having to wait for the
compilation to fail.

I will attach a small patch to configure.ac. I'm not sure about the exact
version that's required. My ubuntu says 1.0.5 is installed, so I figured 1.0
might be a good guess.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list