BIND 10 #168: separate ASIO from Boost and remove custom code

BIND 10 Development do-not-reply at isc.org
Tue May 25 19:06:47 UTC 2010


#168: separate ASIO from Boost and remove custom code
--------------------------+-------------------------------------------------
 Reporter:  larissas      |        Owner:  each                       
     Type:  task          |       Status:  reviewing                  
 Priority:  major         |    Milestone:  04. 2nd Incremental Release
Component:  Unclassified  |   Resolution:                             
 Keywords:                |    Sensitive:  0                          
--------------------------+-------------------------------------------------
Changes (by jinmei):

  * owner:  UnAssigned => each


Comment:

 It didn't compile with:

 {{{
 ./configure --with-gtest=/Users/jinmei/obj --with-boost-
 include=${HOME}/opt/include --prefix=${HOME}/opt --without-boost-python;
 make
 }}}

 The error messages were:

 {{{
 g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/lib -I../../../src/lib
 -I/Users/jinmei/opt/include  -g -O2 -g -Wall -Wextra -Wwrite-strings
 -Woverloaded-virtual -Wno-sign-compare -fPIC -MT session.o -MD -MP -MF
 .deps/session.Tpo -c -o session.o session.cc
 session.cc:29:20: error: asio.hpp: No such file or directory
 session.cc:30:31: error: asio/error_code.hpp: No such file or directory
 session.cc:31:33: error: asio/system_error.hpp: No such file or directory
 session.cc:45: error: ‘asio::ip’ has not been declared
 }}}

 Giving back it to Evan at this point.

-- 
Ticket URL: <https://bind10.isc.org/ticket/168#comment:4>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development


More information about the bind10-tickets mailing list