Boost 1.46.1 - Unable to

    This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

    • Boost 1.46.1 - Unable to

      Has anyone successfully used Boost 1.46.1 with GCC3 and VS 2008? I get a laundry list of errors for boost like:
      Mutex undeclared identifier
      lock_guard is not a member of boost

      Should I try a different version of boost? Any help is greatly appreciated.

      I was really motivated by this book, along with a few by Jonathan Harbour, to pursue game programming. But this 3rd party hell is really taking the wind out of my sails. Anyways, hope someone out there has some insight.
    • Boost C++ 1.46.1 libraries

      I have finally managed to get the boost c++ libraries v 1.46.1 to successfully compile, and have added the path to them to my VS 2008 directories, but I also used the boost libraries (1.45.0) from the 3rd parties .zip file from the Google Code Repository. I am getting about 128 errors and 6 Warnings, but none of them stem from the new boost libs, just the 1.45.0 ones. I don't know if this info helps you, but there it is.