[Cppcms-users] Compile error on UBuntu11.10
Brought to you by:
artyom-beilis
From: chenshu <csf...@gm...> - 2011-10-14 05:58:11
|
Before releasing my first service based on CppCMS,I tried UBuntu 11.10 amd64 server today.Unfortunately, I got the following error when executed 'cmake -DCMAKE_INSTALL_PREFIX=/usr ..' command: root@n2:/usr/src/cppcms-0.99.10/build# cmake -DCMAKE_INSTALL_PREFIX=/usr .. CMake Warning at /usr/share/cmake-2.8/Modules/CPack.cmake:236 (MESSAGE): CPack.cmake has already been included!! Call Stack (most recent call first): booster/CMakeLists.txt:14 (include) -- Looking for ICU libraries -- ICU Found, building booster locale CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: PCRE_LIB linked by target "booster" in directory /usr/src/cppcms-0.99.10/booster linked by target "booster-static" in directory /usr/src/cppcms-0.99.10/booster -- Configuring incomplete, errors occurred! |