id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 1648,"TR1 debian, no include path in which to search for utilityt",peter.vizi@…,John Maddock,"When I was trying to use the math_toolkit from svn sandbox I encountered the following error: {{{ $ echo ""#include "" > /tmp/test.cpp $ g++ -c -I/usr/include/boost/tr1/tr1 /tmp/test.cpp usr/include/boost/tr1/detail/config.hpp:60:26: error: no include path in which to search for utility }}} After some time I could work around this problem by modifying /usr/include/boost/tr1/detail/config.hpp in line 60, with using #include instead of #include_next . Now the math toolkit works fine. My system: debian unstable, boost library 1.34.1-7, math toolkit rev 43326, gcc: Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --disable-libmudflap --enable-targets=all --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu Thread model: posix gcc version 4.2.3 (Debian 4.2.3-1) ",Bugs,closed,,TR1,Boost 1.34.1,Problem,fixed,,