On Fri, Feb 11, 2005 at 11:54:15AM +0100, Didde Brockman wrote:
> Damned. I tried compiling the .16 release on my Debian box a while back 
> when I got started but I was just overwhealmed by the errors generated 
> so I decided to just use the precompiled debs instead.
> 
> Now when .17 is out, I really, really, really want to give it a go on 
> my lab machine but the same dang error appear. I have installed 
> everything necessary (AFAICT) but something is messed up...

With mdz's apt source[1] in your sources.list, do "apt-get build-dep mythtv".
That will install all of the build dependencies you need, including all of
the x development packages which are what you're missing.

If you were actually building from debian source packages, you'd do:
apt-get build-dep mythtv
apt-get source mythtv
cd mythtv-0.16
make your chances to settings.pro
dpkg-buildpackage -rfakeroot -us -uc

I did this just yesterday and it worked, meaning that the source package is
correctly listing it's build dependencies.  It took some messing around to
get it to link with the nvidia xvmc stuff but only because I was not
compiling on a machine with those drivers running...

Take care,
     Dale

[1]
deb http://dijkstra.csh.rit.edu/~mdz/debian unstable mythtv
deb-src http://dijkstra.csh.rit.edu/~mdz/debian unstable mythtv

-- 
Dale E. Martin - [EMAIL PROTECTED]
http://the-martins.org/~dmartin
_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to