[mythtv-users] .24 Audio results: mixed

Douglas Peale Douglas_Peale at comcast.net
Tue Jun 29 03:11:53 UTC 2010


On 06/28/2010 07:43 PM, Jean-Yves Avenard wrote:
> 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
> 

This is what I get without the -j2:

make[2]: Entering directory `/home/dpeale/trunk/mythtv/libs/libmythui'
ccache g++ -c -pipe -fomit-frame-pointer -g -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -Wno-non-virtual-dtor
-funit-at-a-time -D__STDC_CONSTANT_MACROS -I/usr/include/directfb -D_REENTRANT -D_REENTRANT -DPIC -fPIC -DMMX -D_GNU_SOURCE
-D_FILE_OFFSET_BITS=64 -DUSING_VDPAU -DUSING_X11 -DUSE_JOYSTICK_MENU -DUSE_LIRC -DUSING_XRANDR -DUSING_QTWEBKIT -DQT_WEBKIT_LIB
-DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I.
-I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml
-I/usr/include/qt4/QtSql -I/usr/include/qt4/QtWebKit -I/usr/include/qt4 -I/usr/include -I~/mythtvdebug -I../libmythdb -I../..
-I.. -I. -o mythmainwindow.o mythmainwindow.cpp
In file included from mythmainwindow.cpp:3:
mythmainwindow_internal.h:32: error: expected class-name before ‘{’ token
mythmainwindow.cpp: In constructor ‘MythPainterWindowVDPAU::MythPainterWindowVDPAU(MythMainWindow*, MythMainWindowPrivate*)’:
mythmainwindow.cpp:292: error: class ‘MythPainterWindowVDPAU’ does not have any field named ‘QGLWidget’
mythmainwindow.cpp:295: error: ‘setAutoBufferSwap’ was not declared in this scope
mythmainwindow.cpp: In member function ‘void MythMainWindow::Init()’:
mythmainwindow.cpp:860: error: cannot convert ‘MythPainterWindowVDPAU*’ to ‘QWidget*’ in assignment
make[2]: *** [mythmainwindow.o] Error 1
make[2]: Leaving directory `/home/dpeale/trunk/mythtv/libs/libmythui'
make[1]: *** [sub-libmythui-make_default] Error 2
make[1]: Leaving directory `/home/dpeale/trunk/mythtv/libs'
make: *** [sub-libs-make_default-ordered] Error 2


More information about the mythtv-users mailing list