ericmckean / webkitdriver

Automatically exported from code.google.com/p/webkitdriver
0 stars 0 forks source link

Project won't build, missing SchedulePair.h #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. checked out from svn
2. ran rake

What is the expected output? What do you see instead?
I expected it to build.  I got:

[22 / 1589] WebKitBuild/Release/deps/ScriptControllerBase.dep
In file included from WebCore/bindings/ScriptControllerBase.cpp:26:
WebCore/page/Page.h:31:26: error: SchedulePair.h: No such file or directory
rake aborted!

What version of the product are you using? On what operating system?
Mac OS X SnowLeopard 10.6

Please provide any additional information below.
I would love a snapshot build, even if it's not the final.

Original issue reported on code.google.com by jasoncor...@gmail.com on 24 Sep 2010 at 8:48

GoogleCodeExporter commented 9 years ago
I'm having the same problem.

Original comment by jari.bakken on 6 Oct 2010 at 9:49

GoogleCodeExporter commented 9 years ago
I'm trying to build on SnowLeopard as well. I'm getting a missing sqlite3 error:

/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems
/custom_require.rb:31: command not found: icu-config --ldflags
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems
/custom_require.rb:31: command not found: pkg-config sqlite3 --cflags
rake aborted!
Library sqlite3 is not installed
/Users/joshmarinacci/projects/personal/webkitdriver-read-only/hlwk/rakefile:299
(See full trace by running task with --trace)
rake aborted!
Command failed with status (1): [rake...]
/Users/joshmarinacci/projects/personal/webkitdriver-read-only/rakefile:5
(See full trace by running task with --trace)

Original comment by joshmari...@gmail.com on 6 Nov 2010 at 6:58

GoogleCodeExporter commented 9 years ago
WebKitDriver initially was started as a Ubuntu only project. The reason why 
SchedulePair is missing is because some of the platforms were intentionally 
left out to reduce the project file size. In this case WebCore/platform/cf was 
not included. 

We currently don't have any plans to actively support WebKit on Mac OS X, 
however it'd be great to have that support, if someone is keen to work on it. 

The most recent WebKit repository sync happened at r55226. The fix to this 
issue would be to create a local WebKit source tree at this revision and 
manually add missing platform files to webkitdriver repository. 

Original comment by ba...@google.com on 22 Nov 2010 at 10:08

GoogleCodeExporter commented 9 years ago
Joshua, you will need to install icu and pkg-config on your Mac OS X. Let me 
know if you can't find the pointers. 

Original comment by ba...@google.com on 22 Nov 2010 at 10:09