On Mon, Apr 11, 2005 at 11:19:33AM -0400, Jason M. Sullivan wrote: > > I sent this to the users list, but this seems more like a dev question. > > On Fri, Apr 08, 2005 at 08:37:28AM -0400, Jason M. Sullivan wrote: > > > > I've been looking around the mythtv website and google, but I can't seem to > > find MythFM to run the tuner on my PVR-350. Is this package now included > > in the base distribution, or is it orphaned? Obsolete? > > A little Googling led me to the sources for mythFM, and I started making a > stab at getting it compiled, if not working. The compile bombs out with > the following message... > > [EMAIL PROTECTED] mythFM]$ make > cd mythFM && make -f Makefile > make[1]: Entering directory `/home/mythtv/mythFM/mythFM' > g++ -c -pipe -Wall -W -O3 -march=pentiumpro -fomit-frame-pointer -D_REENTRANT > -fPIC -D_GNU_SOURCE -DPREFIX=\"/usr\" -DQT_NO_DEBUG -DQT_THREAD_SUPPORT > -DQT_PLUGIN -I/usr/lib/qt-3.3/mkspecs/default -I. -I/usr/include > -I/usr/local/include -I/include -o main.o main.cpp > main.cpp:1:18: qdir.h: No such file or directory > Just eyeballing the compile line, it looks like you might not have QTDIR set, since you have a -I/include right before main.o. That usually indicates some env var isn't set. I'm pretty sure on debian it's set to /usr/lib/qt3
_______________________________________________ mythtv-dev mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
