Skip to content

Instantly share code, notes, and snippets.

@ProdigyView
Created May 17, 2014 18:15
Show Gist options
  • Save ProdigyView/83185d2f94e6da40148a to your computer and use it in GitHub Desktop.
Save ProdigyView/83185d2f94e6da40148a to your computer and use it in GitHub Desktop.
CMake
-- CMAKE_PREFIX_PATH was missing, proceeding anyway
CMake Warning at CMake/HPHPSetup.cmake:62 (message):
chrpath not found, rpath will not be stripped from installed binaries
Call Stack (most recent call first):
third-party/CMakeLists.txt:18 (include)
-- Boost version: 1.54.0
-- Found the following Boost libraries:
-- system
-- program_options
-- filesystem
-- MySQL Include dir: /usr/include/mysql library dir: /usr/lib/x86_64-linux-gnu
-- MySQL client libraries: mysqlclient_r
-- Found libevent: /usr/lib/x86_64-linux-gnu/libevent.so
-- Could NOT find LibUODBC (missing: LIBODBC_LIBRARIES LIBODBC_INCLUDE_DIRS)
-- Found ICU header files in /usr/include/x86_64-linux-gnu
-- Found ICU libraries: /usr/lib/x86_64-linux-gnu/libicuuc.so
-- Found jemalloc: /usr/lib/x86_64-linux-gnu/libjemalloc.so
-- Found Intel TBB
-- Found mcrypt: /usr/lib/libmcrypt.so
Generating Release build
-- Found libevent: /usr/lib/x86_64-linux-gnu/libevent.so
-- Found libevent 2.0.9+
-- Boost version: 1.54.0
-- Found the following Boost libraries:
-- system
-- program_options
-- filesystem
-- regex
-- Boost version: 1.54.0
-- Found the following Boost libraries:
-- thread
-- system
-- Boost version: 1.54.0
-- Found the following Boost libraries:
-- thread
-- system
-- CMAKE_PREFIX_PATH was missing, proceeding anyway
CMake Warning at CMake/HPHPSetup.cmake:62 (message):
chrpath not found, rpath will not be stripped from installed binaries
Call Stack (most recent call first):
hphp/CMakeLists.txt:29 (include)
-- Boost version: 1.54.0
-- Found the following Boost libraries:
-- system
-- program_options
-- filesystem
-- MySQL Include dir: /usr/include/mysql library dir: /usr/lib/x86_64-linux-gnu
-- MySQL client libraries: mysqlclient_r
-- Found libevent: /usr/lib/x86_64-linux-gnu/libevent.so
-- Could NOT find LibUODBC (missing: LIBODBC_LIBRARIES LIBODBC_INCLUDE_DIRS)
-- Found ICU header files in /usr/include/x86_64-linux-gnu
-- Found ICU libraries: /usr/lib/x86_64-linux-gnu/libicuuc.so
-- Found jemalloc: /usr/lib/x86_64-linux-gnu/libjemalloc.so
-- Found Intel TBB
-- Found mcrypt: /usr/lib/libmcrypt.so
Generating Release build
-- Found ocamlc: /usr/bin/ocamlc
-- Found ocamlc.opt: /usr/bin/ocamlc.opt
-- Using built-in JSON parser
-- Could NOT find Freetype (missing: FREETYPE_INCLUDE_DIRS)
-- Configuring done
-- Generating done
-- Build files have been written to: /data/hhvm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment