View Single Post
Posts: 88 | Thanked: 63 times | Joined on Feb 2008 @ Solingen; Germany
#71
tried to compile just the frontend and got this:
Code:
make -C programs
make[1]: Entering directory `/home/thopiekar/mythtv/mythtv-0.24.1/programs'
cd mythavtest/ && make -f Makefile 
make[2]: Entering directory `/home/thopiekar/mythtv/mythtv-0.24.1/programs/mythavtest'
ccache distcc g++ -Wl,-O1 -o mythavtest version.o main.o     -L../../libs/libmyth -L../../libs/libmythtv -L../../external/FFmpeg/libavutil -L../../external/FFmpeg/libavcodec -L../../external/FFmpeg/libavcore -L../../external/FFmpeg/libavformat -L../../external/FFmpeg/libswscale -L../../libs/libmythdb -L../../libs/libmythui -L../../libs/libmythupnp -lmythtv-0.24 -lmythswscale -lmythavformat -lmythavcodec -lmythavcore -lmythavutil -lmythupnp-0.24 -lmythdb-0.24 -lmythui-0.24 -lmyth-0.24 -L../../libs/libmythfreemheg -lmythfreemheg-0.24 -lXext -lXinerama -lXxf86vm -lXv -lXrandr -lX11 -lmp3lame -lpulse -lasound -lm -lbz2 -lrt -ldl -lfreetype -lz -L/usr/X11R6/lib -L/usr/local/lib -L/usr/lib -lGLU -lGL -lQtSql -lQtOpenGL -lQtGui -lQtNetwork -lQtDBus -lQtXml -lQtCore -lpthread 
../../libs/libmythtv/libmythtv-0.24.so: undefined reference to `TVRec::StopRecording(bool)'
../../libs/libmythtv/libmythtv-0.24.so: undefined reference to `vtable for TunedInputInfo'
../../libs/libmythtv/libmythtv-0.24.so: undefined reference to `TVRec::GetTVRec(unsigned int)'
../../libs/libmythtv/libmythtv-0.24.so: undefined reference to `InputInfo::FromStringList(QList<QString>::const_iterator&, QList<QString>::const_iterator)'
../../libs/libmythtv/libmythtv-0.24.so: undefined reference to `TVRec::IsBusy(TunedInputInfo*, int) const'
../../libs/libmythtv/libmythtv-0.24.so: undefined reference to `vtable for InputInfo'
../../libs/libmythtv/libmythtv-0.24.so: undefined reference to `TVRec::StopLiveTV()'
../../libs/libmythtv/libmythtv-0.24.so: undefined reference to `InputInfo::operator=(InputInfo const&)'
../../libs/libmythtv/libmythtv-0.24.so: undefined reference to `InputInfo::InputInfo(InputInfo const&)'
../../libs/libmythtv/libmythtv-0.24.so: undefined reference to `TVRec::GetState() const'
../../libs/libmythtv/libmythtv-0.24.so: undefined reference to `InputInfo::InputInfo(QString const&, unsigned int, unsigned int, unsigned int, unsigned int)'
../../libs/libmythtv/libmythtv-0.24.so: undefined reference to `TVRec::RecordPending(ProgramInfo const*, int, bool)'
collect2: ld returned 1 exit status
distcc[24950] ERROR: compile (null) on localhost failed
make[2]: *** [mythavtest] Error 1
make[2]: Leaving directory `/home/thopiekar/mythtv/mythtv-0.24.1/programs/mythavtest'
make[1]: *** [sub-mythavtest-make_default] Error 2
make[1]: Leaving directory `/home/thopiekar/mythtv/mythtv-0.24.1/programs'
make: *** [programs] Error 2