> Waf: Entering directory `/home/tim/node-webkit/build'
> [1/3] cxx: src/linux-gtk.cc -> build/Release/src/linux-gtk_1.o
> ../src/linux-gtk.cc:30:16: fatal error: ev.h: No such file or
> directory
> compilation terminated.
forgot that in the documentation, please try
apt-get install libev-dev
(libev-dev should be in the 'universe' repository if it cannot be found)
--
Roger WANG Intel Open Source Technology Center
We're looking into the Windows port as well as the OSX port. Though the
event loop combining is somehow tricky, I believe that it doesn't depend
on any specific WebKit port very much. And we are looking into various
options on Windows (the Apple port, the cairo port as well as CEF).