[mythtv-users] Compile problems
Michael Skaastrup
Michael at Skaastrup.dk
Thu Apr 29 14:52:01 EDT 2004
Hi
I am trying to compile mythtv-0.14 on an corelinux distro, but the make
process complains about Xlib.h and Xinerama.h not being present. I have
verified that they are, and have edited ld.so.conf / run ldconfig with
no result.
I have compiled qt without Xinerama, is that my problem???
The files are present in /usr/X11/include/X11 (Xlib.h) and
/usr/X11/include/X11/extensions (Xinerama.h)
Any clues?
-Michael
Output as follows.
gcc -c -pipe -Wall -W -O3 -march=i586 -fomit-frame-pointer -D_REENTRANT
-fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\"
-DMMX -DUSING_IVTV -DUSING_VIASLICE -DQT_NO_DEBUG -DQT_THREAD_SUPPORT
-DQT_SHARED -I/usr/local/qt/mkspecs/default -I. -I/usr/local/include
-I/usr/X11R6/include/X11 -I/usr/local/qt/include -o util.o util.cpp
cc1plus: warning: changing search order for system directory
"/usr/local/include"
cc1plus: warning: as it has already been specified as a non-system
directory
util.cpp:13:22: X11/Xlib.h: No such file or directory
util.cpp:14:37: X11/extensions/Xinerama.h: No such file or directory
util.cpp: In function `void GetMythTVGeometry(Display*, int, int*, int*,
int*,
int*)':
util.cpp:509: `XineramaQueryExtension' undeclared (first use this
function)
util.cpp:509: (Each undeclared identifier is reported only once for each
function it appears in.)
util.cpp:510: `XineramaIsActive' undeclared (first use this function)
util.cpp:512: `XineramaScreenInfo' undeclared (first use this function)
util.cpp:512: `xinerama_screens' undeclared (first use this function)
util.cpp:513: `screen' undeclared (first use this function)
util.cpp:518: `XineramaQueryScreens' undeclared (first use this
function)
util.cpp:541: `XFree' undeclared (first use this function)
util.cpp:545: `DisplayWidth' undeclared (first use this function)
util.cpp:546: `DisplayHeight' undeclared (first use this function)
More information about the mythtv-users
mailing list