[mythtv] Re: [PATCH] [patch] Add smart playlists to mythmusic (translate.pro)

Paul mythtv at dsl.pipex.com
Tue Feb 1 22:32:07 UTC 2005


      Re: [PATCH] [patch] Add smart playlists to mythmusic (translate.pro)
[In reply to]

--------------------------------------------------------------------------


Steven wrote:

>The preset smarlists you supplied work fine here but pushing the Smart
>Playlist button craches mythfrontend with this message :
>mythfrontend: symbol lookup error:
>/usr/lib/mythtv/plugins/libmythmusic.so: undefined symbol:
>_ZN19SmartPlaylistDialogC1EP14MythMainWindowPKc

Not really sure what the problem is here I'm no expert on these things but
it looks like the smartplaylist.o object has not been linked into to the
final plugin executable.

All I can suggest is that you make sure the smartplaylist.h and
smartplaylist.cpp
files have been added to the /mythmusic/mythmusic.pro file. Do a make
distclean,
qmake, make, make install and see what happens. Did the patch apply cleanly?

I think of the top of my head you can see if the symbols are missing from
the libmythmusic.so file by running in the mythmusic source directory
'objdump -t libmythmusic.so | grep SmartPlaylistDialog'. It should display a
whole
bunch of symbols if all is well.

Paul





More information about the mythtv-dev mailing list