> As far as I can tell ... make can't find the library ... X11/Xlib.h Make can't find X11/Xlib.h (Header File) :) your keyword 'library' confused me to post the other mail with LDFLAGS :).
> 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 As far the g++ args are concerned it is clear, that the path where X11/Xlib.h is located (/usr/X11R6/include/X11) is not given to g++ args. Try passing -I/usr/X11R6/include and -I/usr/include to g++, this will solve your problem. Cheers!! Regards, Syed Shabir Zakiullah. _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
