This is a clean install. I've added the dependancies as far as I know
but I'm not sure what the error is here? Can someone point it out for
me?<br>
<br>
Thanks,<br>
<br>
make[1]: Entering directory `/home/mythtv/mythplugins/mythdvd'<br>
cd mythdvd &amp;&amp; qmake <a href="http://mythdvd.pro">mythdvd.pro</a> -o Makefile<br>
cd mythdvd &amp;&amp; make -f Makefile<br>
make[2]: Entering directory `/home/mythtv/mythplugins/mythdvd/mythdvd'<br>
g++ -c -pipe -march=athlon -I/usr/include/kde/artsc -pthread
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -W -O3 -Wall
-Wno-switch -fomit-frame-pointer -D_REENTRANT -DPIC -fPIC&nbsp;
-D_GNU_SOURCE -DPREFIX=\&quot;/usr/local\&quot; -DMMX -Di386 -DUSING_DBOX2
-D_FILE_OFFSET_BITS=64 -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_PLUGIN
-I/usr/lib/qt-3.3/mkspecs/default -I. -I/usr/local/include
-I/usr/kde/3.3/include -I/usr/local/include -I/usr/include
-I/usr/X11R6/include -I/usr/lib/qt-3.3/include -o dvdripbox.o
dvdripbox.cpp<br>
In file included from /usr/include/dvdread/ifo_read.h:24,<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from dvdinfo.h:17,<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from dvdripbox.h:22,<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from dvdripbox.cpp:19:<br>
/usr/include/dvdread/ifo_types.h:32:2: error: #error &quot;Must include
&lt;inttypes.h&gt; or &lt;stdint.h&gt; before any libdvdread header.&quot;<br>
make[2]: *** [dvdripbox.o] Error 1<br>
make[2]: Leaving directory `/home/mythtv/mythplugins/mythdvd/mythdvd'<br>
make[1]: *** [sub-mythdvd] Error 2<br>
make[1]: Leaving directory `/home/mythtv/mythplugins/mythdvd'<br>
make: *** [sub-mythdvd] Error 2<br>
<br>