Greetings, Compilation fails on Windows, when using latest version of CMake, v2.8.7, and MinGW as target platform. I get exactly the same error as noted here: http://sourceforge.net/mailarchive/message.php?msg_id=28591609
The problem is in generated file "path-to-podofo/src/CMakeFiles/podofo_static.dir/flag.make", at line that begins with "RC_FLAGS", because at the end, there are appended parameters from one of above's commands, like "-Wall", etc. After erasing those parameters, I've tried to compile it again, and it fixes the problem, but it later fails again, this time because it can't find a header files for map, set, etc, so the PATH variable was probably also changed to some messy string somewhere. The (temporary) solution is: Use CMake v2.6.4 instead, it works fine on that, so I guess that the bug is on CMake's side only. Hope it helps. Crypton ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ Podofo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/podofo-users
