On Wednesday 30 November 2005 01:30 pm, Michael Webster wrote: > I'm pretty sure svn myth is installed. There may be something that is not > quite correct due to the FC64 setup, but I compiled everything from source. > > svn co http://svn.mythtv.org/svn/mythtv > svn co http://svn.mythtv.org/svn/mythplugins > svn co http://svn.mythtv.org/svn/myththemes > > cd mythtv > ./configure > make > make install > cd ../mythplugins > ./configure > make > then i got the following errors > > avfdecoder.cpp: In member function 'virtual bool avfDecoder::initialize()': > avfdecoder.cpp:149: error: cannot convert 'AVCodecContext' to > 'AVCodecContext*' in assignment > avfdecoder.cpp:168: error: base operand of '->' has non-pointer type > 'AVCodecContext' > avfdecoder.cpp:169: error: base operand of '->' has non-pointer type > 'AVCodecContext' > avfdecoder.cpp:170: error: base operand of '->' has non-pointer type > 'AVCodecContext' > avfdecoder.cpp:171: error: base operand of '->' has non-pointer type > 'AVCodecContext' > avfdecoder.cpp:172: error: base operand of '->' has non-pointer type > 'AVCodecContext' > make[1]: *** [avfdecoder.o] Error 1 > > After the changes from my last post/email it does compile. Is there some > environment flag that needs to be set to get it working? Anyone else with > FC4 64 bit having this problem with mythmusic?
Those errors are indicative of an old version of myth being installed. It's not a 64-bit thing at all. Isaac
_______________________________________________ mythtv-dev mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
