Hi, I'm having troubles with mythtv segfaulting. I downloaded the src rpm and attempted to compile it, but I'm stuck with the following error:
g++ -c -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -march=k8 -fPIC -g -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -Wno-non-virtual-dtor -funit-at-a-time -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/freetype2 -D_REENTRANT -fPIC -DMMX -D_GNU_SOURCE -DUSING_X11 -DUSING_XV -DUSING_XVMC -DUSING_XVMCW -DUSING_XVMC_VLD -DUSING_VDPAU -DUSING_OPENGL -DUSING_OPENGL_VSYNC -DUSING_OPENGL_VIDEO -DUSING_MHEG -DUSING_FRONTEND -DUSING_FFMPEG_THREADS -DUSING_ALSA -DUSING_OSS -DUSING_V4L -DUSING_LINUX_FIREWIRE -DUSING_FIREWIRE -DUSING_IPTV -DUSING_HDHOMERUN -DUSING_IVTV -DUSING_HDPVR -DUSING_DVB -DUSING_BACKEND -DQT_SQL_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt47/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtOpenGL -I/usr/include/QtXml -I/usr/include/QtSql -I/usr/include -I/usr/local -I.. -I../.. -I../../external/FFmpeg -I. -I../libmyth -I../libmythdb -I../libmythhdhomerun -I../libmythdvdnav -I../libmythbluray -Idvbdev -Impeg -Iiptv -Ichannelscan -I../libmythlivemedia/BasicUsageEnvironment/include -I../libmythlivemedia/BasicUsageEnvironment -I../libmythlivemedia/groupsock/include -I../libmythlivemedia/groupsock -I../libmythlivemedia/liveMedia/include -I../libmythlivemedia/liveMedia -I../libmythlivemedia/UsageEnvironment/include -I../libmythlivemedia/UsageEnvironment -I../libmythdb -I../libmythui -I/usr/include -I/usr/X11R6/include -I. -o firewirechannel.o firewirechannel.cpp ../libmyth/mythdialogs.h: In static member function 'static DialogCode MythPopupBox::Show2ButtonPopup(MythMainWindow*, const QString&, const QString&, const QString&, const QString&, DialogCode)': ../libmyth/mythdialogs.h:181: warning: 'ShowButtonPopup' is deprecated (declared at ../libmyth/mythdialogs.h:189) ../libmyth/mythdialogs.h:182: warning: 'ShowButtonPopup' is deprecated (declared at ../libmyth/mythdialogs.h:189) analogsignalmonitor.cpp: In member function 'bool AnalogSignalMonitor::handleHDPVR(int)': analogsignalmonitor.cpp:35: error: aggregate 'v4l2_encoder_cmd command' has incomplete type and cannot be defined analogsignalmonitor.cpp:43: error: invalid application of 'sizeof' to incomplete type 'v4l2_encoder_cmd' analogsignalmonitor.cpp:44: error: 'V4L2_ENC_CMD_START' was not declared in this scope analogsignalmonitor.cpp:45: error: 'VIDIOC_ENCODER_CMD' was not declared in this scope analogsignalmonitor.cpp:50: error: 'V4L2_ENC_CMD_STOP' was not declared in this scope analogsignalmonitor.cpp:72: error: invalid application of 'sizeof' to incomplete type 'v4l2_encoder_cmd' analogsignalmonitor.cpp:73: error: 'V4L2_ENC_CMD_STOP' was not declared in this scope analogsignalmonitor.cpp:74: error: 'VIDIOC_ENCODER_CMD' was not declared in this scope analogsignalmonitor.cpp:86: error: 'V4L2_ENC_CMD_STOP' was not declared in this scope analogsignalmonitor.cpp:87: error: 'VIDIOC_ENCODER_CMD' was not declared in this scope make[1]: *** [analogsignalmonitor.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory `/home/src/mythtv/mythtv-0.24/libs/libmythtv' make: *** [sub-libmythtv] Error 2 Anyone have any ideas (or does anyone have a mythtv rpm compiled with debugging enabled)? ...thnx, ...dave _______________________________________________ atrpms-users mailing list [email protected] http://lists.atrpms.net/mailman/listinfo/atrpms-users
