Skip to content

Instantly share code, notes, and snippets.

@nritholtz
Last active August 29, 2015 14:17
Show Gist options
  • Save nritholtz/0b4ad16d72207053cf97 to your computer and use it in GitHub Desktop.
Save nritholtz/0b4ad16d72207053cf97 to your computer and use it in GitHub Desktop.
Capybara-Webkit:Include Things Rake Build results
$ bundle && rake
Resolving dependencies...
Using rake 0.9.2
Using addressable 2.3.6
Using bundler 1.6.2
Using appraisal 0.4.0
Using mime-types 2.4.3
Using mini_portile 0.6.1
Using nokogiri 1.6.4
Using rack 1.5.2
Using rack-test 0.6.2
Using xpath 2.0.0
Using capybara 2.4.4
Using json 1.8.1
Using capybara-webkit 1.4.1 from source at .
Using ffi 1.9.3
Using childprocess 0.4.1
Using diff-lcs 1.2.4
Using launchy 2.4.2
Using subexec 0.0.4
Using mini_magick 3.2.1
Using multi_json 1.8.4
Using rack-protection 1.3.2
Using rspec-core 2.14.4
Using rspec-expectations 2.14.1
Using rspec-mocks 2.14.3
Using rspec 2.14.1
Using rubyzip 1.1.0
Using websocket 1.0.7
Using selenium-webdriver 2.39.0
Using tilt 1.3.3
Using sinatra 1.3.5
Your bundle is complete!
Use `bundle show [gemname]` to see where a bundled gem is installed.
cd src/ && ( test -e Makefile.webkit_server || /usr/bin/qmake /Users/nritholtz/workspace/original-capybara-webkit/src/webkit_server.pro CONFIG+=test -o Makefile.webkit_server ) && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile.webkit_server
make[1]: Nothing to be done for `first'.
cd test/ && ( test -e Makefile.testwebkitserver || /usr/bin/qmake /Users/nritholtz/workspace/original-capybara-webkit/test/testwebkitserver.pro CONFIG+=test -o Makefile.testwebkitserver ) && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile.testwebkitserver
make[1]: Nothing to be done for `first'.
make check
cd src/ && ( test -e Makefile.webkit_server || /usr/bin/qmake /Users/nritholtz/workspace/original-capybara-webkit/src/webkit_server.pro CONFIG+=test -o Makefile.webkit_server ) && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile.webkit_server check
make[1]: Nothing to be done for `check'.
cd test/ && ( test -e Makefile.testwebkitserver || /usr/bin/qmake /Users/nritholtz/workspace/original-capybara-webkit/test/testwebkitserver.pro CONFIG+=test -o Makefile.testwebkitserver ) && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile.testwebkitserver check
QT_PLUGIN_PATH=/usr/local/Cellar/qt5/5.4.0/plugins DYLD_FRAMEWORK_PATH=/usr/local/Cellar/qt5/5.4.0/lib${DYLD_FRAMEWORK_PATH:+:$DYLD_FRAMEWORK_PATH} ./testwebkitserver
********* Start testing of TestIgnoreDebugOutput *********
Config: Using QtTest library 5.4.0, Qt 5.4.0 (x86_64-little_endian-lp64 shared (dynamic) release build; by Clang 6.0 (clang-600.0.56) (Apple))
PASS : TestIgnoreDebugOutput::initTestCase()
PASS : TestIgnoreDebugOutput::testIgnoreDebugOutput()
PASS : TestIgnoreDebugOutput::cleanupTestCase()
Totals: 3 passed, 0 failed, 0 skipped, 0 blacklisted
********* Finished testing of TestIgnoreDebugOutput *********
/Users/nritholtz/.rvm/rubies/ruby-2.1.1/bin/ruby -S rspec spec/browser_spec.rb spec/capybara_webkit_builder_spec.rb spec/connection_spec.rb spec/cookie_jar_spec.rb spec/driver_rendering_spec.rb spec/driver_resize_window_spec.rb spec/driver_spec.rb spec/errors_spec.rb spec/integration/session_spec.rb spec/selenium_compatibility_spec.rb --format progress
Run options: exclude {:full_description=>/Capybara::Session webkit Capybara::Window #(size|resize_to|maximize|close.*no_such_window_error)/, :selenium_compatibility=>false, :skip_on_jruby=>false, :skip_on_windows=>false, :requires=>#<Proc:0x00000103402e10>}
..........Request to unknown URL: http://example.org/
To block requests to unknown URLs:
page.driver.block_unknown_urls
To allow just this URL:
page.driver.allow_url("http://example.org/")
To allow requests to URLs from this host:
page.driver.allow_url("example.org")
.Request to unknown URL: http://example.org/
To block requests to unknown URLs:
page.driver.block_unknown_urls
To allow just this URL:
page.driver.allow_url("http://example.org/")
To allow requests to URLs from this host:
page.driver.allow_url("example.org")
.Request to unknown URL: http://example.org/
To block requests to unknown URLs:
page.driver.block_unknown_urls
To allow just this URL:
page.driver.allow_url("http://example.org/")
To allow requests to URLs from this host:
page.driver.allow_url("example.org")
.Request to unknown URL: http://example.org/
To block requests to unknown URLs:
page.driver.block_unknown_urls
To allow just this URL:
page.driver.allow_url("http://example.org/")
To allow requests to URLs from this host:
page.driver.allow_url("example.org")
.Request to unknown URL: http://example.org/
To block requests to unknown URLs:
page.driver.block_unknown_urls
To allow just this URL:
page.driver.allow_url("http://example.org/")
To allow requests to URLs from this host:
page.driver.allow_url("example.org")
.Request to unknown URL: http://example.org/
To block requests to unknown URLs:
page.driver.block_unknown_urls
To allow just this URL:
page.driver.allow_url("http://example.org/")
To allow requests to URLs from this host:
page.driver.allow_url("example.org")
................................[DEPRECATION] Capybara::Webkit::Driver#resize_window is deprecated. Please use Capybara::Window#resize_to instead.
..[DEPRECATION] Capybara::Webkit::Driver#resize_window is deprecated. Please use Capybara::Window#resize_to instead.
[DEPRECATION] Capybara::Webkit::Driver#resize_window is deprecated. Please use Capybara::Window#resize_to instead.
.[DEPRECATION] Capybara::Webkit::Driver#resize_window is deprecated. Please use Capybara::Window#resize_to instead.
.[DEPRECATION] Capybara::Webkit::Driver#resize_window is deprecated. Please use Capybara::Window#resize_to instead.
..[DEPRECATION] Capybara::Webkit::Driver#resize_window is deprecated. Please use Capybara::Window#resize_to instead.
..................................................................................[DEPRECATION] Capybara::Webkit::Driver#alert_messages is deprecated. Please use Capybara::Session#accept_alert instead.
.[DEPRECATION] Capybara::Webkit::Driver#alert_messages is deprecated. Please use Capybara::Session#accept_alert instead.
...........[DEPRECATION] Capybara::Webkit::Driver#dismiss_js_confirms! is deprecated. Please use Capybara::Session#dismiss_confirm instead.
.[DEPRECATION] Capybara::Webkit::Driver#dismiss_js_confirms! is deprecated. Please use Capybara::Session#dismiss_confirm instead.
[DEPRECATION] Capybara::Webkit::Driver#accept_js_confirms! is deprecated. Please use Capybara::Session#accept_confirm instead.
.[DEPRECATION] Capybara::Webkit::Driver#confirm_messages is deprecated. Please use Capybara::Session#accept_confirm or Capybara::Session#dismiss_confirm instead.
.[DEPRECATION] Capybara::Webkit::Driver#confirm_messages is deprecated. Please use Capybara::Session#accept_confirm or Capybara::Session#dismiss_confirm instead.
.[DEPRECATION] Capybara::Webkit::Driver#dismiss_js_confirms! is deprecated. Please use Capybara::Session#dismiss_confirm instead.
.[DEPRECATION] Capybara::Webkit::Driver#confirm_messages is deprecated. Please use Capybara::Session#accept_confirm or Capybara::Session#dismiss_confirm instead.
............[DEPRECATION] Capybara::Webkit::Driver#accept_js_prompts! is deprecated. Please use Capybara::Session#accept_prompt instead.
.[DEPRECATION] Capybara::Webkit::Driver#js_prompt_input= is deprecated. Please use Capybara::Session#accept_prompt instead.
[DEPRECATION] Capybara::Webkit::Driver#accept_js_prompts! is deprecated. Please use Capybara::Session#accept_prompt instead.
.[DEPRECATION] Capybara::Webkit::Driver#accept_js_prompts! is deprecated. Please use Capybara::Session#accept_prompt instead.
[DEPRECATION] Capybara::Webkit::Driver#dismiss_js_prompts! is deprecated. Please use Capybara::Session#dismiss_prompt instead.
.[DEPRECATION] Capybara::Webkit::Driver#js_prompt_input= is deprecated. Please use Capybara::Session#accept_prompt instead.
[DEPRECATION] Capybara::Webkit::Driver#accept_js_prompts! is deprecated. Please use Capybara::Session#accept_prompt instead.
[DEPRECATION] Capybara::Webkit::Driver#js_prompt_input= is deprecated. Please use Capybara::Session#accept_prompt instead.
.[DEPRECATION] Capybara::Webkit::Driver#prompt_messages is deprecated. Please use Capybara::Session#accept_prompt or Capybara::Session#dismiss_prompt instead.
.[DEPRECATION] Capybara::Webkit::Driver#prompt_messages is deprecated. Please use Capybara::Session#accept_prompt or Capybara::Session#dismiss_prompt instead.
.[DEPRECATION] Capybara::Webkit::Driver#accept_js_prompts! is deprecated. Please use Capybara::Session#accept_prompt instead.
.[DEPRECATION] Capybara::Webkit::Driver#prompt_messages is deprecated. Please use Capybara::Session#accept_prompt or Capybara::Session#dismiss_prompt instead.
.............................................[DEPRECATION] Capybara::Webkit::Driver#resize_window is deprecated. Please use Capybara::Window#resize_to instead.
..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................*....................................................................................................................................................................DEPRECATION WARNING: Passing string argument to #within_window is deprecated. Pass window object or lambda. (called from /Users/nritholtz/.rvm/gems/ruby-2.1.1/gems/capybara-2.4.4/lib/capybara/spec/session/window/within_window_spec.rb:138)
.DEPRECATION WARNING: Passing string argument to #within_window is deprecated. Pass window object or lambda. (called from /Users/nritholtz/.rvm/gems/ruby-2.1.1/gems/capybara-2.4.4/lib/capybara/spec/session/window/within_window_spec.rb:143)
.DEPRECATION WARNING: Passing string argument to #within_window is deprecated. Pass window object or lambda. (called from /Users/nritholtz/.rvm/gems/ruby-2.1.1/gems/capybara-2.4.4/lib/capybara/spec/session/window/within_window_spec.rb:149)
.DEPRECATION WARNING: Passing string argument to #within_window is deprecated. Pass window object or lambda. (called from /Users/nritholtz/.rvm/gems/ruby-2.1.1/gems/capybara-2.4.4/lib/capybara/spec/session/window/within_window_spec.rb:154)
.DEPRECATION WARNING: Passing string argument to #within_window is deprecated. Pass window object or lambda. (called from /Users/nritholtz/.rvm/gems/ruby-2.1.1/gems/capybara-2.4.4/lib/capybara/spec/session/window/within_window_spec.rb:159)
DEPRECATION WARNING: Passing string argument to #within_window is deprecated. Pass window object or lambda. (called from /Users/nritholtz/.rvm/gems/ruby-2.1.1/gems/capybara-2.4.4/lib/capybara/spec/session/window/within_window_spec.rb:162)
.DEPRECATION WARNING: Passing string argument to #within_window is deprecated. Pass window object or lambda. (called from /Users/nritholtz/.rvm/gems/ruby-2.1.1/gems/capybara-2.4.4/lib/capybara/spec/session/window/within_window_spec.rb:167)
.DEPRECATION WARNING: Passing string argument to #within_window is deprecated. Pass window object or lambda. (called from /Users/nritholtz/.rvm/gems/ruby-2.1.1/gems/capybara-2.4.4/lib/capybara/spec/session/window/within_window_spec.rb:174)
.DEPRECATION WARNING: Passing string argument to #within_window is deprecated. Pass window object or lambda. (called from /Users/nritholtz/.rvm/gems/ruby-2.1.1/gems/capybara-2.4.4/lib/capybara/spec/session/window/within_window_spec.rb:181)
.......................................[DEPRECATION] Capybara::Webkit::Driver#resize_window is deprecated. Please use Capybara::Window#resize_to instead.
..[DEPRECATION] Capybara::Webkit::Driver#resize_window is deprecated. Please use Capybara::Window#resize_to instead.
.......F
Pending:
Capybara::Session webkit node #set should allow me to change the contents of a contenteditable elements child
# Selenium doesn't like editing nested contents
#
Failures:
1) Capybara::Webkit compatibility with selenium generates the same events as selenium when filling out forms
Failure/Error: visit "/"
Selenium::WebDriver::Error::WebDriverError:
unable to obtain stable firefox connection in 60 seconds (127.0.0.1:7056)
# ./spec/selenium_compatibility_spec.rb:35:in `block (3 levels) in <top (required)>'
# ./spec/selenium_compatibility_spec.rb:51:in `instance_eval'
# ./spec/selenium_compatibility_spec.rb:51:in `events_for_driver'
# ./spec/selenium_compatibility_spec.rb:46:in `compare_events_for_drivers'
# ./spec/selenium_compatibility_spec.rb:34:in `block (2 levels) in <top (required)>'
Finished in 6 minutes 51 seconds
1171 examples, 1 failure, 1 pending
Failed examples:
rspec ./spec/selenium_compatibility_spec.rb:6 # Capybara::Webkit compatibility with selenium generates the same events as selenium when filling out forms
/Users/nritholtz/.rvm/rubies/ruby-2.1.1/bin/ruby -S rspec spec/browser_spec.rb spec/capybara_webkit_builder_spec.rb spec/connection_spec.rb spec/cookie_jar_spec.rb spec/driver_rendering_spec.rb spec/driver_resize_window_spec.rb spec/driver_spec.rb spec/errors_spec.rb spec/integration/session_spec.rb spec/selenium_compatibility_spec.rb --format progress failed
$
$ git checkout include-things
Branch include-things set up to track remote branch include-things from origin.
Switched to a new branch 'include-things'
$ rake build
Info: creating stash file /Users/nritholtz/workspace/original-capybara-webkit/.qmake.stash
cd src/ && ( test -e Makefile.webkit_server || /usr/bin/qmake /Users/nritholtz/workspace/original-capybara-webkit/src/webkit_server.pro CONFIG+=test -o Makefile.webkit_server ) && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile.webkit_server
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -x c++-header -c stable.h -o build/webkit_server/c++.pch
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -x objective-c++-header -c stable.h -o build/webkit_server/objective-c++.pch
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/BlockUrl.o BlockUrl.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/AllowUrl.o AllowUrl.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/SetUnknownUrlMode.o SetUnknownUrlMode.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/FindModal.o FindModal.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/AcceptAlert.o AcceptAlert.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/GoForward.o GoForward.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/GoBack.o GoBack.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/WindowMaximize.o WindowMaximize.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/WindowSize.o WindowSize.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/WindowCommand.o WindowCommand.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/WindowOpen.o WindowOpen.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/WindowClose.o WindowClose.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/Version.o Version.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/EnableLogging.o EnableLogging.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/Authenticate.o Authenticate.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/SetConfirmAction.o SetConfirmAction.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/SetPromptAction.o SetPromptAction.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/SetPromptText.o SetPromptText.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/ClearPromptText.o ClearPromptText.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/JavascriptAlertMessages.o JavascriptAlertMessages.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/JavascriptConfirmMessages.o JavascriptConfirmMessages.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/JavascriptPromptMessages.o JavascriptPromptMessages.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/IgnoreSslErrors.o IgnoreSslErrors.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/WindowResize.o WindowResize.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/CurrentUrl.o CurrentUrl.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/ConsoleMessages.o ConsoleMessages.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/main.o main.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/WebPage.o WebPage.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/Server.o Server.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/Connection.o Connection.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/Command.o Command.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/SocketCommand.o SocketCommand.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/Visit.o Visit.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/Reset.o Reset.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/Node.o Node.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/JavascriptInvocation.o JavascriptInvocation.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/Evaluate.o Evaluate.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/Execute.o Execute.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/FrameFocus.o FrameFocus.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/Response.o Response.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/NetworkAccessManager.o NetworkAccessManager.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/NetworkCookieJar.o NetworkCookieJar.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/Header.o Header.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/Render.o Render.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/body.o body.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/Status.o Status.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/Headers.o Headers.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/UnsupportedContentHandler.o UnsupportedContentHandler.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/SetCookie.o SetCookie.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/ClearCookies.o ClearCookies.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/GetCookies.o GetCookies.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/CommandParser.o CommandParser.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/CommandFactory.o CommandFactory.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/SetProxy.o SetProxy.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/NullCommand.o NullCommand.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/PageLoadingCommand.o PageLoadingCommand.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/SetTimeout.o SetTimeout.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/GetTimeout.o GetTimeout.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/SetSkipImageLoading.o SetSkipImageLoading.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/WebPageManager.o WebPageManager.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/WindowFocus.o WindowFocus.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/GetWindowHandles.o GetWindowHandles.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/GetWindowHandle.o GetWindowHandle.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/TimeoutCommand.o TimeoutCommand.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/SetUrlBlacklist.o SetUrlBlacklist.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/NoOpReply.o NoOpReply.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/JsonSerializer.o JsonSerializer.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/InvocationResult.o InvocationResult.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/ErrorMessage.o ErrorMessage.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/Title.o Title.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/FindCss.o FindCss.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/JavascriptCommand.o JavascriptCommand.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/FindXpath.o FindXpath.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/NetworkReplyProxy.o NetworkReplyProxy.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/IgnoreDebugOutput.o IgnoreDebugOutput.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/StdinNotifier.o StdinNotifier.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/RequestHandler.o RequestHandler.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/BlacklistedRequestHandler.o BlacklistedRequestHandler.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/MissingContentHeaderRequestHandler.o MissingContentHeaderRequestHandler.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/CustomHeadersRequestHandler.o CustomHeadersRequestHandler.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/NetworkRequestFactory.o NetworkRequestFactory.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/UnknownUrlHandler.o UnknownUrlHandler.cpp
/usr/local/Cellar/qt5/5.4.0/bin/rcc -name webkit_server webkit_server.qrc -o qrc_webkit_server.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/qrc_webkit_server.o qrc_webkit_server.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib BlockUrl.h -o build/moc_BlockUrl.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_BlockUrl.o build/moc_BlockUrl.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib AllowUrl.h -o build/moc_AllowUrl.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_AllowUrl.o build/moc_AllowUrl.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib SetUnknownUrlMode.h -o build/moc_SetUnknownUrlMode.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_SetUnknownUrlMode.o build/moc_SetUnknownUrlMode.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib FindModal.h -o build/moc_FindModal.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_FindModal.o build/moc_FindModal.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib AcceptAlert.h -o build/moc_AcceptAlert.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_AcceptAlert.o build/moc_AcceptAlert.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib GoForward.h -o build/moc_GoForward.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_GoForward.o build/moc_GoForward.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib GoBack.h -o build/moc_GoBack.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_GoBack.o build/moc_GoBack.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib WindowMaximize.h -o build/moc_WindowMaximize.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_WindowMaximize.o build/moc_WindowMaximize.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib WindowSize.h -o build/moc_WindowSize.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_WindowSize.o build/moc_WindowSize.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib WindowCommand.h -o build/moc_WindowCommand.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_WindowCommand.o build/moc_WindowCommand.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib WindowOpen.h -o build/moc_WindowOpen.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_WindowOpen.o build/moc_WindowOpen.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib WindowClose.h -o build/moc_WindowClose.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_WindowClose.o build/moc_WindowClose.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib Version.h -o build/moc_Version.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_Version.o build/moc_Version.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib EnableLogging.h -o build/moc_EnableLogging.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_EnableLogging.o build/moc_EnableLogging.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib Authenticate.h -o build/moc_Authenticate.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_Authenticate.o build/moc_Authenticate.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib SetConfirmAction.h -o build/moc_SetConfirmAction.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_SetConfirmAction.o build/moc_SetConfirmAction.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib SetPromptAction.h -o build/moc_SetPromptAction.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_SetPromptAction.o build/moc_SetPromptAction.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib SetPromptText.h -o build/moc_SetPromptText.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_SetPromptText.o build/moc_SetPromptText.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib ClearPromptText.h -o build/moc_ClearPromptText.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_ClearPromptText.o build/moc_ClearPromptText.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib JavascriptAlertMessages.h -o build/moc_JavascriptAlertMessages.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_JavascriptAlertMessages.o build/moc_JavascriptAlertMessages.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib JavascriptConfirmMessages.h -o build/moc_JavascriptConfirmMessages.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_JavascriptConfirmMessages.o build/moc_JavascriptConfirmMessages.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib JavascriptPromptMessages.h -o build/moc_JavascriptPromptMessages.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_JavascriptPromptMessages.o build/moc_JavascriptPromptMessages.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib IgnoreSslErrors.h -o build/moc_IgnoreSslErrors.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_IgnoreSslErrors.o build/moc_IgnoreSslErrors.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib WindowResize.h -o build/moc_WindowResize.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_WindowResize.o build/moc_WindowResize.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib CurrentUrl.h -o build/moc_CurrentUrl.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_CurrentUrl.o build/moc_CurrentUrl.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib ConsoleMessages.h -o build/moc_ConsoleMessages.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_ConsoleMessages.o build/moc_ConsoleMessages.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib WebPage.h -o build/moc_WebPage.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_WebPage.o build/moc_WebPage.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib Server.h -o build/moc_Server.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_Server.o build/moc_Server.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib Connection.h -o build/moc_Connection.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_Connection.o build/moc_Connection.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib Command.h -o build/moc_Command.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_Command.o build/moc_Command.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib SocketCommand.h -o build/moc_SocketCommand.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_SocketCommand.o build/moc_SocketCommand.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib Visit.h -o build/moc_Visit.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_Visit.o build/moc_Visit.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib Reset.h -o build/moc_Reset.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_Reset.o build/moc_Reset.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib Node.h -o build/moc_Node.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_Node.o build/moc_Node.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib JavascriptInvocation.h -o build/moc_JavascriptInvocation.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_JavascriptInvocation.o build/moc_JavascriptInvocation.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib Evaluate.h -o build/moc_Evaluate.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_Evaluate.o build/moc_Evaluate.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib Execute.h -o build/moc_Execute.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_Execute.o build/moc_Execute.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib FrameFocus.h -o build/moc_FrameFocus.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_FrameFocus.o build/moc_FrameFocus.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib Response.h -o build/moc_Response.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_Response.o build/moc_Response.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib NetworkAccessManager.h -o build/moc_NetworkAccessManager.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_NetworkAccessManager.o build/moc_NetworkAccessManager.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib NetworkCookieJar.h -o build/moc_NetworkCookieJar.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_NetworkCookieJar.o build/moc_NetworkCookieJar.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib Header.h -o build/moc_Header.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_Header.o build/moc_Header.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib Render.h -o build/moc_Render.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_Render.o build/moc_Render.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib Body.h -o build/moc_Body.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_Body.o build/moc_Body.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib Status.h -o build/moc_Status.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_Status.o build/moc_Status.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib Headers.h -o build/moc_Headers.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_Headers.o build/moc_Headers.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib UnsupportedContentHandler.h -o build/moc_UnsupportedContentHandler.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_UnsupportedContentHandler.o build/moc_UnsupportedContentHandler.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib SetCookie.h -o build/moc_SetCookie.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_SetCookie.o build/moc_SetCookie.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib ClearCookies.h -o build/moc_ClearCookies.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_ClearCookies.o build/moc_ClearCookies.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib GetCookies.h -o build/moc_GetCookies.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_GetCookies.o build/moc_GetCookies.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib CommandParser.h -o build/moc_CommandParser.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_CommandParser.o build/moc_CommandParser.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib CommandFactory.h -o build/moc_CommandFactory.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_CommandFactory.o build/moc_CommandFactory.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib SetProxy.h -o build/moc_SetProxy.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_SetProxy.o build/moc_SetProxy.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib NullCommand.h -o build/moc_NullCommand.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_NullCommand.o build/moc_NullCommand.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib PageLoadingCommand.h -o build/moc_PageLoadingCommand.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_PageLoadingCommand.o build/moc_PageLoadingCommand.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib SetSkipImageLoading.h -o build/moc_SetSkipImageLoading.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_SetSkipImageLoading.o build/moc_SetSkipImageLoading.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib WebPageManager.h -o build/moc_WebPageManager.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_WebPageManager.o build/moc_WebPageManager.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib WindowFocus.h -o build/moc_WindowFocus.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_WindowFocus.o build/moc_WindowFocus.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib GetWindowHandles.h -o build/moc_GetWindowHandles.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_GetWindowHandles.o build/moc_GetWindowHandles.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib GetWindowHandle.h -o build/moc_GetWindowHandle.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_GetWindowHandle.o build/moc_GetWindowHandle.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib GetTimeout.h -o build/moc_GetTimeout.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_GetTimeout.o build/moc_GetTimeout.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib SetTimeout.h -o build/moc_SetTimeout.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_SetTimeout.o build/moc_SetTimeout.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib TimeoutCommand.h -o build/moc_TimeoutCommand.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_TimeoutCommand.o build/moc_TimeoutCommand.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib SetUrlBlacklist.h -o build/moc_SetUrlBlacklist.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_SetUrlBlacklist.o build/moc_SetUrlBlacklist.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib NoOpReply.h -o build/moc_NoOpReply.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_NoOpReply.o build/moc_NoOpReply.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib JsonSerializer.h -o build/moc_JsonSerializer.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_JsonSerializer.o build/moc_JsonSerializer.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib ErrorMessage.h -o build/moc_ErrorMessage.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_ErrorMessage.o build/moc_ErrorMessage.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib Title.h -o build/moc_Title.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_Title.o build/moc_Title.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib FindCss.h -o build/moc_FindCss.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_FindCss.o build/moc_FindCss.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib JavascriptCommand.h -o build/moc_JavascriptCommand.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_JavascriptCommand.o build/moc_JavascriptCommand.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib FindXpath.h -o build/moc_FindXpath.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_FindXpath.o build/moc_FindXpath.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib NetworkReplyProxy.h -o build/moc_NetworkReplyProxy.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_NetworkReplyProxy.o build/moc_NetworkReplyProxy.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib StdinNotifier.h -o build/moc_StdinNotifier.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_StdinNotifier.o build/moc_StdinNotifier.cpp
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/src -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib RequestHandler.h -o build/moc_RequestHandler.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -Xclang -include-pch -Xclang build/webkit_server/c++.pch -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKitWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtWebKit.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o build/moc_RequestHandler.o build/moc_RequestHandler.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wl,-rpath,/usr/local/Cellar/qt5/5.4.0/lib -o webkit_server build/BlockUrl.o build/AllowUrl.o build/SetUnknownUrlMode.o build/FindModal.o build/AcceptAlert.o build/GoForward.o build/GoBack.o build/WindowMaximize.o build/WindowSize.o build/WindowCommand.o build/WindowOpen.o build/WindowClose.o build/Version.o build/EnableLogging.o build/Authenticate.o build/SetConfirmAction.o build/SetPromptAction.o build/SetPromptText.o build/ClearPromptText.o build/JavascriptAlertMessages.o build/JavascriptConfirmMessages.o build/JavascriptPromptMessages.o build/IgnoreSslErrors.o build/WindowResize.o build/CurrentUrl.o build/ConsoleMessages.o build/main.o build/WebPage.o build/Server.o build/Connection.o build/Command.o build/SocketCommand.o build/Visit.o build/Reset.o build/Node.o build/JavascriptInvocation.o build/Evaluate.o build/Execute.o build/FrameFocus.o build/Response.o build/NetworkAccessManager.o build/NetworkCookieJar.o build/Header.o build/Render.o build/body.o build/Status.o build/Headers.o build/UnsupportedContentHandler.o build/SetCookie.o build/ClearCookies.o build/GetCookies.o build/CommandParser.o build/CommandFactory.o build/SetProxy.o build/NullCommand.o build/PageLoadingCommand.o build/SetTimeout.o build/GetTimeout.o build/SetSkipImageLoading.o build/WebPageManager.o build/WindowFocus.o build/GetWindowHandles.o build/GetWindowHandle.o build/TimeoutCommand.o build/SetUrlBlacklist.o build/NoOpReply.o build/JsonSerializer.o build/InvocationResult.o build/ErrorMessage.o build/Title.o build/FindCss.o build/JavascriptCommand.o build/FindXpath.o build/NetworkReplyProxy.o build/IgnoreDebugOutput.o build/StdinNotifier.o build/RequestHandler.o build/BlacklistedRequestHandler.o build/MissingContentHeaderRequestHandler.o build/CustomHeadersRequestHandler.o build/NetworkRequestFactory.o build/UnknownUrlHandler.o build/qrc_webkit_server.o build/moc_BlockUrl.o build/moc_AllowUrl.o build/moc_SetUnknownUrlMode.o build/moc_FindModal.o build/moc_AcceptAlert.o build/moc_GoForward.o build/moc_GoBack.o build/moc_WindowMaximize.o build/moc_WindowSize.o build/moc_WindowCommand.o build/moc_WindowOpen.o build/moc_WindowClose.o build/moc_Version.o build/moc_EnableLogging.o build/moc_Authenticate.o build/moc_SetConfirmAction.o build/moc_SetPromptAction.o build/moc_SetPromptText.o build/moc_ClearPromptText.o build/moc_JavascriptAlertMessages.o build/moc_JavascriptConfirmMessages.o build/moc_JavascriptPromptMessages.o build/moc_IgnoreSslErrors.o build/moc_WindowResize.o build/moc_CurrentUrl.o build/moc_ConsoleMessages.o build/moc_WebPage.o build/moc_Server.o build/moc_Connection.o build/moc_Command.o build/moc_SocketCommand.o build/moc_Visit.o build/moc_Reset.o build/moc_Node.o build/moc_JavascriptInvocation.o build/moc_Evaluate.o build/moc_Execute.o build/moc_FrameFocus.o build/moc_Response.o build/moc_NetworkAccessManager.o build/moc_NetworkCookieJar.o build/moc_Header.o build/moc_Render.o build/moc_Body.o build/moc_Status.o build/moc_Headers.o build/moc_UnsupportedContentHandler.o build/moc_SetCookie.o build/moc_ClearCookies.o build/moc_GetCookies.o build/moc_CommandParser.o build/moc_CommandFactory.o build/moc_SetProxy.o build/moc_NullCommand.o build/moc_PageLoadingCommand.o build/moc_SetSkipImageLoading.o build/moc_WebPageManager.o build/moc_WindowFocus.o build/moc_GetWindowHandles.o build/moc_GetWindowHandle.o build/moc_GetTimeout.o build/moc_SetTimeout.o build/moc_TimeoutCommand.o build/moc_SetUrlBlacklist.o build/moc_NoOpReply.o build/moc_JsonSerializer.o build/moc_ErrorMessage.o build/moc_Title.o build/moc_FindCss.o build/moc_JavascriptCommand.o build/moc_FindXpath.o build/moc_NetworkReplyProxy.o build/moc_StdinNotifier.o build/moc_RequestHandler.o -F/usr/local/Cellar/qt5/5.4.0/lib -framework QtWebKitWidgets -framework QtWidgets -framework QtGui -framework QtCore -framework DiskArbitration -framework IOKit -framework QtWebKit -framework QtNetwork -framework OpenGL -framework AGL
cd test/ && ( test -e Makefile.testwebkitserver || /usr/bin/qmake /Users/nritholtz/workspace/original-capybara-webkit/test/testwebkitserver.pro CONFIG+=test -o Makefile.testwebkitserver ) && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile.testwebkitserver
WARNING: Failure to find: ../src/IgnoreDebugOutput.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_TESTLIB_LIB -DQT_CORE_LIB -DQT_TESTCASE_BUILDDIR=\"/Users/nritholtz/workspace/original-capybara-webkit/test\" -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtTest.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o "../src/IgnoreDebugOutput.o" "../src/IgnoreDebugOutput.cpp"
/usr/local/Cellar/qt5/5.4.0/bin/moc -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_TESTLIB_LIB -DQT_CORE_LIB -DQT_TESTCASE_BUILDDIR=\"/Users/nritholtz/workspace/original-capybara-webkit/test\" -D__APPLE__ -D__GNUC__=4 -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I/Users/nritholtz/workspace/original-capybara-webkit/test -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtTest.framework/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -F/usr/local/Cellar/qt5/5.4.0/lib testignoredebugoutput.cpp -o testignoredebugoutput.moc
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_TESTLIB_LIB -DQT_CORE_LIB -DQT_TESTCASE_BUILDDIR=\"/Users/nritholtz/workspace/original-capybara-webkit/test\" -I/usr/local/Cellar/qt5/5.4.0/mkspecs/macx-clang -I. -I/usr/local/Cellar/qt5/5.4.0/lib/QtGui.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtTest.framework/Versions/5/Headers -I/usr/local/Cellar/qt5/5.4.0/lib/QtCore.framework/Versions/5/Headers -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -F/usr/local/Cellar/qt5/5.4.0/lib -o testignoredebugoutput.o testignoredebugoutput.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wl,-rpath,/usr/local/Cellar/qt5/5.4.0/lib -o testwebkitserver ../src/IgnoreDebugOutput.o testignoredebugoutput.o -F/usr/local/Cellar/qt5/5.4.0/lib -framework QtGui -framework QtCore -framework DiskArbitration -framework IOKit -framework QtTest -framework Security -framework ApplicationServices -framework OpenGL -framework AGL
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment