Just realised I didn't post this to the list. > Can you provide a bit more information about the bug you reference?
I could not find where I initially got the information about the bug, and after a bit of searching it appears that you are be correct about the wrong use of ADD_DEFINITIONS. Cmake 2.8.3 and earlier were silently ignoring .rc files, thus the error never showed up. AFAICT the .rc file is just used to add version information, so the simplest hack to get things working is just to comment it out of src\CMakeLists.txt (line 107). I have no idea why it can't find the includes for the .rc file Ryan ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Podofo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/podofo-users
