[mythtv] Plugin development.

George Galt george.galt at gmail.com
Thu Feb 25 16:44:38 UTC 2010


On Thu, Feb 25, 2010 at 9:58 AM, Zacarias Benta <zbenta at gmail.com> wrote:
>
>
>> 1)  download the source from www.mythtv.org for **BOTH** mythtv and the
>> plugins
>> 2)  go to your copy of the source and run the configure script with
>> whatever you need for parameters (e.g., for building on Fedora, one
>> wants to install to /usr so I usually use --prefix=/usr, but there are
>> other things as well, type ./configure --help for a list).  You will
>> need to run the configure scripts in both the mythtv and mythplugins
>> directories (I think).
>> 3) You DO NOT need to compile mythtv -- only run the configure scripts.
>> 4) Move your source tree for the mythhello plugin into the plugin
>> directory
>> 5) change back to using ../../mythconfig.mak and /../../settings.pro
>> in your .pro file
>> 6) qmake-qt4 -recursive
>> 7) make
>> 8) see what happens.
>
> I did it as you mentioned but still have the same errors.
>
> --
> Zacarias Benta
>
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
>
>

Are you building within QtCreator or are you building from a terminal
window?  QtCreator (I believe) sets a bunch of environmental variables
that might be causing interference.  If not, and you are building from
a terminal window, I'm at a loss.  Sorry.

George


More information about the mythtv-dev mailing list