[solved] Unable to build xbmc-pvr-addons/cmyth
#1
Hi,
I've been unable to build the mythtv pvr addon for quite a few months. I've given up trying to fault find this Sad I'm hoping someone will have come across this or can help diagnose it.

My build environment is here

The build log is here

You'll see at the bottom of the build log "/home/xbmc/xbmc-pvr-addons/lib/cmyth/libcmyth.la", this file does not exist anywhere in the source that I can see. All other pvr-addons appear to build OK and the zip files created.

My mythtv version is 0.26.

If you need any other info, please ask.

TIA
Reply
#2
How do you trigger the build?
It seems like you're only building the addon, but not the lib (libcmyth).
Usually you would run make on the root directory. But if you only want to build that addon,
you can run make -C lib/cmyth && make -C addon/pvr.mythtv.cmyth
Reply
#3
Hi cfetzer,
BOOM! Thanks a million! Absolutely perfect Smile This is how I'm now building the archive:
Code:
./bootstrap
./configure --enable-addons-with-dependencies

cd addons/pvr.mythtv.cmyth
make -C ~/xbmc-pvr-addons/lib/cmyth && make -C ~/xbmc-pvr-addons/addons/pvr.mythtv.cmyth
make zip

A big thanx to you and the guys for a much needed and brilliant tool Big Grin
Reply
#4
You're welcome. Ah btw: if you're eager to test new stuff, you can build from github.com/fetzerch/xbmc-pvr-addons. It's all described here: http://wiki.xbmc.org/index.php?title=PVR...FromSource
Reply

Logout Mark Read Team Forum Stats Members Help
[solved] Unable to build xbmc-pvr-addons/cmyth0