i get this error
cppmyth/MythEventHandler.cpp:55: warning: âMythEventHandler::ImpMythEventHandler::m_conn_tâ will be initialized after
cppmyth/MythEventHandler.cpp:62: warning: base âPLATFORM::CThreadâ
cppmyth/MythEventHandler.cpp:61: warning: when initialized here
cppmyth/MythEventHandler.cpp:50: warning: âMythEventHandler::ImpMythEventHandler::m_signalâ will be initialized after
cppmyth/MythEventHandler.cpp:62: warning: base âPLATFORM::CMutexâ
cppmyth/MythEventHandler.cpp:61: warning: when initialized here
CPP xbmc/pvrclients/mythtv-cmyth/cppmyth/MythFile.o
CPP xbmc/pvrclients/mythtv-cmyth/cppmyth/MythProgramInfo.o
CPP xbmc/pvrclients/mythtv-cmyth/cppmyth/MythRecorder.o
CPP xbmc/pvrclients/mythtv-cmyth/cppmyth/MythSignal.o
CPP xbmc/pvrclients/mythtv-cmyth/cppmyth/MythTimer.o
CPP xbmc/pvrclients/mythtv-cmyth/cppmyth/MythTimestamp.o
CPP xbmc/pvrclients/mythtv-cmyth/cppmyth/MythSGFile.o
CPP xbmc/pvrclients/mythtv-cmyth/fileOps.o
fileOps.h: In constructor âfileOps2::fileOps2(MythConnection&)â:
fileOps.h:53: warning: âfileOps2::m_conâ will be initialized after
fileOps.h:52: warning: âboost::filesystem::path fileOps2::m_localBasePathâ
fileOps.cpp:16: warning: when initialized here
fileOps.h:54: warning: âfileOps2::m_sg_stringsâ will be initialized after
fileOps.cpp:17: warning: base âPLATFORM::CThreadâ
fileOps.cpp:16: warning: when initialized here
fileOps.cpp:21: error: âstruct boost::filesystem::pathâ has no member named âc_strâ
fileOps.cpp: In member function âCStdString fileOps2::getChannelIconPath(CStdString)â:
fileOps.cpp:42: error: âstruct std::basic_string<char, std::char_traits<char>, std::allocator<char> >â has no member named âstringâ
fileOps.cpp: In member function âCStdString fileOps2::getPreviewIconPath(CStdString)â:
fileOps.cpp:63: error: âstruct std::basic_string<char, std::char_traits<char>, std::allocator<char> >â has no member named âstringâ
fileOps.cpp: In member function âCStdString fileOps2::getArtworkPath(CStdString, FILE_OPTIONS)â:
fileOps.cpp:95: error: âstruct std::basic_string<char, std::char_traits<char>, std::allocator<char> >â has no member named âstringâ
fileOps.cpp: In member function âvoid fileOps2::cleanCache()â:
fileOps.cpp:142: error: âstruct std::basic_string<char, std::char_traits<char>, std::allocator<char> >â has no member named âstringâ
fileOps.cpp:151: warning: comparison between signed and unsigned integer expressions
fileOps.cpp:150: warning: unused variable âmlmâ
fileOps.cpp: In member function âbool fileOps2::writeFile(boost::filesystem::path, MythFile&)â:
fileOps.cpp:240: error: âstruct boost::filesystem::basic_path<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::filesystem::path_traits>â has no member named âc_strâ
fileOps.cpp:246: error: âstruct boost::filesystem::basic_path<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::filesystem::path_traits>â has no member named âc_strâ
fileOps.cpp:294: error: âstruct boost::filesystem::pathâ has no member named âc_strâ
make[1]: *** [fileOps.o] Error 1
make[1]: Leaving directory `/root/src/xbmc/xbmc/pvrclients/mythtv-cmyth'
make: *** [pvrclients] Error 2
(2012-04-24 20:38)Jimmer Wrote: (2012-04-24 20:15)darkwizard Wrote: will cmyth work on ubuntu 10.10 maverick?
or do i need to goto ubunutu 11?
I had it working just fine on maverick until a few weeks ago. As long as you have all the right dependencies installed, it should build. And if it builds, it should run....