Mailing List Archive

Help undefinded reference on myth compile
Hello

I am new to myth and am running red hat 9. I have all lf the packages
installed qt3.2, xmltv 5.14, lame and ther rest.. All pacakages compile
except for myth. I am getting a bunch of undefined reference errors such
as..

../../libs/libmythtv/libmythtv.a(NuppelVideoPlayer.o)(.text+0xdc1f): In
function `NuppelVideoPlayer::FlagCommercials(bool, bool)':
: undefined reference to `QMutex::lock()'
../../libs/libmythtv/libmythtv.a(NuppelVideoPlayer.o)(.text+0xdc6f): In
function `NuppelVideoPlayer::FlagCommercials(bool, bool)':
: undefined reference to `QMutex::unlock()'
../../libs/libmythtv/libmythtv.a(remoteencoder.o)(.text+0x369): In function
`RemoteEncoder::openControlSocket(QString const&, short)':
: undefined reference to `QApplication::lock()'
../../libs/libmythtv/libmythtv.a(remoteencoder.o)(.text+0x3bc): In function
`RemoteEncoder::openControlSocket(QString const&, short)':
: undefined reference to `QApplication::unlock(bool)'
../../libs/libmythtv/libmythtv.a(RingBuffer.o)(.text+0x22e6): In function
`RingBuffer::safe_read(RemoteFile*, void*, unsigned)':
: undefined reference to `QApplication::lock()'
../../libs/libmythtv/libmythtv.a(RingBuffer.o)(.text+0x2309): In function
`RingBuffer::safe_read(RemoteFile*, void*, unsigned)':
: undefined reference to `QApplication::unlock(bool)'
../../libs/libmythtv/libmythtv.a(RingBuffer.o)(.text+0x233c): In function
`RingBuffer::safe_read(RemoteFile*, void*, unsigned)':
: undefined reference to `QApplication::lock()'
../../libs/libmythtv/libmythtv.a(RingBuffer.o)(.text+0x235f): In function
`RingBuffer::safe_read(RemoteFile*, void*, unsigned)':
: undefined reference to `QApplication::unlock(bool)'
\


I have set up QT with all the proper enviro vars etc. I have also followed
all of the instructions in the myth docs for as far as I can tell.

CAn anyone help, I have spent a full day and am running out of ideas..

Thanks.

_________________________________________________________________
The new MSN 8: advanced junk mail protection and 2 months FREE*
http://join.msn.com/?page=features/junkmail

_______________________________________________
mythtv-users mailing list
mythtv-users@snowman.net
http://lists.snowman.net/cgi-bin/mailman/listinfo/mythtv-users
Re: Help undefinded reference on myth compile [ In reply to ]
On Sunday 20 July 2003 02:40 am, Monty . wrote:

> function `NuppelVideoPlayer::FlagCommercials(bool, bool)':
> : undefined reference to `QMutex::lock()'

All those references to lock() suggest you do not have Qt multithreading
installed. This would either be a different rpm altogether (qtmt ?) or an
extra module. I don't know very much about RedHat.

- thor



_______________________________________________
mythtv-users mailing list
mythtv-users@snowman.net
http://lists.snowman.net/cgi-bin/mailman/listinfo/mythtv-users
Re: Help undefinded reference on myth compile [ In reply to ]
On Saturday 19 July 2003 10:40 pm, Monty . wrote:
> Hello
>
> I am new to myth and am running red hat 9. I have all lf the packages
> installed qt3.2, xmltv 5.14, lame and ther rest.. All pacakages compile
> except for myth. I am getting a bunch of undefined reference errors such
> as..

Did you compile your own version of Qt without thread support or something?

Any particular reason you didn't just use the mythtv RPMs from
http://atrpms.physik.fu-berlin.de/dist/rh9/mythtv-suite/
?

Isaac
_______________________________________________
mythtv-users mailing list
mythtv-users@snowman.net
http://lists.snowman.net/cgi-bin/mailman/listinfo/mythtv-users