简体   繁体   English

在Ubuntu 11.10(Hiphop)上构建hiphop时出现问题

[英]Problems building hiphop on Ubuntu 11.10 (Hiphop)

when I come to hiphop-php directory and run cmake . 当我来到hiphop-php目录并运行cmake时。 I get the following errors: 我收到以下错误:

-- Could NOT find LIBINOTIFY (missing: LIBINOTIFY_LIBRARY LIBINOTIFY_INCLUDE_DIR) -找不到LIBINOTIFY(丢失:LIBINOTIFY_LIBRARY LIBINOTIFY_INCLUDE_DIR)

CMake Error at CMake/FindLibunwind.cmake:19 (message): CMake / FindLibunwind.cmake处的CMake错误:19(消息):

libunwind.h found without matching unwind.h 找到与unwind.h不匹配的libunwind.h

Call Stack (most recent call first): 呼叫堆栈(最近的呼叫优先):

CMake/HPHPFindLibs.cmake:38 (find_package) CMake / HPHPFindLibs.cmake:38(find_package)

CMake/HPHPSetup.cmake:46 (include) CMake / HPHPSetup.cmake:46(包括)

src/CMakeLists.txt:18 (include) src / CMakeLists.txt:18(包括)

I don't know how to install the LIBINOTIFY 我不知道如何安装LIBINOTIFY

I'm runing on linux mint 12,that's based on ubuntu 11.10 我正在基于Ubuntu 11.10的Linux Mint 12上运行

Thanks for any help you can provide! 感谢您的任何帮助,您可以提供!

You need to install libunwind: 您需要安装libunwind:

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

This is annoyingly NOT in the Ubuntu setup directions. 令人讨厌的是,这不在Ubuntu安装说明中。 You may run into some issues when you make however, so follow these too: 但是,在make时可能会遇到一些问题,因此也请遵循以下这些问题:

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM