<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1400" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>
<DIV><FONT face=Arial size=2>Hello all , I'm attempting to build the latest 
Mythtvcvs for Qt-embedded-3.3.1</FONT></DIV>
<DIV><FONT face=Arial size=2>Currently, It builds fine but error1's when i get 
to building lib/libmyth/mydialogue.cpp</FONT></DIV>
<DIV><FONT face=Arial size=2>It error's out because it doesn't find the 
'qwindowsystem_qws.h' file which is apart of qt-embedded.</FONT></DIV>
<DIV><FONT face=Arial size=2>So i manually define the path to it and mythtv 
continues to build.</FONT></DIV>
<DIV><FONT face=Arial size=2>But again now it errors out with undefined errors 
as below.</FONT></DIV><FONT face=Arial size=2>
<DIV><BR>make[2]: Entering directory 
`/home/max/mythtv/programs/mythepg'<BR>g++&nbsp; -o mythepg main.o&nbsp;&nbsp; 
-L/usr/share/qt3/lib -L/usr/X11R6/lib -L../../libs/libmyth 
-L../../libs/libmythtv -L../../libs/libavcodec -L../../libs/libavformat 
-lmythtv-0.15 -lmythavformat-0.15 -lmythavcodec-0.15 -lmyth-0.15 -lfreetype 
-lmp3lame `directfb-config --libs` -lqt-mt -lXext -lX11 -lm -lpthread 
<BR>../../libs/libmythtv/libmythtv-0.15.so: undefined reference to 
`QWidget::qwsEvent(QWSEvent*)'<BR>../../libs/libmythtv/libmythtv-0.15.so: 
undefined reference to `QWidget::scanLine(int) 
const'<BR>../../libs/libmyth/libmyth-0.15.so: undefined reference to 
`non-virtual thunk [nv:-148] to 
QSpinBox::valueChange()'<BR>../../libs/libmythtv/libmythtv-0.15.so: undefined 
reference to `non-virtual thunk [nv:-40] to QWidget::bytesPerLine() 
const'<BR>../../libs/libmythtv/libmythtv-0.15.so: undefined reference to 
`non-virtual thunk [nv:-40] to QWidget::graphicsContext(bool) 
const'<BR>../../libs/libmyth/libmyth-0.15.so: undefined reference to 
`non-virtual thunk [nv:-148] to 
QSpinBox::rangeChange()'<BR>../../libs/libmyth/libmyth-0.15.so: undefined 
reference to `non-virtual thunk [nv:-148] to 
QSlider::valueChange()'<BR>../../libs/libmythtv/libmythtv-0.15.so: undefined 
reference to `QWidget::bytesPerLine() 
const'<BR>../../libs/libmythtv/libmythtv-0.15.so: undefined reference to 
`QWidget::graphicsContext(bool) 
const'<BR>../../libs/libmythtv/libmythtv-0.15.so: undefined reference to 
`non-virtual thunk [nv:-40] to QWidget::scanLine(int) 
const'<BR>../../libs/libmyth/libmyth-0.15.so: undefined reference to 
`non-virtual thunk [nv:-148] to QSlider::rangeChange()'<BR>collect2: ld returned 
1 exit status<BR>make[2]: *** [mythepg] Error 1<BR>make[2]: Leaving directory 
`/home/max/mythtv/programs/mythepg'<BR>make[1]: *** [sub-mythepg] Error 
2<BR>make[1]: Leaving directory `/home/max/mythtv/programs'<BR>make: *** 
[sub-programs] Error 2</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Before i do compile mythtv i do export QTDIR=/my/qt/path and export 
ld_library_path=/path/to/qt/lib:$ld_library_path</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Dylan D.<BR></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV></FONT></FONT></DIV></BODY></HTML>