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
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
Usually you can copy /usr/pluto/lib/* to your src/lib folder and that will provide what you need.
however, the plugins need special treatment, and can not typically be built without a full build pass.
-Thom
Quote from: tschak909 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
Good to know.