Hello I am having a problem compiling a simple program with some boost lib. the problem happend after I apt-get update && apt-get upgrade my testing debian. my program #include "/usr/include/boost/filesystem/operations.hpp" #include "/usr/include/boost/filesystem/fstream.hpp" #include "/usr/include/boost/filesystem/path.hpp" ... on compileing I get g++ -g -Wall -c -o main.o main.cpp In file included from /usr/include/boost/filesystem/operations.hpp:18, from main.cpp:1: /usr/include/boost/filesystem/path.hpp:15:39: boost/filesystem/config.hpp: No such file or directory In file included from /usr/include/boost/filesystem/operations.hpp:18, from main.cpp:1: $locate config.hpp /usr/include/boost/config.hpp /usr/include/boost/config/select_compiler_config.hpp /usr/include/boost/config/select_platform_config.hpp /usr/include/boost/config/select_stdlib_config.hpp /usr/include/boost/lambda/detail/lambda_config.hpp /usr/include/boost/numeric/ublas/config.hpp /usr/include/boost/preprocessor/config/config.hpp /usr/include/boost/spirit/core/config.hpp /usr/include/boost/type_traits/config.hpp /usr/include/boost/variant/detail/config.hpp /var/boost/boost_1_31_0/boost/config.hpp /var/boost/boost_1_31_0/boost/config/select_compiler_config.hpp /var/boost/boost_1_31_0/boost/config/select_platform_config.hpp /var/boost/boost_1_31_0/boost/config/select_stdlib_config.hpp /var/boost/boost_1_31_0/boost/date_time/compiler_config.hpp /var/boost/boost_1_31_0/boost/date_time/locale_config.hpp /var/boost/boost_1_31_0/boost/date_time/posix_time/posix_time_config.hpp /var/boost/boost_1_31_0/boost/filesystem/config.hpp /var/boost/boost_1_31_0/boost/lambda/detail/lambda_config.hpp /var/boost/boost_1_31_0/boost/numeric/ublas/config.hpp /var/boost/boost_1_31_0/boost/preprocessor/config/config.hpp /var/boost/boost_1_31_0/boost/python/detail/config.hpp /var/boost/boost_1_31_0/boost/regex/config.hpp /var/boost/boost_1_31_0/boost/signals/detail/config.hpp /var/boost/boost_1_31_0/boost/spirit/core/config.hpp /var/boost/boost_1_31_0/boost/test/detail/unit_test_config.hpp /var/boost/boost_1_31_0/boost/thread/detail/config.hpp /var/boost/boost_1_31_0/boost/type_traits/config.hpp /var/boost/boost_1_31_0/boost/variant/detail/config.hpp thanks __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Hi Fred,
Hello I am having a problem compiling a simple program with some boost lib. the problem happend after I apt-get update && apt-get upgrade my testing debian.
Please use the 'reportbug' utility to report this problem to the Debian package maintainers. On my system, running: dpkg -L libboost-filesystem-dev produces: /usr/include/boost /usr/include/boost/filesystem /usr/include/boost/filesystem/fstream.hpp /usr/include/boost/filesystem/exception.hpp /usr/include/boost/filesystem/path.hpp /usr/include/boost/filesystem/config.hpp ...... which seems OK.
/var/boost/boost_1_31_0/boost/config.hpp
Huh?! Boost installation in /var? You either installed the packages incorrectly, or the installation was interrupted, or something else is very wrong. - Volodya
participants (2)
-
Fred J.
-
Vladimir Prus