I am trying to setup a second frontend. My backend is running 0.19-5 (I think, haw do I check this). I have various myth* directories I used to build from. I copied the mythtv directory from the backend and am trying to recompile this on the new frontend.
<br><br>When I do ./configure I get<br><br>cat: /etc/ld.so.conf.d/*.conf: No such file or directory<br><br>and when I try to make I get<br><br>../../libs/libmythtv/libmythtv-<a href="http://0.19.so">0.19.so</a>: undefined reference to `DVBTuning::PolarityChar() const'
<br>
../../libs/libmythtv/libmythtv-<a href="http://0.19.so">0.19.so</a>: undefined reference to `ScanWizard::ScanWizard(int)'<br>
../../libs/libmythtv/libmythtv-<a href="http://0.19.so">0.19.so</a>: undefined reference to `vtable for ScanWizard'<br>
../../libs/libmythtv/libmythtv-<a href="http://0.19.so">0.19.so</a>: undefined reference to `EITHelper::AddEIT(DVBEventInformationTable const*)'<br>
../../libs/libmythtv/libmythtv-<a href="http://0.19.so">0.19.so</a>: undefined reference to `DVBTuning::ModulationDB() const'<br>
../../libs/libmythtv/libmythtv-<a href="http://0.19.so">0.19.so</a>: undefined reference to `VTT for ScanWizard'<br>
collect2: ld returned 1 exit status<br><br>I have more log info below<br><br>Any Ideas,<br>Ben<br><br>OUTPUT FROM ./configure<br><br>ben@chomsky:~/mythtv$ ./configure<br>cat: /etc/ld.so.conf.d/*.conf: No such file or directory
<br>cat: /etc/ld.so.conf.d/*.conf: No such file or directory<br>cat: /etc/ld.so.conf.d/*.conf: No such file or directory<br>cat: /etc/ld.so.conf.d/*.conf: No such file or directory<br>cat: /etc/ld.so.conf.d/*.conf: No such file or directory
<br>cat: /etc/ld.so.conf.d/*.conf: No such file or directory<br>cat: /etc/ld.so.conf.d/*.conf: No such file or directory<br># Basic Settings<br>Compile type release<br>Compiler cache no<br>DistCC no<br>Install prefix /usr/local
<br>CPU x86 (model name : Intel(R) Pentium(R) 4 Mobile CPU 1.70GHz)<br>Big Endian no<br>MMX enabled yes<br><br># Input Support<br>Joystick menu yes<br>lirc support yes<br>Apple Remote no
<br>Video4Linux sup. yes<br>ivtv support yes<br>FireWire support no<br>DVB support no [/usr/include]<br>DBox2 support yes<br>HDHomeRun sup. yes<br>CRC Ip Rec sup. yes<br>FreeBox support yes<br><br># Sound Output Support
<br>OSS support yes<br>ALSA support yes<br>aRts support yes<br>JACK support no<br>DTS passthrough no<br><br># Video Output Support<br>x11 support yes<br>xrandr support yes<br>xv support yes<br>
XvMC support no<br>XvMC VLD support no<br>XvMC pro support no<br>XvMC OpenGL sup. no<br>Mac accel. no<br>OpenGL vsync no<br>DirectFB no<br><br># Misc Features<br>Frontend yes<br>Backend yes
<br><br># Bindings<br>bindings_perl no<br>Creating libs/libmyth/mythconfig.h and libs/libmyth/mythconfig.mak<br><br>libs/libmyth/mythconfig.h is unchanged<br><br>OUTPUT FROM make<br>..........<br>cd programs && make -f Makefile
<br>make[1]: Entering directory `/home/ben/mythtv/programs'<br>qmake -o Makefile <a href="http://programs.pro">programs.pro</a><br>make[1]: Leaving directory `/home/ben/mythtv/programs'<br>make[1]: Entering directory `/home/ben/mythtv/programs'
<br>cd mythtv && make -f Makefile<br>make[2]: Entering directory `/home/ben/mythtv/programs/mythtv'<br>qmake -o Makefile <a href="http://mythtv.pro">mythtv.pro</a><br>make[2]: Leaving directory `/home/ben/mythtv/programs/mythtv'
<br>make[2]: Entering directory `/home/ben/mythtv/programs/mythtv'<br>g++ -o mythtv main.o -L/usr/share/qt3/lib -L../../libs/libmyth -L../../libs/libmythtv -L../../libs/libavutil -L../../libs/libavcodec -L../../libs/libavformat -L../../libs/libmythfreemheg -L../../libs/libmythui -L../../libs/libmythupnp -L../../libs/libmythlivemedia -
lmythtv-0.19 -lmythavformat-0.19 -lmythavutil-0.19 -lmythavcodec-0.19 -lmythfreemheg-0.19 -lmythupnp-0.19 -lmythlivemedia-0.19 -lmyth-0.19 -lmythui-0.19 -lfreetype -lmp3lame -lasound -L/usr/lib -lartsc -lgmodule-2.0 -ldl -
lgthread-2.0 -lglib-2.0 -L/usr/X11R6/lib -lXinerama -lXv -lXxf86vm -lXrandr -lqt-mt -lGLU -lGL -lXmu -lXext -lX11 -lm -lpthread<br>../../libs/libmythtv/libmythtv-<a href="http://0.19.so">0.19.so</a>: undefined reference to `DVBTuning::PolarityChar() const'
<br>../../libs/libmythtv/libmythtv-<a href="http://0.19.so">0.19.so</a>: undefined reference to `ScanWizard::ScanWizard(int)'<br>../../libs/libmythtv/libmythtv-<a href="http://0.19.so">0.19.so</a>: undefined reference to `vtable for ScanWizard'
<br>../../libs/libmythtv/libmythtv-<a href="http://0.19.so">0.19.so</a>: undefined reference to `EITHelper::AddEIT(DVBEventInformationTable const*)'<br>../../libs/libmythtv/libmythtv-<a href="http://0.19.so">0.19.so</a>
: undefined reference to `DVBTuning::ModulationDB() const'<br>../../libs/libmythtv/libmythtv-<a href="http://0.19.so">0.19.so</a>: undefined reference to `VTT for ScanWizard'<br>collect2: ld returned 1 exit status
<br>make[2]: *** [mythtv] Error 1<br>make[2]: Leaving directory `/home/ben/mythtv/programs/mythtv'<br>make[1]: *** [sub-mythtv] Error 2<br>make[1]: Leaving directory `/home/ben/mythtv/programs'<br>make: *** [sub-programs] Error 2
<br>ben@chomsky:~/mythtv$ <br clear="all"><br>-- <br>Ben Edwards - Brussels, Belgium & Bristol, UK<br>If you have a problem emailing me use<br><a href="http://www.gurtlush.org.uk/profiles.php?uid=4">http://www.gurtlush.org.uk/profiles.php?uid=4
</a><br>(email address this email is sent from may be defunct)