Bug 62106 - Source/WebCore/testing/js/WebCoreTestSupport.cpp:31:25: fatal error: JSInternals.h: No such file or directory
Summary: Source/WebCore/testing/js/WebCoreTestSupport.cpp:31:25: fatal error: JSIntern...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-04 23:15 PDT by marinalan
Modified: 2011-06-06 17:24 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description marinalan 2011-06-04 23:15:49 PDT
./autogen.sh --enable-web-sockets --enable-mathml --enable-image-resizer --enable-webkit2

make 
  ( that failed becauseu of missing webmarshal.h)

touch ./Source/WebKit/gtk/webkitmarshal.list

 make
........


  CXX    DerivedSources/WebKit2/libwebkit2gtk_1_0_la-WebProcessMessageReceiver.lo
  CXX    DerivedSources/WebKit2/libwebkit2gtk_1_0_la-WebProcessProxyMessageReceiver.lo
  CXXLD  libwebkit2gtk-1.0.la
  CXX    Source/WebCore/bindings/js/libWebCoreInternals_la-JSDOMWrapper.lo
  CXX    Source/WebCore/testing/libWebCoreInternals_la-Internals.lo
  CXX    Source/WebCore/testing/js/libWebCoreInternals_la-WebCoreTestSupport.lo
Source/WebCore/testing/js/WebCoreTestSupport.cpp:31:25: fatal error: JSInternals.h: No such file or directory

--------------------------------
Fedora 14
svn info :

Repository Root: http://svn.webkit.org/repository/webkit
Repository UUID: 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Revision: 88118
Node Kind: directory
Schedule: normal
Last Changed Author: mrobinson@webkit.org
Last Changed Rev: 88116
Last Changed Date: 2011-06-04 10:23:32 -0700 (Sat, 04 Jun 2011)
Comment 1 Martin Robinson 2011-06-06 17:24:15 PDT
Should be fixed as of: http://trac.webkit.org/changeset/88185 Feel free to re-open if it's still failing for you. Thanks for your report!