[mythtv-users] MythTV cross-compilation - QT compiling error

Hagit Guy hagit_guy at hotmail.com
Thu Apr 5 09:21:25 UTC 2007


Hi all,

 

I'm trying to cross-compile mythtv-0.20 for a MIPS based machine.

I've already managed to cross-compile Qt/Embedded 3.3.8 and X11 for MIPS.

My $QTDIR environment variable points to my cross compiled Qt location and
my path include $QTDIR/bin.

My mythtv configure line is: configure --arch=mipsel --x11-path=<the
location of my cross compiled X11>

 

After configure is done, I run make and I get:

 

screensaver-x11.cpp: In constructor `ScreenSaverX11::ScreenSaverX11()':

screensaver-x11.cpp:51: error: `qt_xdisplay' undeclared (first use this
function)

screensaver-x11.cpp:51: error: (Each undeclared identifier is reported only
once for each function it appears in.)

screensaver-x11.cpp: In member function `virtual void
ScreenSaverX11::Disable()':

screensaver-x11.cpp:90: error: `qt_xdisplay' undeclared (first use this
function)

screensaver-x11.cpp: In member function `virtual void
ScreenSaverX11::Restore()':

screensaver-x11.cpp:128: error: `qt_xdisplay' undeclared (first use this
function)

screensaver-x11.cpp: In member function `virtual void
ScreenSaverX11::Reset()':

screensaver-x11.cpp:148: error: `qt_xdisplay' undeclared (first use this
function)

screensaver-x11.cpp: In member function `virtual bool
ScreenSaverX11::Asleep()':

screensaver-x11.cpp:172: error: `qt_xdisplay' undeclared (first use this
function)

make[2]: *** [screensaver-x11.o] Error 1

 

 

What am I doing wrong?

 

Thanks in advance

 

 

 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20070405/3579b323/attachment.htm 


More information about the mythtv-users mailing list