[mythtv-users] Mythsteam

Adam Skinner kingmoffa at gmail.com
Wed Nov 12 11:30:21 UTC 2008


Hi, 

Im trying to compile and install mythstream - i know this is an
unofficial plugin so Im sorry if this is not the place to ask for help. 

I'm running mythtv svn 0.21 fixes which is pretty up to date on xubuntu
8.04

I cannot seem to get either the newest version (18_4 qt4) and the second
newest (18_1) version to compile. 
 
I wasn't surpirised the qt4 version didn't compile, as I am probably
missing the qt4 stuff needed. This is the output I get from make.


root at mythtv:~/mythstream-0.18_qt4# make
g++  -o settings     -L/usr/share/qt3/lib -L/usr/X11R6/lib -lqt-mt -lXext -lX11 -lm -lpthread
/usr/lib/gcc/x86_64-linux-gnu/4.2.4/../../../../lib/crt1.o: In function `_start':
(.text+0x20): undefined reference to `main'
collect2: ld returned 1 exit status
make: *** [settings] Error 1



This is the older version that I hoped would work. Output from make.....


g++ -c -pipe -Wall -W -O2 -fomit-frame-pointer -D_REENTRANT -fPIC  -DPERL=1 -DSHELL=2 -DEXEC=3 -DPARSER=PERL -D_GNU_SOURCE -DPREFIX=\"/usr/local\" -DVERSION=\"0.18_1\" -DTARGET=\"mythstream\" -DSUBPATH=\"mythtv/mythstream\" -DPLAYLIST=\".pls.asx.ram.rm.pls.m3u\" -DMYTHTV -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_PLUGIN -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I/usr/local/include -I/usr/include/qt3 -o mythstream.o mythstream.cpp
/usr/local/include/mythtv/mythdialogs.h: In member function ‘QString MythStream::popParameterBox(QString, QString, bool&)’:
/usr/local/include/mythtv/mythdialogs.h:207: error: ‘virtual MythPopupBox::~MythPopupBox()’ is protected
mythstream.cpp:463: error: within this context
/usr/local/include/mythtv/mythdialogs.h: In member function ‘void MythStream::slotPopStreamEditBox(QString&)’:
/usr/local/include/mythtv/mythdialogs.h:207: error: ‘virtual MythPopupBox::~MythPopupBox()’ is protected
mythstream.cpp:552: error: within this context
make[1]: *** [mythstream.o] Error 1
make[1]: Leaving directory `/root/mythstream-0.18_1/mythstream'
make: *** [sub-mythstream] Error 2


This is my BE/FE machine. I know there is a package for mythtv and
mythstream in ubuntu, but I do like running the latest fixes from svn as
I can remove some unneeded stuff at compile time. 

Any help appreciated. 



More information about the mythtv-users mailing list