[mythtv-users] .24 Audio results: mixed

Jean-Yves Avenard jyavenard at gmail.com
Tue Jun 29 02:43:48 UTC 2010


Hi

On 29 June 2010 12:33, Douglas Peale <Douglas_Peale at comcast.net> wrote:
> On 06/28/2010 06:46 PM, Jean-Yves Avenard wrote:
>> Hi
>
>> If you compiled your own version, it would help find out what's going
>> on as I could send you a version with extra verbose..
>>
>> It's very easy to compile really... especially on ubuntu..
>
> Easy for you to say. I hate magic! (magic==a bunch of commands I have no idea what they mean I've been told to run on my computer)
>>
>> Open a terminal:
>> sudo apt-get build-dep mythtv
>>
>> this will download all the dependency required...
>>
>> Check out the source code:
>> svn co http://svn.mythtv.org/svn/trunk
>
> This only works if subversion is already installed. I had to install it.
>
>>
>> to compile, go to the trunk/mythtv folder.
>> type:
>> ./configure --prefix=/location --compile-type=debug
>>
>> replace /location with an area you have write access to (personally I
>> create  folder in /usr/local/mythtv-trunk, and make that folder
>> writeable by myself)
>>
>> then you do
>> make -j2
>
> Failure occurs here. Tail end of messages:
> lX11 -lXext -lXxf86vm -lXv -lXrandr -lXvMCW -lXvMC -lpulse -lpthread
> ln -s libmythlivemedia-0.23.so.0.23.0 libmythlivemedia-0.23.so
> ln -s libmythlivemedia-0.23.so.0.23.0 libmythlivemedia-0.23.so.0
> ln -s libmythlivemedia-0.23.so.0.23.0 libmythlivemedia-0.23.so.0.23
> make[2]: Leaving directory `/home/dpeale/trunk/mythtv/libs/libmythlivemedia'
> make[1]: Leaving directory `/home/dpeale/trunk/mythtv/libs'
> make: *** [sub-libs-make_default-ordered] Error 2

re-run with make only (remove the -j2) because I can't see the error here

>
> I have no idea what this means.
>
>> make install
>>
>
> I assume (hope) this creates a test directory that I can run a test version from, and does not overwrite my already installed
> MythTV stuff. Am I correct?

it all depends on what path you've given to the configure script with
the --prefix

> I don't think you'd like dealing with my 1.5Mb connection.

it's just a shell access I would need


More information about the mythtv-users mailing list