when I come to hiphop-php directory and run cmake . I get the following errors:
-- Could NOT find LIBINOTIFY (missing: LIBINOTIFY_LIBRARY LIBINOTIFY_INCLUDE_DIR)
CMake Error at CMake/FindLibunwind.cmake:19 (message):
libunwind.h found without matching unwind.h
Call Stack (most recent call first):
CMake/HPHPFindLibs.cmake:38 (find_package)
CMake/HPHPSetup.cmake:46 (include)
src/CMakeLists.txt:18 (include)
I don't know how to install the LIBINOTIFY
I'm runing on linux mint 12,that's based on ubuntu 11.10
Thanks for any help you can provide!