I know mfd/mfe is still in "beta" but i wanted to give it a shot to see what it could do. I have successfully checked out the source for mfd/mfe from svn. Many thanks to those in earlier posts showing how to check out the latest source.
I have included the procedure I followed below from the Readme included with mfd. I am getting errors in the build process related to FLAC. I have installed all the dependencies via apt-get except the itunes related one as I have no need for that now.
Any ideas on what the error messages indicate? Should I try to build the required items from source from the web site listed in the readme doc?
I am running 0.18.1 fc3 with jarod wilsons excellent how-to. I have downloaded the svn snapshot to /home/mythtv/myth-cvs.
Many thanks to an ever improving product.
Eric
[EMAIL PROTECTED] mythtv]# ls
crons.cron myth-cvs rc.sysinit-mm.diff sony_lircd.txt
Desktop mythdata sony.lircd.conf
[EMAIL PROTECTED] mythtv]# cd myth-cvs/
[EMAIL PROTECTED] myth-cvs]# cd mfd
[EMAIL PROTECTED] mfd]# ./configure
Creating config.pro
Creating config.h
Creating options.pro
Configuration settings:
dummy support: yes (always)
zeroconfig support: yes
audio support: yes
wma support: yes
aac support: no
daap server support: yes
daap client support: yes
http server support: yes
mythmusic support: yes
transcoder support: yes
disc watcher support: yes
build libmfdclient: yes
rtsp support: yes
prefix for livemedia includes: /usr/include
[EMAIL PROTECTED] mfd]# qmake
[EMAIL PROTECTED] mfd]# make
cd mdcaplib && qmake mdcaplib.pro -o Makefile cd mdcaplib && make -f Makefile
make[1]: Entering directory `/home/mythtv/myth-cvs/mfd/mdcaplib'
g++ -c -pipe -Wall -W -g -DMFD_DEBUG_BUILD -D_REENTRANT -fPIC
g++ -D_GNU_SOURCE
-DPREFIX=\"/usr/local\" -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_NO_DEBUG -I/usr/lib/qt-3.3/mkspecs/default -I. -I/usr/local/include -I/usr/lib/qt-3.3/include -o markupcodes.o markupcodes.cpp
g++ -c -pipe -Wall -W -g -DMFD_DEBUG_BUILD -D_REENTRANT -fPIC
g++ -D_GNU_SOURCE
-DPREFIX=\"/usr/local\" -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_NO_DEBUG -I/usr/lib/qt-3.3/mkspecs/default -I. -I/usr/local/include -I/usr/lib/qt-3.3/include -o mdcapoutput.o mdcapoutput.cpp
g++ -c -pipe -Wall -W -g -DMFD_DEBUG_BUILD -D_REENTRANT -fPIC
g++ -D_GNU_SOURCE
-DPREFIX=\"/usr/local\" -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_NO_DEBUG -I/usr/lib/qt-3.3/mkspecs/default -I. -I/usr/local/include -I/usr/lib/qt-3.3/include -o mdcapinput.o mdcapinput.cpp rm -f libmdcap.so.1.0.0 libmdcap.so libmdcap.so.1 libmdcap.so.1.0
g++ -shared -Wl,-soname,libmdcap.so.1 -o libmdcap.so.1.0.0 markupcodes.o
mdcapoutput.o mdcapinput.o -L/usr/lib/qt-3.3/lib -L/usr/X11R6/lib
-L/usr/local/lib -lqt-mt -lXext -lX11 -lm -lpthread ln -s libmdcap.so.1.0.0 libmdcap.so ln -s libmdcap.so.1.0.0 libmdcap.so.1 ln -s libmdcap.so.1.0.0 libmdcap.so.1.0
make[1]: Leaving directory `/home/mythtv/myth-cvs/mfd/mdcaplib'
cd mtcplib && qmake mtcplib.pro -o Makefile cd mtcplib && make -f Makefile
make[1]: Entering directory `/home/mythtv/myth-cvs/mfd/mtcplib'
g++ -c -pipe -Wall -W -g -DMFD_DEBUG_BUILD -D_REENTRANT -fPIC
g++ -D_GNU_SOURCE
-DPREFIX=\"/usr/local\" -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_NO_DEBUG -I/usr/lib/qt-3.3/mkspecs/default -I. -I/usr/local/include -I/usr/lib/qt-3.3/include -o markupcodes.o markupcodes.cpp
g++ -c -pipe -Wall -W -g -DMFD_DEBUG_BUILD -D_REENTRANT -fPIC
g++ -D_GNU_SOURCE
-DPREFIX=\"/usr/local\" -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_NO_DEBUG -I/usr/lib/qt-3.3/mkspecs/default -I. -I/usr/local/include -I/usr/lib/qt-3.3/include -o mtcpoutput.o mtcpoutput.cpp
g++ -c -pipe -Wall -W -g -DMFD_DEBUG_BUILD -D_REENTRANT -fPIC
g++ -D_GNU_SOURCE
-DPREFIX=\"/usr/local\" -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_NO_DEBUG -I/usr/lib/qt-3.3/mkspecs/default -I. -I/usr/local/include -I/usr/lib/qt-3.3/include -o mtcpinput.o mtcpinput.cpp rm -f libmtcp.so.1.0.0 libmtcp.so libmtcp.so.1 libmtcp.so.1.0
g++ -shared -Wl,-soname,libmtcp.so.1 -o libmtcp.so.1.0.0 markupcodes.o
mtcpoutput.o mtcpinput.o -L/usr/lib/qt-3.3/lib -L/usr/X11R6/lib
-L/usr/local/lib -lqt-mt -lXext -lX11 -lm -lpthread ln -s libmtcp.so.1.0.0 libmtcp.so ln -s libmtcp.so.1.0.0 libmtcp.so.1 ln -s libmtcp.so.1.0.0 libmtcp.so.1.0
make[1]: Leaving directory `/home/mythtv/myth-cvs/mfd/mtcplib'
cd mfdlib && qmake mfdlib.pro -o Makefile cd mfdlib && make -f Makefile
make[1]: Entering directory `/home/mythtv/myth-cvs/mfd/mfdlib'
g++ -c -pipe -Wall -W -g -DMFD_DEBUG_BUILD -D_REENTRANT -fPIC
g++ -D_GNU_SOURCE
-DPREFIX=\"/usr/local\" -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_NO_DEBUG -I/usr/lib/qt-3.3/mkspecs/default -I. -I/usr/local/include -I/usr/include/cdda -I/usr/lib/qt-3.3/include -o mfd_events.o mfd_events.cpp
g++ -c -pipe -Wall -W -g -DMFD_DEBUG_BUILD -D_REENTRANT -fPIC
g++ -D_GNU_SOURCE
-DPREFIX=\"/usr/local\" -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_NO_DEBUG -I/usr/lib/qt-3.3/mkspecs/default -I. -I/usr/local/include -I/usr/include/cdda -I/usr/lib/qt-3.3/include -o mfd_plugin.o mfd_plugin.cpp In file included from mfd_plugin.cpp:19:
httpoutresponse.h:20:22: FLAC/all.h: No such file or directory In file included from mfd_plugin.cpp:19:
httpoutresponse.h:60: error: `FLAC__StreamDecoderWriteStatus' does not name a type
httpoutresponse.h:61: error: expected `,' or `...' before '*' token
httpoutresponse.h:61: error: ISO C++ forbids declaration of `FLAC__StreamMetadata' with no type
httpoutresponse.h:62: error: `FLAC__StreamDecoderErrorStatus' has not been declared
httpoutresponse.h:62: error: ISO C++ forbids declaration of `status' with no type
make[1]: *** [mfd_plugin.o] Error 1
make[1]: Leaving directory `/home/mythtv/myth-cvs/mfd/mfdlib'
make: *** [sub-mfdlib] Error 2
__________________________________________________________________________________________________________________________________
This e-mail may be privileged and/or confidential, and the sender does not waive any related rights and obligations. Any distribution, use or copying of this e-mail or the information it contains by other than an intended recipient is unauthorized. If you received this e-mail in error, please advise me (by return e-mail or otherwise) immediately. Ce courrier électronique est confidentiel et protégé. L'expéditeur ne renonce pas aux droits et obligations qui s'y rapportent. Toute diffusion, utilisation ou copie de ce message ou des renseignements qu'il contient par une personne autre que le (les) destinataire(s) désigné(s) est interdite. Si vous recevez ce courrier électronique par erreur, veuillez m'en aviser immédiatement, par retour de courrier électronique ou par un autre moyen.
_______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
