Re: [Cppcms-users] Compile error on UBuntu11.10
Brought to you by:
artyom-beilis
From: chenshu <csf...@gm...> - 2011-10-14 06:15:33
|
The compile error was fixed after install PCRE_LIB. But some test cases failed: The following tests FAILED: 22 - file_server_test (Failed) 23 - file_server_with_listing_test (Failed) Errors while running CTest On 10/14/2011 01:57 PM, chenshu wrote: > 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! > |