On Sep 2, 2011, at 08:35 38, Aaron Horn wrote: > Trying to build CVS HEAD... Getting the following... > > root@radiocont1:/home/radio/rivendell2/rivendell# make > Making all in icons > make[1]: Entering directory `/home/radio/rivendell2/rivendell/icons' > make[1]: Nothing to be done for `all'. > make[1]: Leaving directory `/home/radio/rivendell2/rivendell/icons' > Making all in helpers > make[1]: Entering directory `/home/radio/rivendell2/rivendell/helpers' > make[1]: Nothing to be done for `all'. > make[1]: Leaving directory `/home/radio/rivendell2/rivendell/helpers' > Making all in rdhpi > make[1]: Entering directory `/home/radio/rivendell2/rivendell/rdhpi' > /usr/bin/lupdate rdhpi.pro > /usr/bin/lrelease rdhpi.pro > make[1]: Leaving directory `/home/radio/rivendell2/rivendell/rdhpi' > Making all in lib > make[1]: Entering directory `/home/radio/rivendell2/rivendell/lib' > CXX rdlog_event.lo > In file included from /usr/include/c++/4.4/vector:65, > from ./rdconfig.h:30, > from ./rddb.h:30, > from rdlog_event.cpp:24: > /usr/include/c++/4.4/bits/stl_vector.h: In member function ‘void > std::vector<_Tp, > _Alloc>::_M_insert_dispatch(__gnu_cxx::__normal_iterator<typename > std::_Vector_base<_Tp, _Alloc>::_Tp_alloc_type::pointer, > std::vector<_Tp, _Alloc> >, _Integer, _Integer, std::__true_type) > [with _Integer = int, _Tp = RDLogLine*, _Alloc = > std::allocator<RDLogLine*>]’: > /usr/include/c++/4.4/bits/stl_vector.h:874: instantiated from ‘void > std::vector<_Tp, _Alloc>::insert(__gnu_cxx::__normal_iterator<typename > std::_Vector_base<_Tp, _Alloc>::_Tp_alloc_type::pointer, > std::vector<_Tp, _Alloc> >, _InputIterator, _InputIterator) [with > _InputIterator = int, _Tp = RDLogLine*, _Alloc = > std::allocator<RDLogLine*>]’ > rdlog_event.cpp:686: instantiated from here > /usr/include/c++/4.4/bits/stl_vector.h:1092: error: invalid conversion > from ‘int’ to ‘RDLogLine*’
Interesting. This compiles and runs fine here (gcc-4.1.2 on CentOS 5.6). I've just reformulated this in a hopefully somewhat more 'portable' manner. Please update and try again! Cheers! |-------------------------------------------------------------------------| | Frederick F. Gleason, Jr. | Chief Developer | | | Paravel Systems | |-------------------------------------------------------------------------| | Rank does not intimidate hardware. Neither does lack of rank. | | -- Norman Augustine | |-------------------------------------------------------------------------| _______________________________________________ Rivendell-dev mailing list [email protected] http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
