Just did an SVN upgrade and got a siilar error:<br><br>/usr/include/c++/3.3/bits/fstream.tcc:349: error: '_M_buf_size' was not declared in this scope<br>/usr/include/c++/3.3/bits/fstream.tcc: In member function 'virtual typename std::basic_filebuf<_CharT, _Traits>::__streambuf_type* std::basic_filebuf<_CharT, _Traits>::setbuf(_CharT*, std::streamsize)':
<br>/usr/include/c++/3.3/bits/fstream.tcc:408: error: '_M_buf_size_opt' was not declared in this scope<br>/usr/include/c++/3.3/bits/fstream.tcc:419: error: '_M_buf' was not declared in this scope<br>/usr/include/c++/3.3/bits/fstream.tcc:420: error: '_M_buf_size_opt' was not declared in this scope
<br>/usr/include/c++/3.3/bits/fstream.tcc:420: error: '_M_buf_size' was not declared in this scope<br>/usr/include/c++/3.3/bits/fstream.tcc: In member function 'virtual typename std::basic_filebuf<_CharT, _Traits>::pos_type std::basic_filebuf<_CharT, _Traits>::seekoff(typename _Traits::off_type, std::_Ios_Seekdir, std::_Ios_Openmode)':
<br>/usr/include/c++/3.3/bits/fstream.tcc:433: error: '_M_mode' was not declared in this scope<br>/usr/include/c++/3.3/bits/fstream.tcc:446: error: there are no arguments to '_M_pback_destroy' that depend on a template parameter, so a declaration of '_M_pback_destroy' must be available
<br>/usr/include/c++/3.3/bits/fstream.tcc:452: error: '_M_in_cur' was not declared in this scope<br>/usr/include/c++/3.3/bits/fstream.tcc:452: error: '_M_in_beg' was not declared in this scope<br>/usr/include/c++/3.3/bits/fstream.tcc:452: error: '_M_in_end' was not declared in this scope
<br>/usr/include/c++/3.3/bits/fstream.tcc:453: error: '_M_out_cur' was not declared in this scope<br>/usr/include/c++/3.3/bits/fstream.tcc:453: error: '_M_out_beg' was not declared in this scope<br>/usr/include/c++/3.3/bits/fstream.tcc:453: error: '_M_out_end' was not declared in this scope
<br>/usr/include/c++/3.3/bits/fstream.tcc:481: error: '_M_out_cur' was not declared in this scope<br>/usr/include/c++/3.3/bits/fstream.tcc:481: error: '_M_in_cur' was not declared in this scope<br>/usr/include/c++/3.3/bits/stl_deque.h: In function 'typename std::_Deque_iterator<_Tp, _Ref, _Ptr>::difference_type std::operator-(const std::_Deque_iterator<_Tp, _Ref, _Ptr>&, const std::_Deque_iterator<_Tp, _RefR, _PtrR>&) [with _Tp = MythPrivRequest, _RefL = MythPrivRequest&, _PtrL = MythPrivRequest*, _RefR = MythPrivRequest&, _PtrR = MythPrivRequest*]':
<br>/usr/include/c++/3.3/bits/stl_deque.h:866: instantiated from 'size_t std::deque<_Tp, _Alloc>::size() const [with _Tp = MythPrivRequest, _Alloc = std::allocator<MythPrivRequest>]'<br>/usr/include/c++/3.3/bits/stl_deque.h:724: instantiated from 'std::deque<_Tp, _Alloc>::deque(const std::deque<_Tp, _Alloc>&) [with _Tp = MythPrivRequest, _Alloc = std::allocator<MythPrivRequest>]'
<br>mythcontext.cpp:284: instantiated from here<br>/usr/include/c++/3.3/bits/stl_deque.h:325: error: dependent-name 'std::_Deque_iterator<_Tp,_Ref,_Ptr>::difference_type' is parsed as a non-type, but instantiation yields a type
<br>/usr/include/c++/3.3/bits/stl_deque.h:325: note: say 'typename std::_Deque_iterator<_Tp,_Ref,_Ptr>::difference_type' if a type is meant<br>/usr/include/c++/3.3/sstream: In member function 'typename _Traits::int_type std::basic_stringbuf<_CharT, _Traits, _Alloc>::underflow() [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]':
<br>/usr/include/c++/3.3/sstream:203: warning: control reaches end of non-void function<br>distcc[7192] ERROR: compile mythcontext.cpp on <a href="http://192.168.1.111">192.168.1.111</a> failed<br>make[2]: *** [mythcontext.o
] Error 1<br>make[2]: Leaving directory `/home/mythtv/mythtv/libs/libmyth'<br>make[1]: *** [sub-libmyth] Error 2<br>make[1]: Leaving directory `/home/mythtv/mythtv/libs'<br>make: *** [sub-libs] Error 2<br><br><br>