deanmao / node-chimera

A new kind of headless webkit integration for nodejs; a great alternative to phantomjs.
http://www.deanmao.com/2012/08/13/enter-chimera/
MIT License
847 stars 45 forks source link

./scripts/compile_binary.sh throws error fatal error: 'QtWebKit/QWebPage' file not found #16

Closed Trindaz closed 11 years ago

Trindaz commented 11 years ago

The line in console output that displays the error:

../src/chimera.h:5:10: fatal error: 'QtWebKit/QWebPage' file not found

This was right after successfully running compile_qt.sh for qt 4.8.4

deanmao commented 11 years ago

looks like the compile is missing some stuff....

underbyte commented 11 years ago

Was this fix ever checked in? I'm trying to build it on ubuntu 64bit and getting that error. Looks like "ln -s ../../qt/include/QtWebKit ." need to be added to the compile_qt.sh

I'm trying to build chimera on a ubuntu 64bit are these steps correct?

  1. clone repo
  2. untar qt 4.8.5 from http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-4.8.4.tar.gz into project and rename to qt
  3. execute compile_openssl.sh, compile_qt.sh, compile_binary.sh
fabio-fonseca-olx commented 10 years ago

where is compile_binary.sh??