[mythtv-users] MythFM?

bin crawler bincrawler at hotmail.com
Thu Mar 18 23:00:59 EST 2004


i am curious, the compile is expecting your libmythtv development files to 
be installed.  I'll drop you a line to see if i miss something.

also.. I feel your pain ... did that sort of work some years ago turned out 
it was a bug in Cisco IOS

Bincrawler


>From: "Matt Hannan" <matthew.j.hannan at verizon.net>
>Reply-To: Discussion about mythtv <mythtv-users at mythtv.org>
>To: "'Discussion about mythtv'" <mythtv-users at mythtv.org>
>Subject: RE: [mythtv-users] MythFM?
>Date: Thu, 18 Mar 2004 22:35:21 -0500
>
>Bork.
>
>I am sure it is on my end, but I see nothing TERRIBLY wrong.
>Perhaps root is wrong user? Need to be mythtv?
>
>Sorted thru a Cisco log earlier today with a TAC guy and we both came up
>with bad back-plain. I must know something. That is no cheap shipping on
>a 6509!
>But I am not a coder.
>
>[root at wilbur mythFM]# make install
>cd mythFM && qmake  -o Makefile
>cd i18n && qmake  -o Makefile
>( [ -d mythFM ] && cd mythFM ; grep "^qmake_all:" Makefile && make -f
>Makefile qmake_all; ) || true
>( [ -d i18n ] && cd i18n ; grep "^qmake_all:" Makefile && make -f
>Makefile qmake_all; ) || true
>( [ -d mythFM ] && cd mythFM ; make -f Makefile install; ) || true
>make[1]: Entering directory `/usr/local/mythFM/mythFM'
>g++ -c -pipe -Wall -W -O3 -march=pentiumpro -fomit-frame-pointer
>-D_REENTRANT -fPIC  -D_GNU_SOURCE -DPREFIX=\"/usr\" -DQT_NO_DEBUG
>-DQT_THREAD_SUPPORT -DQT_PLUGIN -I/usr/lib/qt-3.1/mkspecs/default -I.
>-I../../../include -I../../include -I/usr/lib/qt-3.1/include -o main.o
>main.cpp
>In file included from main.cpp:9:
>FMsettings.h:7:29: mythtv/settings.h: No such file or directory
>FMsettings.h:8:32: mythtv/mythcontext.h: No such file or directory
>In file included from main.cpp:9:
>FMsettings.h:10: parse error before `,' token
>FMsettings.h:23: virtual outside class declaration
>FMsettings.h: In function `QString setClause()':
>FMsettings.h:25: `getName' undeclared (first use this function)
>FMsettings.h:25: (Each undeclared identifier is reported only once for
>each
>    function it appears in.)
>FMsettings.h:25: `getValue' undeclared (first use this function)
>FMsettings.h:26: `gContext' undeclared (first use this function)
>FMsettings.h: At global scope:
>FMsettings.h:28: parse error before `}' token
>FMsettings.h:32: parse error before `{' token
>In file included from main.cpp:10:
>FMWindow.h:11:32: mythtv/mythwidgets.h: No such file or directory
>FMWindow.h:12:30: mythtv/dialogbox.h: No such file or directory
>FMWindow.h:13:34: mythtv/volumecontrol.h: No such file or directory
>In file included from main.cpp:10:
>FMWindow.h:26: parse error before `{' token
>FMWindow.h:27: virtual outside class declaration
>FMWindow.h:27: non-member function `const char* className()' cannot have
>`const
>    ' method qualifier
>FMWindow.h:27: virtual outside class declaration
>FMWindow.h:27: virtual outside class declaration
>FMWindow.h:27: virtual outside class declaration
>FMWindow.h:27: virtual outside class declaration
>FMWindow.h: In function `QObject* qObject()':
>FMWindow.h:27: invalid use of `this' in non-member function
>FMWindow.h: At global scope:
>FMWindow.h:27: parse error before `private'
>FMWindow.h:36: `MythMainWindow' was not declared in this scope
>FMWindow.h:36: `parent' was not declared in this scope
>FMWindow.h:36: parse error before `,' token
>FMWindow.h:37: invalid use of undefined type `class FMWindow'
>FMWindow.h:25: forward declaration of `class FMWindow'
>FMWindow.h:38: destructors must be member functions
>FMWindow.h:49: parse error before `public'
>FMWindow.h: In function `void hideVolume()':
>FMWindow.h:68: `showVolume' undeclared (first use this function)
>FMWindow.h: At global scope:
>FMWindow.h:69: `void showVolume(bool)' used prior to declaration
>FMWindow.h:73: parse error before `protected'
>FMWindow.h:106: syntax error before `*' token
>FMWindow.h:113: syntax error before `*' token
>FMWindow.h:115: syntax error before `*' token
>FMWindow.h:116: syntax error before `*' token
>FMWindow.h:117: syntax error before `*' token
>FMWindow.h:118: syntax error before `*' token
>FMWindow.h:119: syntax error before `*' token
>FMWindow.h:120: syntax error before `*' token
>FMWindow.h:121: syntax error before `*' token
>FMWindow.h:123: syntax error before `*' token
>FMWindow.h:124: syntax error before `*' token
>FMWindow.h:126: syntax error before `*' token
>FMWindow.h:129: syntax error before `*' token
>FMWindow.h:130: syntax error before `*' token
>FMWindow.h:131: syntax error before `*' token
>FMWindow.h:132: syntax error before `*' token
>FMWindow.h:133: syntax error before `*' token
>FMWindow.h:134: syntax error before `*' token
>FMWindow.h:135: syntax error before `*' token
>FMWindow.h:136: syntax error before `*' token
>FMWindow.h:138: syntax error before `*' token
>FMWindow.h:140: syntax error before `*' token
>FMWindow.h:142: syntax error before `*' token
>main.cpp:12:31: mythtv/themedmenu.h: No such file or directory
>main.cpp:13:32: mythtv/mythcontext.h: No such file or directory
>main.cpp: In function `void FMCallback(void*, QString&)':
>main.cpp:29: aggregate `MythFMSettings settings' has incomplete type and
>cannot
>    be defined
>main.cpp: In function `void runMenu(QString)':
>main.cpp:44: `ThemedMenu' undeclared (first use this function)
>main.cpp:44: `diag' undeclared (first use this function)
>main.cpp:44: parse error before `(' token
>main.cpp: In function `void setupKeys()':
>main.cpp:78: `REG_KEY' undeclared (first use this function)
>main.cpp: In function `int mythplugin_init(const char*)':
>main.cpp:111: `MYTH_BINARY_VERSION' undeclared (first use this function)
>main.cpp:114: aggregate `MythFMSettings settings' has incomplete type
>and
>    cannot be defined
>main.cpp: In function `void runFM()':
>main.cpp:151: `FMWindow' undeclared (first use this function)
>main.cpp:151: parse error before `(' token
>main.cpp:154: `fmwindow' undeclared (first use this function)
>main.cpp:149: warning: unused variable `QString paths'
>main.cpp: In function `void runMenu(QString)':
>main.cpp:40: warning: unused parameter `QString which_menu'
>/usr/include/c++/3.2.2/bits/locale_facets.h: At top level:
>FMWindow.h:27: warning: `bool qt_static_property(QObject*, int, int,
>QVariant*)
>    ' declared `static' but never defined
>FMWindow.h:27: warning: `QMetaObject* staticMetaObject()' declared
>`static' but
>    never defined
>FMWindow.h:27: warning: `QString tr(const char*, const char*)' declared
>    `static' but never defined
>FMWindow.h:27: warning: `QString trUtf8(const char*, const char*)'
>declared
>    `static' but never defined
>make[1]: *** [main.o] Error 1
>make[1]: Leaving directory `/usr/local/mythFM/mythFM'
>( [ -d i18n ] && cd i18n ; make -f Makefile install; ) || true
>make[1]: Entering directory `/usr/local/mythFM/i18n'
>gcc -c -pipe -Wall -W -O3 -march=pentiumpro -fomit-frame-pointer
>-D_GNU_SOURCE -DPREFIX=\"/usr\" -I/usr/lib/qt-3.1/mkspecs/default -I.
>-I../../../include -I../../include -o dummy.o dummy.c
>g++  -o i18n dummy.o
>cp -f -p "mythFM_it.qm" "../../../share/mythtv/i18n/"
>cp -f -p "mythFM_es.qm" "../../../share/mythtv/i18n/"
>cp -f -p "mythFM_ca.qm" "../../../share/mythtv/i18n/"
>cp -f -p "mythFM_nl.qm" "../../../share/mythtv/i18n/"
>cp -f -p "mythFM_de.qm" "../../../share/mythtv/i18n/"
>cp -f -p "mythFM_dk.qm" "../../../share/mythtv/i18n/"
>cp -f -p "mythFM_pt.qm" "../../../share/mythtv/i18n/"
>cp -f -p "mythFM_sv.qm" "../../../share/mythtv/i18n/"
>make[1]: Leaving directory `/usr/local/mythFM/i18n'
>
>
>
>_______________________________________________
>mythtv-users mailing list
>mythtv-users at mythtv.org
>http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

_________________________________________________________________
All the action. All the drama. Get NCAA hoops coverage at MSN Sports by 
ESPN. http://msn.espn.go.com/index.html?partnersite=espn



More information about the mythtv-users mailing list