Sargrad, Dave wrote: > This was the cmake command line I used yesterday: > > "c:\Program Files\CMake 2.4\bin\cmake.exe" -G "Visual Studio 8 2005" .. > -DCMAKE_INCLUDE_PATH=c:\progra~1\gnuwin32\include > -DCMAKE_LIBRARY_PATH=c:\progra~1\gnuwin32\lib
Regarding the command line above, I assume that's the one you used when you decided to use the copy of freetype provided by gnuwin32? If you were using your own build and modifying the project file to link to it later, then I'm not at all surprised it didn't work. Things can get complicated when you have a copy of freetype installed as part of GnuWin32 but you're trying to use your custom build. This is doubly true if they're not the exact same version. It is not impossible to land up with a situation where you're using the freetype headers from gnuwin32 and the (different) library you built yourself. This does not work well. I often wish GnuWin32 would install libraries into subdirectories that had to be included separately for that reason. The best workaround is usually to uninstall components that you are not presently using, or install them into a separate directory. -- Craig Ringer ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Podofo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/podofo-users
