gkarpouzas Posted October 2, 2010 Report Share Posted October 2, 2010 Which version of boost libraries i should download to build project?Because file boost/filesystem.hpp cannot be found by the compiler..Thank you. Quote Link to comment Share on other sites More sharing options...
janwas Posted October 2, 2010 Report Share Posted October 2, 2010 We are using 1.35 in the Windows build. Newer versions will probably have a few conflicts, because they changed some function names in boost::filesystem, but nothing major. If you grab a newer version, a patch fixing these differences would be appreciated Quote Link to comment Share on other sites More sharing options...
gkarpouzas Posted October 2, 2010 Author Report Share Posted October 2, 2010 We are using 1.35 in the Windows build. Newer versions will probably have a few conflicts, because they changed some function names in boost::filesystem, but nothing major. If you grab a newer version, a patch fixing these differences would be appreciated OK, thank you.I will also download the new boost version and see what i can do. Quote Link to comment Share on other sites More sharing options...
Ykkrosh Posted October 2, 2010 Report Share Posted October 2, 2010 The latest release of Boost works too - any version should be fine. If you're on Windows then you don't need to download any libraries, so are you on Linux? and if so then what distro? Quote Link to comment Share on other sites More sharing options...
gkarpouzas Posted October 2, 2010 Author Report Share Posted October 2, 2010 I tried to build project from revision 8239 and i had this problem. I updated to the last revision, 8241, and it's ok now. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.