[Webkit-unassigned] [Bug 115240] New: [GTK] Compilation of ProcessLauncherGtk.cpp fails due to unresolved symbols

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 26 03:38:54 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=115240

           Summary: [GTK] Compilation of ProcessLauncherGtk.cpp fails due
                    to unresolved symbols
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: elima at igalia.com


Building WebKit Gtk port using build-webkit script fails in my system (up-to-date Debian Wheezy 64bits) with:

../../Source/WebKit2/UIProcess/Launcher/gtk/ProcessLauncherGtk.cpp: In member function 'void WebKit::ProcessLauncher::launchProcess()':
../../Source/WebKit2/UIProcess/Launcher/gtk/ProcessLauncherGtk.cpp:77:20: error: 'AF_UNIX' was not declared in this scope
../../Source/WebKit2/UIProcess/Launcher/gtk/ProcessLauncherGtk.cpp:77:29: error: 'SOCK_STREAM' was not declared in this scope
../../Source/WebKit2/UIProcess/Launcher/gtk/ProcessLauncherGtk.cpp:77:52: error: 'socketpair' was not declared in this scope
make[1]: *** [Source/WebKit2/UIProcess/Launcher/gtk/libwebkit2gtk_3_0_la-ProcessLauncherGtk.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/opt/jhbuild/gnome3/checkout/WebKit/WebKitBuild/Release'
make: *** [all] Error 2

The error goes away by including "sys/socket.h".

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



More information about the webkit-unassigned mailing list