Subject: anyone get wip/mythtv working on Slackware?
To: None <tech-pkg@netbsd.org>
From: Louis Guillaume <lguillaume@berklee.edu>
List: tech-pkg
Date: 11/14/2004 10:36:02
Hello,

I've been trying for some time now to get wip/mythtv to build on 
Slackware 10. Two things seem to be happening...

1. The Makefiles throughout the project are not built (i.e. 'qmake 
blah.pro' seems to never be run.

2. If I do a...

find . -name "*.pro" | while read i ;do
   cd `dirname $i`
   qmake `basename $i`
   cd -
done

... then try to compile, I get "undefined reference to 'main'" errors.

I've also tried to upgrade the package to 0.16 but I'm running in to the 
very same problems.

If anyone has had success with this package, can you share what you did 
to get it to work?

Thanks very much.

Louis