View Single Post
  #6  
Old 11-09-2013, 07:00 AM
joligario's Avatar
joligario
Developer
 
Join Date: Mar 2003
Posts: 1,498
Default

I'm not home, but i can try to walk through what i remember. I built on 2013 and it works but you need to do a few extra things. Get Boost 1.55 and make sure you have cmake 2.8.12 or later (i think I used oct 12 beta). Delete your old build folder and delete cache in cmake. Redo your configure, generate new, and it should pick up on version 12. Build it and check the error messages. I had to modify one of the boost files (it will show up in the error list) for the version in 2 or 3 spots. I changed from version == some number to version >= some number.
Reply With Quote