
brent at brentnorris
Oct 27, 2009, 7:05 PM
Post #1 of 2
(144 views)
Permalink
|
|
building against mythtv-devel package
|
|
Axel, I was trying to build the mythsqueezebox2 package that was recently mentioned on the mythtv-users list using your mythtv-devel package and it looks like I either don't have something installed or the devel package is missing something: make[1]: Entering directory `/root/mythsqueezebox2/mythsqueezebox2' g++ -c -m64 -pipe -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wno-unused -DPORTAUDIO_V19 -D_REENTRANT -Wall -W -fPIC -DQT_NO_DEBUG -DQT_PLUGIN -DQT_SQL_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/lib64/qt4/mkspecs/linux-g++-64 -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/include/mythtv -I/usr/X11R6/include -I. -I. -o main.o main.cpp In file included from /usr/include/mythtv/libmythui/xmlparsebase.h:6, from /usr/include/mythtv/libmythui/mythuitype.h:10, from /usr/include/mythtv/libmythui/mythscreentype.h:4, from /usr/include/mythtv/libmythui/myththemedmenu.h:4, from main.cpp:13: /usr/include/mythtv/libmythui/mythrect.h:8:21: error: mythexp.h: No such file or directory In file included from /usr/include/mythtv/libmythui/mythscreentype.h:5, from /usr/include/mythtv/libmythui/myththemedmenu.h:4, from main.cpp:13: /usr/include/mythtv/libmythui/mythuitext.h:8:25: error: mythstorage.h: No such file or directory In file included from /usr/include/mythtv/libmythui/mythimage.h:10, from /usr/include/mythtv/libmythui/mythuistatetype.h:8, from /usr/include/mythtv/libmythui/mythuitextedit.h:8, from /usr/include/mythtv/libmythui/mythdialogbox.h:8, from /usr/include/mythtv/libmythui/myththemedmenu.h:5, from main.cpp:13: /usr/include/mythtv/libmythui/mythpainter.h:11:20: error: compat.h: No such file or directory In file included from mythsqueezebox2.h:21, from main.cpp:19: /usr/include/mythtv/util.h:17:24: error: mythsystem.h: No such file or directory In file included from /usr/include/mythtv/virtualkeyboard_qt.h:4, from /usr/include/mythtv/mythwidgets.h:28, from /usr/include/mythtv/settings.h:15, from squeezesettings.h:4, from main.cpp:20: /usr/include/mythtv/mythdialogs.h:46:28: error: mythmainwindow.h: No such file or directory In file included from /usr/include/mythtv/libmythui/mythscreentype.h:5, from /usr/include/mythtv/libmythui/myththemedmenu.h:4, from main.cpp:13: /usr/include/mythtv/libmythui/mythuitext.h:24: error: expected class-name before â{â token In file included from /usr/include/mythtv/libmythui/mythdialogbox.h:8, from /usr/include/mythtv/libmythui/myththemedmenu.h:5, from main.cpp:13: /usr/include/mythtv/libmythui/mythuitextedit.h:30: error: expected class-name before â{â token make[1]: *** [main.o] Error 1 make[1]: Leaving directory `/root/mythsqueezebox2/mythsqueezebox2' make: *** [sub-mythsqueezebox2-make_default] Error 2 What am I missing? Also have you thought at all about adding this program as a package? I would love to have your packaging prowess working on it. Brent _______________________________________________ atrpms-users mailing list atrpms-users[at]atrpms.net http://lists.atrpms.net/mailman/listinfo/atrpms-users
|