<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">On Dec 18, 2013, at 4:59 AM, Mark Perkins <<a href="mailto:perkins1724@hotmail.com">perkins1724@hotmail.com</a>> wrote:<br><div><br class="Apple-interchange-newline"><blockquote type="cite"><span style="font-family: Calibri; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;">Does anyone have any advice for me in this situation.</span><br style="font-family: Calibri; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"></blockquote></div><br><div>Besides what the others have said, you're probably going to have to install -dev versions of a lot of libraries to get the headers myth requires for building. Installing from binary packages means you've only needed the run time components of each but the build process reqiures more.</div><div><br></div><div>A quick way to do it is to run "apt-get build-dep mythtv". After that configure should enable everything you want. If anything is missing you'll have to manually install the corresponding -dev library. Sometimes it will be obvious which one and sometimes you'll have to look through the configure script to find what header it's looking for and then apt-cache search.</div><div><br></div><div>Hopefully you're going to pull from fixes until you're confident about the build process?</div><div><br></div><div>- George</div><div><br></div></body></html>