Hello, boost 1.39 has a bug in the bootstrap.sh and the libraries are installed under /lib try this (under unix box) sed -i -e "s/EXPREFIX/EPREFIX/" ./bootstrap.sh
And rebuild regards Guy > Hello, > > I can't build git version of Wt with boost 1.39 : > > /home/jmcaricand/wt/src/http/Server.C: In member function 'void > http::server::Server::select_read(int)': > /home/jmcaricand/wt/src/http/Server.C:295:24: erreur: 'null_buffers' is > not a member of 'asio' > /home/jmcaricand/wt/src/http/Server.C: In member function 'void > http::server::Server::select_write(int)': > /home/jmcaricand/wt/src/http/Server.C:325:23: erreur: 'null_buffers' is > not a member of 'asio' > make[2]: *** [src/http/CMakeFiles/wthttp.dir/Server.o] Erreur 1 > > Which boost version do you have to build Wt ? > > Thanks. > > ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/blackberry _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
