2013-04-08 27 views
1

我編譯一個很大的程序與gcc-4.4.7 --std=c++0x和幾個庫從boost-1.53​​。編譯器抱怨boost庫中的一堆錯誤(下面),但不是關於我的代碼。這是增強庫中的錯誤嗎?我將如何去弄清楚什麼是錯的?任何建議感激!增壓誤差:參照「細節」不明確

/usr/bin/g++ -O0 -ggdb -fno-inline --std=c++0x -pedantic -Wall -fno-strict-aliasing -Wno-non-template-friend -Wno-long-long -Wno-deprecated -m64 -I /home/user1/pkg/boost-64bit -I/data/home_local/user2/dev/bbb-onForge-trunk/src -I/data/home_local/user2/dev/bbb-onForge-trunk/src/util/containers -I/data/home_local/user2/dev/bbb-onForge-trunk/src/util/misc -I /usr/include  -c -o /data/home_local/user2/dev/bbb-onForge-trunk/obj/Linux/dbg/bbb/trainOne.o /data/home_local/user2/dev/bbb-onForge-trunk/src/bbb/trainOne.cpp 
    In file included from /home/user1/pkg/boost-64bit/boost/filesystem/path_traits.hpp:23, 
        from /home/user1/pkg/boost-64bit/boost/filesystem/path.hpp:25, 
        from /home/user1/pkg/boost-64bit/boost/filesystem.hpp:16, 
        from /data/home_local/user2/dev/bbb-onForge-trunk/src/bbb/parameter.hpp:31, 
        from /data/home_local/user2/dev/bbb-onForge-trunk/src/bbb/trainOne.cpp:6: 
    /home/user1/pkg/boost-64bit/boost/system/error_code.hpp: In function 'boost::system::error_code& boost::throws()': 
    /home/user1/pkg/boost-64bit/boost/system/error_code.hpp:410: error: reference to 'detail' is ambiguous 
    /home/user1/pkg/boost-64bit/boost/type_traits/is_reference.hpp:25: error: candidates are: namespace boost::detail { } 
    /home/user1/pkg/boost-64bit/boost/tuple/detail/tuple_basic.hpp:51: error:     namespace boost::tuples::detail { } 
    In file included from /home/user1/pkg/boost-64bit/boost/tokenizer.hpp:20, 
        from /home/user1/pkg/boost-64bit/boost/date_time/date_parsing.hpp:15, 
        from /home/user1/pkg/boost-64bit/boost/date_time/gregorian/parsers.hpp:13, 
        from /home/user1/pkg/boost-64bit/boost/date_time/gregorian/gregorian.hpp:34, 
        from /home/user1/pkg/boost-64bit/boost/date_time/posix_time/time_formatters.hpp:12, 
        from /home/user1/pkg/boost-64bit/boost/date_time/posix_time/posix_time.hpp:24, 
        from /data/home_local/user2/dev/bbb-onForge-trunk/src/util/misc/ResourceUsage.hpp:4, 
        from /data/home_local/user2/dev/bbb-onForge-trunk/src/bbb/trainOne.cpp:6: 
    /home/user1/pkg/boost-64bit/boost/token_iterator.hpp: At global scope: 
    /home/user1/pkg/boost-64bit/boost/token_iterator.hpp:34: error: reference to 'detail' is ambiguous 
    /home/user1/pkg/boost-64bit/boost/type_traits/is_reference.hpp:25: error: candidates are: namespace boost::detail { } 
    /home/user1/pkg/boost-64bit/boost/tuple/detail/tuple_basic.hpp:51: error:     namespace boost::tuples::detail { } 
    /home/user1/pkg/boost-64bit/boost/token_iterator.hpp:39: error: template argument 3 is invalid 
    In file included from /home/user1/pkg/boost-64bit/boost/date_time/gregorian/parsers.hpp:13, 
        from /home/user1/pkg/boost-64bit/boost/date_time/gregorian/gregorian.hpp:34, 
        from /home/user1/pkg/boost-64bit/boost/date_time/posix_time/time_formatters.hpp:12, 
        from /home/user1/pkg/boost-64bit/boost/date_time/posix_time/posix_time.hpp:24, 
        from /data/home_local/user2/dev/bbb-onForge-trunk/src/util/misc/ResourceUsage.hpp:4, 
        from /data/home_local/user2/dev/bbb-onForge-trunk/src/bbb/trainOne.cpp:6: 
    /home/user1/pkg/boost-64bit/boost/date_time/date_parsing.hpp: In function 'date_type boost::date_time::parse_date(const std::string&, int)': 
    /home/user1/pkg/boost-64bit/boost/date_time/date_parsing.hpp:133: error: no match for 'operator!=' in 'beg != tok.boost::tokenizer<TokenizerFunc, Iterator, Type>::end [with TokenizerFunc = boost::char_separator<char, std::char_traits<char> >, Iterator = __gnu_cxx::__normal_iterator<const char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, Type = std::basic_string<char, std::char_traits<char>, std::allocator<char> >]()' 
    /home/user1/pkg/boost-64bit/boost/tuple/tuple_comparison.hpp:41: note: candidates are: bool boost::tuples::operator!=(const boost::tuples::null_type&, const boost::tuples::null_type&) 
    /home/user1/pkg/boost-64bit/boost/blank.hpp:73: note:     bool boost::operator!=(const boost::blank&, const boost::blank&) 
    /home/user1/pkg/boost-64bit/boost/function/function_base.hpp:764: note:     bool boost::operator!=(boost::detail::function::useless_clear_type*, const boost::function_base&) 
    /home/user1/pkg/boost-64bit/boost/function/function_base.hpp:752: note:     bool boost::operator!=(const boost::function_base&, boost::detail::function::useless_clear_type*) 
    /home/user1/pkg/boost-64bit/boost/date_time/date_parsing.hpp:134: error: no match for 'operator++' in '++beg' 
    /home/user1/pkg/boost-64bit/boost/date_time/date_parsing.hpp:138: error: no match for 'operator*' in '*beg' 
    /home/user1/pkg/boost-64bit/boost/date_time/date_parsing.hpp:143: error: no match for 'operator*' in '*beg' 
    /home/user1/pkg/boost-64bit/boost/date_time/date_parsing.hpp:148: error: no match for 'operator*' in '*beg' 
    /home/user1/pkg/boost-64bit/boost/date_time/date_parsing.hpp: In function 'date_type boost::date_time::parse_undelimited_date(const std::string&)': 
    /home/user1/pkg/boost-64bit/boost/date_time/date_parsing.hpp:178: error: no match for 'operator!=' in 'ti != tok.boost::tokenizer<TokenizerFunc, Iterator, Type>::end [with TokenizerFunc = boost::offset_separator, Iterator = __gnu_cxx::__normal_iterator<const char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, Type = std::basic_string<char, std::char_traits<char>, std::allocator<char> >]()' 
    /home/user1/pkg/boost-64bit/boost/tuple/tuple_comparison.hpp:41: note: candidates are: bool boost::tuples::operator!=(const boost::tuples::null_type&, const boost::tuples::null_type&) 
    /home/user1/pkg/boost-64bit/boost/blank.hpp:73: note:     bool boost::operator!=(const boost::blank&, const boost::blank&) 
    /home/user1/pkg/boost-64bit/boost/function/function_base.hpp:764: note:     bool boost::operator!=(boost::detail::function::useless_clear_type*, const boost::function_base&) 
    /home/user1/pkg/boost-64bit/boost/function/function_base.hpp:752: note:     bool boost::operator!=(const boost::function_base&, boost::detail::function::useless_clear_type*) 
    /home/user1/pkg/boost-64bit/boost/date_time/date_parsing.hpp:178: error: no match for 'operator++' in '++ti' 
    /home/user1/pkg/boost-64bit/boost/date_time/date_parsing.hpp:179: error: no match for 'operator*' in '*ti' 
    In file included from /home/user1/pkg/boost-64bit/boost/date_time/posix_time/time_formatters.hpp:19, 
        from /home/user1/pkg/boost-64bit/boost/date_time/posix_time/posix_time.hpp:24, 
        from /data/home_local/user2/dev/bbb-onForge-trunk/src/util/misc/ResourceUsage.hpp:4, 
        from /data/home_local/user2/dev/bbb-onForge-trunk/src/bbb/trainOne.cpp:6: 
    /home/user1/pkg/boost-64bit/boost/date_time/time_parsing.hpp: In function 'time_duration boost::date_time::parse_undelimited_time_duration(const std::string&)': 
    /home/user1/pkg/boost-64bit/boost/date_time/time_parsing.hpp:228: error: no match for 'operator!=' in 'ti != tok.boost::tokenizer<TokenizerFunc, Iterator, Type>::end [with TokenizerFunc = boost::offset_separator, Iterator = __gnu_cxx::__normal_iterator<const char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, Type = std::basic_string<char, std::char_traits<char>, std::allocator<char> >]()' 
    /home/user1/pkg/boost-64bit/boost/tuple/tuple_comparison.hpp:41: note: candidates are: bool boost::tuples::operator!=(const boost::tuples::null_type&, const boost::tuples::null_type&) 
    /home/user1/pkg/boost-64bit/boost/blank.hpp:73: note:     bool boost::operator!=(const boost::blank&, const boost::blank&) 
    /home/user1/pkg/boost-64bit/boost/function/function_base.hpp:764: note:     bool boost::operator!=(boost::detail::function::useless_clear_type*, const boost::function_base&) 
    /home/user1/pkg/boost-64bit/boost/function/function_base.hpp:752: note:     bool boost::operator!=(const boost::function_base&, boost::detail::function::useless_clear_type*) 
    /home/user1/pkg/boost-64bit/boost/date_time/time_parsing.hpp:228: error: no match for 'operator++' in '++ti' 
    /home/user1/pkg/boost-64bit/boost/date_time/time_parsing.hpp:232: error: no match for 'operator*' in '*ti' 
    /home/user1/pkg/boost-64bit/boost/date_time/time_parsing.hpp:237: error: no match for 'operator*' in '*ti' 
    /home/user1/pkg/boost-64bit/boost/date_time/time_parsing.hpp:242: error: no match for 'operator*' in '*ti' 
    /home/user1/pkg/boost-64bit/boost/date_time/time_parsing.hpp:247: error: base operand of '->' has non-pointer type 'boost::date_time::parse_undelimited_time_duration(const std::string&)::tokenizer_iterator' 
    In file included from /home/user1/pkg/boost-64bit/boost/date_time/gregorian/parsers.hpp:13, 
        from /home/user1/pkg/boost-64bit/boost/date_time/gregorian/gregorian.hpp:34, 
        from /home/user1/pkg/boost-64bit/boost/date_time/posix_time/time_formatters.hpp:12, 
        from /home/user1/pkg/boost-64bit/boost/date_time/posix_time/posix_time.hpp:24, 
        from /data/home_local/user2/dev/bbb-onForge-trunk/src/util/misc/ResourceUsage.hpp:4, 
        from /data/home_local/user2/dev/bbb-onForge-trunk/src/bbb/trainOne.cpp:6: 
    /home/user1/pkg/boost-64bit/boost/date_time/date_parsing.hpp: In function 'boost::date_time::period<date_type, typename date_type::duration_type> boost::date_time::from_simple_string_type(const std::basic_string<charT, std::char_traits<_CharT>, std::allocator<_T2> >&) [with date_type = boost::gregorian::date, charT = char]': 
    /home/user1/pkg/boost-64bit/boost/date_time/gregorian/parsers.hpp:79: instantiated from here 
    /home/user1/pkg/boost-64bit/boost/date_time/date_parsing.hpp:299: error: no match for 'operator*' in '*tok_it' 
    /home/user1/pkg/boost-64bit/boost/date_time/gregorian/parsers.hpp:79: instantiated from here 
    /home/user1/pkg/boost-64bit/boost/date_time/date_parsing.hpp:305: error: no match for 'operator++' in '++tok_it' 
    /home/user1/pkg/boost-64bit/boost/date_time/date_parsing.hpp: In function 'boost::date_time::period<date_type, typename date_type::duration_type> boost::date_time::from_simple_string_type(const std::basic_string<charT, std::char_traits<_CharT>, std::allocator<_T2> >&) [with date_type = boost::gregorian::date, charT = wchar_t]': 
    /home/user1/pkg/boost-64bit/boost/date_time/gregorian/parsers.hpp:84: instantiated from here 
    /home/user1/pkg/boost-64bit/boost/date_time/date_parsing.hpp:299: error: no match for 'operator*' in '*tok_it' 
    /home/user1/pkg/boost-64bit/boost/date_time/gregorian/parsers.hpp:84: instantiated from here 
    /home/user1/pkg/boost-64bit/boost/date_time/date_parsing.hpp:305: error: no match for 'operator++' in '++tok_it' 
    In file included from /home/user1/pkg/boost-64bit/boost/date_time/posix_time/time_formatters.hpp:19, 
        from /home/user1/pkg/boost-64bit/boost/date_time/posix_time/posix_time.hpp:24, 
        from /data/home_local/user2/dev/bbb-onForge-trunk/src/util/misc/ResourceUsage.hpp:4, 
        from /data/home_local/user2/dev/bbb-onForge-trunk/src/bbb/trainOne.cpp:6: 
    /home/user1/pkg/boost-64bit/boost/date_time/time_parsing.hpp: In function 'time_duration boost::date_time::str_from_delimited_time_duration(const std::basic_string<charT, std::char_traits<_CharT>, std::allocator<_T2> >&) [with time_duration = boost::posix_time::time_duration, char_type = char]': 
    /home/user1/pkg/boost-64bit/boost/date_time/time_parsing.hpp:146: instantiated from 'time_duration boost::date_time::parse_delimited_time_duration(const std::string&) [with time_duration = boost::posix_time::time_duration]' 
    /home/user1/pkg/boost-64bit/boost/date_time/posix_time/time_parsers.hpp:27: instantiated from here 
    /home/user1/pkg/boost-64bit/boost/date_time/time_parsing.hpp:68: error: no match for 'operator!=' in 'beg != boost::tokenizer<TokenizerFunc, Iterator, Type>::end() const [with TokenizerFunc = boost::char_separator<char, std::char_traits<char> >, Iterator = __gnu_cxx::__normal_iterator<const char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, Type = std::basic_string<char, std::char_traits<char>, std::allocator<char> >]()' 
    /home/user1/pkg/boost-64bit/boost/tuple/tuple_comparison.hpp:41: note: candidates are: bool boost::tuples::operator!=(const boost::tuples::null_type&, const boost::tuples::null_type&) 
    /home/user1/pkg/boost-64bit/boost/blank.hpp:73: note:     bool boost::operator!=(const boost::blank&, const boost::blank&) 
    /home/user1/pkg/boost-64bit/boost/function/function_base.hpp:764: note:     bool boost::operator!=(boost::detail::function::useless_clear_type*, const boost::function_base&) 
    /home/user1/pkg/boost-64bit/boost/function/function_base.hpp:752: note:     bool boost::operator!=(const boost::function_base&, boost::detail::function::useless_clear_type*) 
    /home/user1/pkg/boost-64bit/boost/date_time/time_parsing.hpp:68: error: no match for 'operator++' in '++beg' 
    /home/user1/pkg/boost-64bit/boost/date_time/time_parsing.hpp:71: error: no match for 'operator*' in '*beg' 
    /home/user1/pkg/boost-64bit/boost/date_time/time_parsing.hpp:75: error: no match for 'operator*' in '*beg' 
    /home/user1/pkg/boost-64bit/boost/date_time/time_parsing.hpp:79: error: no match for 'operator*' in '*beg' 
    /home/user1/pkg/boost-64bit/boost/date_time/time_parsing.hpp:83: error: base operand of '->' has non-pointer type 'boost::date_time::str_from_delimited_time_duration(const std::basic_string<charT, std::char_traits<_CharT>, std::allocator<_T2> >&) [with time_duration = boost::posix_time::time_duration, char_type = char]::tokenizer_iterator' 
    /home/user1/pkg/boost-64bit/boost/date_time/time_parsing.hpp:104: error: base operand of '->' has non-pointer type 'boost::date_time::str_from_delimited_time_duration(const std::basic_string<charT, std::char_traits<_CharT>, std::allocator<_T2> >&) [with time_duration = boost::posix_time::time_duration, char_type = char]::tokenizer_iterator' 
    /home/user1/pkg/boost-64bit/boost/date_time/time_parsing.hpp:107: error: no match for 'operator*' in '*beg' 

回答

1

你在做下面的代碼嗎?

using namespace boost;
using namespace boost::tuples;

如果是這樣,編譯器是無法判斷從以下文件中使用的詳細

/home/user1/pkg/boost-64bit/boost/type_traits/is_reference.hpp
/home/user1/pkg/boost-64bit/boost/tuple/detail/tuple_basic.hpp

+0

是的!謝謝@ganesh! – theTrickster 2013-04-08 04:30:14