Tue 18 Mar 2008 07:56:36 PM UTC, original submission:
make[2]: Entering directory `/usr/src/packages/BUILD/monotone-0.39'
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I. -I./lua -I./pcre -g -O2 -Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-cmd_list.o -MD -MP -MF ".deps/mtn-cmd_list.Tpo" -c -o mtn-cmd_list.o `test -f 'cmd_list.cc' || echo './'`cmd_list.cc; \
then mv -f ".deps/mtn-cmd_list.Tpo" ".deps/mtn-cmd_list.Po"; else rm -f ".deps/mtn-cmd_list.Tpo"; exit 1; fi
hybrid_map.hh: In constructor ‘hybrid_map<Key, Val>::const_iterator::const_iterator(const hybrid_map<Key, Val>*, const typename std::map<Key, Val, std::less<_Key>, std::allocator<std::pair<const _Key, _Tp> > >::const_iterator&) [with Key = node_id, Val = node_t]’:
hybrid_map.hh:190: instantiated from ‘hybrid_map<Key, Val>::const_iterator hybrid_map<Key, Val>::begin() const [with Key = node_id, Val = node_t]’
cmd_list.cc:392: instantiated from here
hybrid_map.hh:119: error: no matching function for call to ‘Internal::hashtable_iterator<std::pair<const node_id, node_t>, false, false>::hashtable_iterator()’
/usr/include/c++/4.0.2/tr1/hashtable:237: note: candidates are: Internal::hashtable_iterator<Value, is_const, cache>::hashtable_iterator(const Internal::hashtable_iterator<Value, true, cache>&) [with Value = std::pair<const node_id, node_t>, bool is_const = false, bool cache = false]
/usr/include/c++/4.0.2/tr1/hashtable:235: note: Internal::hashtable_iterator<Value, is_const, cache>::hashtable_iterator(Internal::hash_node<Value, cache>**) [with Value = std::pair<const node_id, node_t>, bool is_const = false, bool cache = false]
/usr/include/c++/4.0.2/tr1/hashtable:233: note: Internal::hashtable_iterator<Value, is_const, cache>::hashtable_iterator(Internal::hash_node<Value, cache>, Internal::hash_node<Value, cache>*) [with Value = std::pair<const node_id, node_t>, bool is_const = false, bool cache = false]
/usr/include/c++/4.0.2/tr1/hashtable:226: note: Internal::hashtable_iterator<std::pair<const node_id, node_t>, false, false>::hashtable_iterator(const Internal::hashtable_iterator<std::pair<const node_id, node_t>, false, false>&)
make[2]: *** [mtn-cmd_list.o] Fehler 1
make[2]: Leaving directory `/usr/src/packages/BUILD/monotone-0.39'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/usr/src/packages/BUILD/monotone-0.39'
make: *** [all] Fehler 2
please see also http://fr.pastebin.ca/879983 (identical error)
|