[mythtv-users] MythTV Suite --->>> CVS

James Pifer jep at obrien-pifer.com
Wed Dec 3 07:49:51 EST 2003


On Tue, 2003-12-02 at 22:36, Christian Hack wrote:
> > -----Original Message-----
> > From: mythtv-users-bounces at mythtv.org 
> > [mailto:mythtv-users-bounces at mythtv.org] On Behalf Of James Pifer
> > Sent: Wednesday, 3 December 2003 11:25 AM
> > To: MythTV
> > Subject: [mythtv-users] MythTV Suite --->>> CVS
> > 
> > 
> > Sorry for a really stupid question, but I can't find specific
> > instructions and I want to do this right. It's probably simple, but I
> > want to make sure.
> > 
> > I have MythTV installed from Jarod's doc and everything is working. I
> > want to install CVS for all the parts. I have them all 
> > downloaded. What
> > is the proper way to install them? Is there a doc for CVS?
> > 
> 
> Once you have checked out the files from CVS, installing is the exactly
> the same as for installing a release version. i.e. essentiallly "qmake
> mythtv.pro && make && make install" (as root).
> 
> Now that the DB upgrading is done automatically you don't even need to
> do that.
> 
> CH
> 
> 
> ______________________________________________________________________
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

When I try this I get:
[root at mythtv mythtv]# qmake mythtv.pro
[root at mythtv mythtv]# make
cd libs && make -f Makefile
make[1]: Entering directory `/install/cvs/mythtv/libs'
cd libavcodec && make -f Makefile
make[2]: Entering directory `/install/cvs/mythtv/libs/libavcodec'
make[2]: Nothing to be done for `first'.
make[2]: Leaving directory `/install/cvs/mythtv/libs/libavcodec'
cd libavformat && make -f Makefile
make[2]: Entering directory `/install/cvs/mythtv/libs/libavformat'
make[2]: Nothing to be done for `first'.
make[2]: Leaving directory `/install/cvs/mythtv/libs/libavformat'
cd libmyth && make -f Makefile
make[2]: Entering directory `/install/cvs/mythtv/libs/libmyth'
make[2]: Nothing to be done for `first'.
make[2]: Leaving directory `/install/cvs/mythtv/libs/libmyth'
cd libvbitext && make -f Makefile
make[2]: Entering directory `/install/cvs/mythtv/libs/libvbitext'
make[2]: Nothing to be done for `first'.
make[2]: Leaving directory `/install/cvs/mythtv/libs/libvbitext'
cd libdvbdev && make -f Makefile
make[2]: Entering directory `/install/cvs/mythtv/libs/libdvbdev'
make[2]: Nothing to be done for `first'.
make[2]: Leaving directory `/install/cvs/mythtv/libs/libdvbdev'
cd libmythtv && make -f Makefile
make[2]: Entering directory `/install/cvs/mythtv/libs/libmythtv'
g++ -c -pipe -Wall -W -O3 -march=pentiumpro -fomit-frame-pointer
`freetype-config --cflags` -D_REEN
TRANT  -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\"
-DMMX -DQT_NO_DEBUG -DQT_THREAD
_SUPPORT -I/usr/lib/qt-3.1/mkspecs/default -I. -I/usr/local/include
-I../libmyth -I.. -I../libavcod
ec -I../libavformat -I../libdvbdev -I/usr/lib/qt-3.1/include -o
NuppelVideoPlayer.o NuppelVideoPlay
er.cpp
In file included from NuppelVideoPlayer.cpp:18:
NuppelVideoRecorder.h:15:23: lame/lame.h: No such file or directory
In file included from NuppelVideoPlayer.cpp:18:
NuppelVideoRecorder.h:147: syntax error before `*' token
In file included from NuppelVideoPlayer.cpp:29:
nuppeldecoder.h:15:23: lame/lame.h: No such file or directory
In file included from NuppelVideoPlayer.cpp:29:
nuppeldecoder.h:85: syntax error before `*' token
NuppelVideoPlayer.cpp: In member function `int
   NuppelVideoPlayer::ReencodeFile(char*, char*, QString, bool, bool,
bool,
   QString)':
NuppelVideoPlayer.cpp:3005: warning: assignment to `long long int' from
`float'
NuppelVideoPlayer.cpp:3005: warning: argument to `long long int' from
`float'
make[2]: *** [NuppelVideoPlayer.o] Error 1
make[2]: Leaving directory `/install/cvs/mythtv/libs/libmythtv'
make[1]: *** [sub-libmythtv] Error 2
make[1]: Leaving directory `/install/cvs/mythtv/libs'
make: *** [sub-libs] Error 2
[root at mythtv mythtv]# rpm -qa lame
lame-3.93.1-1.dag.rh90
[root at mythtv mythtv]#

I have lame installed. Any suggestions?

Thanks,
James



More information about the mythtv-users mailing list