[Webkit-unassigned] [Bug 15410] New: GTK: compilation error, incomplete rename of marshalling functions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 7 11:32:39 PDT 2007


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

           Summary: GTK: compilation error, incomplete rename of marshalling
                    functions
           Product: WebKit
           Version: 522+ (nightly)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Blocker
          Priority: P2
         Component: WebKit API
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: lars.lindner at gmail.com


With revision 26101 or a previous one the GTK build target was broken.
Compilation fails with:

/home/lars/oss/WebKit/WebKitBuild/Release/lib/libWebKitGtk.so: undefined
reference to `webkit_marshal_VOID__STRING_STRING'
collect2: ld returned 1 exit status
make[1]: *** [GtkLauncher] Fehler 1
make[1]: Leaving directory
`/home/lars/oss/WebKit/WebKitBuild/Release/WebKitTools/GtkLauncher'
make: *** [sub-WebKitTools-GtkLauncher-make_default-ordered] Fehler 2

It seems like the marshalling functions were renamed from webkit_marshal_*
to webkit_gtk_marshal_* without adapting the code at some places.

Affected files :

gtk/Api/webkitgtkpage.cpp
gtk/Api/webkitgtkframe.cpp


-- 
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