Did a git clone today and go the following compile error:
dave@curtis ~/pvr/mythpianod $ qmake
dave@curtis ~/pvr/mythpianod $ make
cd mythpianod/ && /usr/bin/qmake /home/dave/pvr/mythpianod/mythpianod/mythpianod.pro -o Makefile
WARNING: /home/dave/pvr/mythpianod/mythpianod/mythpianod.pro:1: Unable to find file for inclusion ../../mythconfig.mak
WARNING: /home/dave/pvr/mythpianod/mythpianod/mythpianod.pro:2: Unable to find file for inclusion ../../settings.pro
WARNING: /home/dave/pvr/mythpianod/mythpianod/mythpianod.pro:3: Unable to find file for inclusion ../../programs-libs.pro
WARNING: /home/dave/pvr/mythpianod/mythpianod/mythpianod.pro:30: Unable to find file for inclusion ../../libs-targetfix.pro
cd mythpianod/ && make -f Makefile
make[1]: Entering directory /home/dave/pvr/mythpianod/mythpianod' g++ -c -pipe -O2 -D_REENTRANT -Wall -W -fPIC -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_SQL_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/Qt3Support -I/usr/include/qt4 -I/usr/local/include/mythtv -I/usr/local/include/mythtv/libmyth -I/usr/local/include/mythtv/libmythui -I/usr/local/include/mythtv/libmythdb -I/usr/X11R6/include -I. -o main.o main.cpp In file included from /usr/local/include/mythtv/libavutil/avutil.h:238:0, from /usr/local/include/mythtv/libavutil/samplefmt.h:24, from /usr/local/include/mythtv/libavcodec/avcodec.h:30, from /usr/local/include/mythtv/audiooutputsettings.h:20, from /usr/local/include/mythtv/audiosettings.h:15, from /usr/local/include/mythtv/audiooutput.h:11, from mythpianod.h:39, from main.cpp:39: /usr/local/include/mythtv/libavutil/common.h: In function ‘int32_t av_clipl_int32_c(int64_t)’: /usr/local/include/mythtv/libavutil/common.h:175:47: error: ‘UINT64_C’ was not declared in this scope main.cpp: In function ‘int mythplugin_init(const char*)’: main.cpp:71:18: error: ‘class MythContext’ has no member named ‘TestPopupVersion’ make[1]: *** [main.o] Error 1 make[1]: Leaving directory/home/dave/pvr/mythpianod/mythpianod'
make: *\ [sub-mythpianod-make_default] Error 2
My myth install info:
dave@curtis ~/pvr/mythpianod $ mythbackend --version
Please attach all output as a file in bug reports.
MythTV Version : v0.27-196-g3ca3f6d
MythTV Branch : 27f
Network Protocol : 77
Library API : 0.27.20140323-1
QT Version : 4.8.4
Options compiled in:
linux profile use_hidesyms using_alsa using_oss using_backend using_bindings_perl using_bindings_python using_bindings_php using_frontend using_hdhomerun using_ceton using_hdpvr using_joystick_menu using_libcrypto using_libdns_sd using_libfftw3 using_libxml2 using_lirc using_mheg using_opengl using_opengl_video using_qtwebkit using_qtscript using_qtdbus using_taglib using_v4l2 using_x11 using_xrandr using_xv using_profiletype using_mythlogserver using_bindings_perl using_bindings_python using_bindings_php using_mythtranscode using_opengl using_vdpau using_ffmpeg_threads using_mheg using_libxml2
Did a git clone today and go the following compile error:
dave@curtis ~/pvr/mythpianod $ qmake dave@curtis ~/pvr/mythpianod $ make cd mythpianod/ && /usr/bin/qmake /home/dave/pvr/mythpianod/mythpianod/mythpianod.pro -o Makefile WARNING: /home/dave/pvr/mythpianod/mythpianod/mythpianod.pro:1: Unable to find file for inclusion ../../mythconfig.mak WARNING: /home/dave/pvr/mythpianod/mythpianod/mythpianod.pro:2: Unable to find file for inclusion ../../settings.pro WARNING: /home/dave/pvr/mythpianod/mythpianod/mythpianod.pro:3: Unable to find file for inclusion ../../programs-libs.pro WARNING: /home/dave/pvr/mythpianod/mythpianod/mythpianod.pro:30: Unable to find file for inclusion ../../libs-targetfix.pro cd mythpianod/ && make -f Makefile make[1]: Entering directory
/home/dave/pvr/mythpianod/mythpianod' g++ -c -pipe -O2 -D_REENTRANT -Wall -W -fPIC -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_SQL_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/Qt3Support -I/usr/include/qt4 -I/usr/local/include/mythtv -I/usr/local/include/mythtv/libmyth -I/usr/local/include/mythtv/libmythui -I/usr/local/include/mythtv/libmythdb -I/usr/X11R6/include -I. -o main.o main.cpp In file included from /usr/local/include/mythtv/libavutil/avutil.h:238:0, from /usr/local/include/mythtv/libavutil/samplefmt.h:24, from /usr/local/include/mythtv/libavcodec/avcodec.h:30, from /usr/local/include/mythtv/audiooutputsettings.h:20, from /usr/local/include/mythtv/audiosettings.h:15, from /usr/local/include/mythtv/audiooutput.h:11, from mythpianod.h:39, from main.cpp:39: /usr/local/include/mythtv/libavutil/common.h: In function ‘int32_t av_clipl_int32_c(int64_t)’: /usr/local/include/mythtv/libavutil/common.h:175:47: error: ‘UINT64_C’ was not declared in this scope main.cpp: In function ‘int mythplugin_init(const char*)’: main.cpp:71:18: error: ‘class MythContext’ has no member named ‘TestPopupVersion’ make[1]: *** [main.o] Error 1 make[1]: Leaving directory
/home/dave/pvr/mythpianod/mythpianod' make: *\ [sub-mythpianod-make_default] Error 2My myth install info:
dave@curtis ~/pvr/mythpianod $ mythbackend --version Please attach all output as a file in bug reports. MythTV Version : v0.27-196-g3ca3f6d MythTV Branch : 27f Network Protocol : 77 Library API : 0.27.20140323-1 QT Version : 4.8.4 Options compiled in: linux profile use_hidesyms using_alsa using_oss using_backend using_bindings_perl using_bindings_python using_bindings_php using_frontend using_hdhomerun using_ceton using_hdpvr using_joystick_menu using_libcrypto using_libdns_sd using_libfftw3 using_libxml2 using_lirc using_mheg using_opengl using_opengl_video using_qtwebkit using_qtscript using_qtdbus using_taglib using_v4l2 using_x11 using_xrandr using_xv using_profiletype using_mythlogserver using_bindings_perl using_bindings_python using_bindings_php using_mythtranscode using_opengl using_vdpau using_ffmpeg_threads using_mheg using_libxml2