PDA

View Full Version : Building Boost libraries for QT



nhs_0702
1st April 2010, 09:52
The Boost initiative is the next hottest thing after STL for the C++ community. While the documentation is quite good, it can be overwhelming to get a quick start. This simple article explains a method of building Boost libraries. but when i use they on QTcreator then it allway error,beacase a few library need binary library,so i build binary library run QTcreator


ex: error with filesystem --> undefined reference to `boost::system::get_system_category()
http://www.qtcentre.org/threads/29416-Build-QTCreator-boost-filesystem?p=138356&highlight=#post138356


i downloaded Boost 1.42.0 http://sourceforge.net/projects/boost/files/boost/1.42.0/
and download Bjam http://ncu.dl.sourceforge.net/project/boost/boost-jam/3.1.7/bjam-3.1.7-1-ntx86.zip
but i dont known build boost on QT,can you help me ?


MY OS: windows 7 32bit

wysota
1st April 2010, 09:54
You don't "build boost on Qt", you just "build boost". Qt has nothing to do with this. Just download appropriate (boost) files and follow the instructions given in Boost release to build the library.