Your right. This is the setup I used once I started to use the pre-built freetypes. This looked a bit different when I tried to build freetype. My two-step goal today is: 1] get podofo built (probably linked statically) and the test apps running using pre-built freetype, zlib, and jpeglib. 2] same as 1 except with freetype, zlib, and jpeglib perhaps as source builds (1 or all of them)
Assuming that I have success with step 1, I'll take step 2 as far as I can today. I am also starting to add all the cache parameters to the generator command line (as opposed to an independent use of -i). When I post this new command line, it will help to expose that much more of my configuration. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig Ringer Sent: Wednesday, November 07, 2007 8:40 AM To: Sargrad, Dave Cc: [email protected] Subject: Re: [Podofo-users] trying to build podofo using visual studio 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 ------------------------------------------------------------------------- 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
