[Webkit-unassigned] [Bug 20252] New: make install does not install WebKitAvailability.h
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 1 07:34:45 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=20252
Summary: make install does not install WebKitAvailability.h
Product: WebKit
Version: 526+ (Nightly build)
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebKit Gtk
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: robg at gowin.net
When doing a 'make install', the file JavaScriptCore/API/WebKitAvailability.h
is not copied to $(prefix)/include/webkit-1.0/JavaScriptCore. This include
file is referenced from JSContextRef.h.
I using svn version 35511.
My analysis so far:
When automake creates GNUmakefile.in, the javascriptcore_h_api variable does
not have WebKitAvailability.h in the list of headers. My automake-fu is not
up to the task of determining how this list is generated. (The
javascriptcore_h_api variable is empty in GNUmakefile.am).
This causes pywebkitgtk to fail to compile.
--
Configure bugmail: https://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