Hi, all! I run build.cmd:
> del cmakecache.txt > set FTDIR=C:\LIBRARYS\podofo\freetype > set JPEGDIR=C:\LIBRARYS\podofo\Jpeg > set ZLIBDIR=C:\LIBRARYS\podofo\zlib > cmake -G "Visual Studio 8 2005" ..\src -DPODOFO_BUILD_SHARED=FALSE > -DCMAKE_INCLUDE_PATH="%FTDIR%\include;%JPEGDIR%\include;%ZLIBDIR%\include" > -DCMAKE_LIBRARY_PATH="%FTDIR%\lib;%FTDIR%\objs;%JPEGDIR%\lib;%ZLIBDIR%\lib" > -DFREETYPE_LIBRARY_NAMES_DEBUG=freetype235MT_D > -DFREETYPE_LIBRARY_NAMES_RELEASE=freetype235MT and it type: > C:\LIBRARYS\podofo\cmake>cmake -G "Visual Studio 8 2005" ..\src > -DPODOFO_BUILD_SHARED=FALSE -DCMAKE_INCLUDE_PATH="C:\LIB > RARYS\podofo\freetype\include;C:\LIBRARYS\podofo\Jpeg\include;C:\LIBRARYS\podofo\zlib\include" > -DCMAKE_LIBRARY_PATH="C:\ > LIBRARYS\podofo\freetype\lib;C:\LIBRARYS\podofo\freetype\objs;C:\LIBRARYS\podofo\Jpeg\lib;C:\LIBRARYS\podofo\zlib\lib" > -DFREETYPE_LIBRARY_NAMES_DEBUG=freetype235MT_D > -DFREETYPE_LIBRARY_NAMES_RELEASE=freetype235MT > CMake Warning (dev) in CMakeLists.txt: > No cmake_minimum_required command is present. A line of code such as > > cmake_minimum_required(VERSION 2.7) > > should be added at the top of the file. The version specified may be lower > if you wish to support older CMake versions for this project. For more > information run "cmake --help-policy CMP0000". > This warning is for project developers. Use -Wno-dev to suppress it. > > -- Check for working C compiler: cl > -- Check for working C compiler: cl -- works > -- Detecting C compiler info > -- Detecting C compiler info - done > -- Check for working CXX compiler: cl > -- Check for working CXX compiler: cl -- works > -- Detecting CXX compiler info > -- Detecting CXX compiler info - done > CMake Error: At least one of PODOFO_BUILD_SHARED and PODOF_BUILD_STATIC must > be set > -- Configuring done Where still I should set PODOFO_BUILD_SHARED or PODOF_BUILD_STATIC? -- Alexey mailto:[EMAIL PROTECTED] ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Podofo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/podofo-users
