Richard, I'm not very familiar with this setup, but if cmake finds the correct boost headers and libraries, you don't need to do anything with BOOST_DIR - it means that the defaults work for you.
I usually use a boost that I compiled myself, but the reason for that is that we need to test the newest boost versions from time to time. Also, boost < 1.35 does not include asio, so you have an extra dependency when you use older versions. If you compile boost yourself, you will have to set BOOST_DIR (e.g. to /opt/boost/1.37), BOOST_VERSION (e.g. 1_37_0), and BOOST_COMPILER (e.g. to gcc42; as found in the name of the .so files). Best regards, Wim. 2009/2/8 Richard Ulrich <[email protected]>: > Hi guys, > > so far I used wt from the debian packages on ubuntu, but now I want to > build it from cvs. > It correctly found all the boost .so files and the boost include dir, > but what do I need to specify for BOOST_DIR? > I have boost 1.34.1 and some 1.35.0 libs from the deb packages on my > system. Do I have to download and build boost myself, in order to > specify a BOOST_DIR? > > Rgds > Richard > > > ------------------------------------------------------------------------------ > Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) > software. With Adobe AIR, Ajax developers can use existing skills and code to > build responsive, highly engaging applications that combine the power of local > resources and data with the reach of the web. Download the Adobe AIR SDK and > Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com > _______________________________________________ > witty-interest mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/witty-interest > ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
