OK then ...

At 09:15 AM 8/17/2005 +0100, Joel Merrick wrote:
>On Tue, 2005-08-16 at 23:13 -0700, JD wrote:
> > I'm wondering if anyone is using MythTV on a TSL box.
> >
> > I've tried without success to compile the source on my TSL 2.2 server.
> >
> > Also tried a test PC with TSL 3.0 and TSL 2.2 ... even loaded X on the 
> 2.2 box.
> >
> > But my compile continues to fail.  Knowing that this is not a support 
> list for
> > Myth I will not post specific info ...
>
>Perhaps you should mate, at least we could see the problem then ;)

The make routine runs clean until here [currently] and then produces a huge 
list of errors.

As far as I can tell ... make can't find the library ... X11/Xlib.h

make[2]: Entering directory 
`/home/users/jdlouhy/source/pvr/myth/mythtv-0.18.1/libs/libmyth'
g++ -c -pipe -Wall -W -O3 -Wall -Wno-switch -fomit-frame-pointer 
-D_REENTRANT -DPIC -fPIC  -DUSING_IVTV -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 
-DPREFIX=\"/usr/local\" -DUSING_OSS -DUSE_JOYSTICK_MENU -DQT_NO_DEBUG 
-DQT_THREAD_SUPPORT -I/usr/share/qt/mkspecs/default -I. 
-I/usr/local/include -I../libmythsamplerate -I../libmythsoundtouch -I../.. 
-I/include -o util-x11.o util-x11.cpp
In file included from util-x11.cpp:10:
util-x11.h:8:22: X11/Xlib.h: No such file or directory
                              ... this is line 10 of util-x11.h ..... 
#include <X11/Xlib.h>
In file included from util-x11.cpp:10:
util-x11.h:11: error: type specifier omitted for parameter `XErrorEvent'
util-x11.h:11: error: parse error before `*' token
util-x11.h:13: error: `XErrorEvent' was not declared in this scope
    [snip]

But the library is present
$ sudo /bin/bash
  [EMAIL PROTECTED] ~ # find /usr -name Xlib.h -print
  /usr/X11R6/include/X11/Xlib.h

# rpm -qa | grep xor
  xorg-x11-libs-6.8.2-4hr
  xorg-x11-fonts-6.8.2-4hr
  xorg-x11-devel-6.8.2-4hr
  xorg-x11-6.8.2-4hr


  # echo $PATH
  /sbin:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11R6/bi 
/sbin:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11R6/bin: 
/home/users/jdlouhy/bin

  # cat /etc/ld.so.conf
  /usr/local/lib
  /usr/X11R6/lib
  /usr/X11R6/include/X11

Again .. any help thoughts or words of wisdom would be welcome.
I can provide more detail if required.

Regards,
    >>JD<<
_______________________________________________
tsl-discuss mailing list
[email protected]
http://lists.trustix.org/mailman/listinfo/tsl-discuss

Reply via email to