Hi,<br><br>I got the latest poppler 0.16.0 code and was trying to build it on a win7 machine using cmake. <br><br>I created a build.cmd file and it looks like this:<br><br>del cmakecache.txt<br>set FTDIR=C:\developer\freetype-2.4.4<br>
set FTLIBDIR=C:\developer\freetype-2.4.4\objs<br>set JPEGDIR=C:\Developer\jpeg<br>set ZLIBDIR=C:\developer\zlib<br>&quot;C:\Program Files\CMake 2.8\bin\cmake.exe&quot; -G &quot;Visual Studio 8 2005&quot; &quot;C:\developer\poppler&quot; -DCMAKE_INCLUDE_PATH=&quot;%FTDIR%\include;%JPEGDIR\include%;%JPEGDIR%;%ZLIBDIR%\include&quot; -DCMAKE_LIBRARY_PATH=&quot;%FREETYPE_LIBRARY%;%FTDIR%\lib;%JPEGDIR\lib%;%JPEGDIR%;%ZLIBDIR%\lib&quot; -DFREETYPE_LIBRARY=freetype244MT -DCOMPILE_WARNINGS=no -DENABLE_XPDF_HEADERS=ON<br>
<br>I ran the build.cmd and it went on for a while until at the end it complained saying:<br><br>CMake Error: The following variables are used in this project, but they are set to NOTFOUND.<br>Please set them or make sure they are set and tested correctly in the CMake files: ICONV_LIBRARIES (ADVANCED) linked by target &quot;poppler-cpp&quot; in directory C:/Developer/Poppler/cpp<br>
<br>Where can I find the ICONV libraries? Can anybody help me please since I am new to cmake and poppler.<br><br>Thanks,<br>Idka<br><br>