Re: [Cppcms-users] Run on Windows 7
Brought to you by:
artyom-beilis
From: Artyom <art...@ya...> - 2011-03-23 14:53:45
|
You need to provide path to locations of zlib and pcre. as CMAKE_INCLUDE_PATH and CMAKE_LIBRARY_PATH >PCRE_LIB > linked by target "booster" in directory C:/cppcms-0.99.6/booster > linked by target "booster-static" in directory C:/cppcms-0.99.6/booster >ZLIB > linked by target "cppcms" in directory C:/cppcms-0.99.6 > linked by target "cppcms-static" in directory C:/cppcms-0.99.6 >ZLIB_INCLUDE_DIR > used as include directory in directory C:/cppcms-0.99.6 > >-- Configuring incomplete, errors occurred! > >C:\cppcms-0.99.6> > > >WHAT IS THE PROBLEM? How to FIX? I have in my c:\ > >C:\zlib-1.2.5 >C:\pcre-8.12 > >Thanks :) > > CMake does not know where to look for zlib and pcre, See examples: http://art-blog.no-ip.info/wikipp/en/page/cppcms_1x_build#win32 I also can suggest to create something like c:\some_path\debug_libs c:\some_path\release_libs And install PCRE and ZLIB in their debug and release configurations there so you would not mess up with inconsistent versions of libraries. Artyom > > |