View Single Post
  #2  
Old 01-23-2013, 09:20 PM
KLS
Administrator
 
Join Date: Sep 2006
Posts: 1,348
Default

I think he probably is building in N bits but his Perl he's linking against is Y bits. CMake should complain about a missing lib file but it has no idea if it's 32bit when you're building 64bit etc.
Reply With Quote