Author Topic: Recompile MythTV_PlugIn  (Read 4608 times)

gaspala

  • Regular Poster
  • **
  • Posts: 20
    • View Profile
Recompile MythTV_PlugIn
« on: January 23, 2011, 04:10:11 am »
I would like to recompile and use MythTV_PlugIn. Is it possible to recompile this module alone without recompiling all of LinuxMCE code.

I tried to recompile MythTV_PlugIn. It complained on PlutoUtils. When I tried to recompile PlutoUtils, I got more errors.

Thanks for your help

rperre

  • Guru
  • ****
  • Posts: 264
    • View Profile
Re: Recompile MythTV_PlugIn
« Reply #1 on: January 26, 2011, 04:10:04 pm »
Gaspala, you would need to setup a build environment to do this.

http://wiki.linuxmce.org/index.php/Building_LinuxMCE_0810

It depends on many other packages, basically you do a complete build of lmce 1 time, after this you can build single packages for testing.

Richard

buckle

  • Veteran
  • ***
  • Posts: 68
    • View Profile
Re: Recompile MythTV_PlugIn
« Reply #2 on: February 17, 2011, 11:03:11 pm »
Usually you can copy /usr/pluto/lib/* to your src/lib folder and that will provide what you need.

tschak909

  • LinuxMCE God
  • ****
  • Posts: 5549
  • DOES work for LinuxMCE.
    • View Profile
Re: Recompile MythTV_PlugIn
« Reply #3 on: February 18, 2011, 05:42:57 am »
however, the plugins need special treatment, and can not typically be built without a full build pass.

-Thom

buckle

  • Veteran
  • ***
  • Posts: 68
    • View Profile
Re: Recompile MythTV_PlugIn
« Reply #4 on: February 18, 2011, 07:34:59 pm »
however, the plugins need special treatment, and can not typically be built without a full build pass.

-Thom

Good to know.