Dear all:&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; When compiling mythtv, such errors which is below come out.&nbsp; <br><br>&nbsp;&nbsp;&nbsp;&nbsp; My configuration and exporting parameters are below:<br>&nbsp;&nbsp; <br>export QTDIR=/home/andy/work/sigma/armutils_2.5.146.0/qt-x11-free-3.3.5
<br>export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH<br><br>./configure&nbsp;&nbsp; --disable-audio-oss&nbsp; --disable-audio-alsa&nbsp; --disable-audio-arts&nbsp;&nbsp; --disable-firewire&nbsp;&nbsp; --disable-dbox2 --disable-xv&nbsp; --disable-xvmc-opengl&nbsp; --disable-x11 --disable-iwmmxt&nbsp;&nbsp;&nbsp; &amp;&amp;&nbsp; make &amp;&amp; make install
<br><br>And compiling error message is below:<br><br>cd libmyth &amp;&amp; make -f Makefile<br>make[2]: Entering directory `/tmp/andy/work/mythtv/libs/libmyth&#39;<br>g++ -c -pipe -march=pentiumpro -Wall -W -O3 -Wall -Wno-switch -fomit-frame-pointer -D_REENTRANT -DPIC -fPIC&nbsp; -DMMX -Di386 -DUSING_FREEBOX -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\&quot;/usr/local\&quot; -DLIBDIR=\&quot;/usr/local/lib\&quot; -DUSE_JOYSTICK_MENU -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/home/andy/work/sigma/armutils_2.5.146.0/qt-
x11-free-3.3.5/mkspecs/default -I. -I/usr/local/include -I../libmythsamplerate -I../libmythsoundtouch -I../.. -I.. -I/home/andy/work/sigma/armutils_2.5.146.0/qt-x11-free-3.3.5/include -o util-x11.o util-x11.cpp<br><span style="font-weight: bold;">
util-x11.cpp:15:37: error: X11/extensions/Xinerama.h: No such file or directory</span><br>util-x11.cpp: In function 'int GetNumberOfXineramaScreens()':<br><span style="font-style: italic;">util-x11.cpp:40: error: 'XineramaQueryExtension' was not declared in this scope
</span><br style="font-style: italic;"><span style="font-style: italic;">util-x11.cpp:41: error: 'XineramaIsActive' was not declared in this scope</span><br style="font-style: italic;"><span style="font-style: italic;">util-x11.cpp
:42: error: 'XineramaQueryScreens' was not declared in this scope</span><br>make[2]: *** [util-x11.o] Error 1<br>make[2]: Leaving directory `/tmp/andy/work/mythtv/libs/libmyth&#39;<br>make[1]: *** [sub-libmyth] Error 2<br>
make[1]: Leaving directory `/tmp/andy/work/mythtv/libs&#39;<br>make: *** [sub-libs] Error 2<br><br>I have find it in&nbsp;&nbsp; /usr/include/X11/extensions/ and really don&#39;t find file of&nbsp; <span style="font-weight: bold;">Xinerama.h
,&nbsp; </span>my OS is Ubuntu 7.04,&nbsp; it&nbsp; seems that I have installed as many X11 library files as possible, using apt-get. &nbsp; I have googled in internet but find few useful information to solve it.&nbsp; <br><br>Any ideal will be welcome and appreciated.&nbsp; Thanks in advance. 
<br><br><br><br>