0

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!

Community
  • 1
  • 1

1 Answers1

0

You need to install libunwind:

https://github.com/facebook/hiphop-php/issues/563

This is annoyingly NOT in the Ubuntu setup directions. You may run into some issues when you make however, so follow these too:

http://comments.gmane.org/gmane.comp.lib.unwind.devel/1133

Michael B
  • 1,743
  • 4
  • 21
  • 35
  • @PaulTarjan: I later opened an issue and updated the wiki. I see you've been busy closing issues and listening to feedback! :) – Michael B May 16 '13 at 04:18