Rusty Lynch wrote: > On Sun, 2009-04-05 at 21:58 -0700, Ajay Sharma wrote: >> Hello, >> >> I have an Intel Mobo/CPU (D945GCLF2) and I'm getting these errors while >> compiling mythtv (0.21-fixes branch, freshly checked out from SVN). >> Anyone have any suggestions as to what this means? >> >> Thanks, >> Ajay >> >> >> g++ -c -pipe -march=pentiumpro -fomit-frame-pointer -O3 -Wall >> -Wno-switch -Wpointer-arith -Wredundant-decls -Wno-non-virtual-dtor >> -D__STDC_CONSTANT_MACROS -I/usr/include/freetype2 -D_REENTRANT -DPIC >> -fPIC -DMMX -Di386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 >> -D_LARGEFILE_SOURCE -DUSING_OSS -DUSING_H264TOOLS -DUSING_X11 -DUSING_XV >> -DUSING_OPENGL -DUSING_FRONTEND -DUSING_FFMPEG_THREADS -DUSING_V4L >> -DUSING_BACKEND -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED >> -DQT_TABLET_SUPPORT -I/usr/lib/qt-3.3/mkspecs/default -I. >> -I/opt/mythtv/include -I../.. -I.. -I. -I../libmyth -I../libavcodec >> -I../libavutil -I../libmythmpeg2 -Idvbdev -Impeg -Iiptv >> -I../libmythlivemedia/BasicUsageEnvironment/include >> -I../libmythlivemedia/groupsock/include >> -I../libmythlivemedia/liveMedia/include >> -I../libmythlivemedia/UsageEnvironment/include -I/usr/lib/qt-3.3/include >> -o videoout_xv.o videoout_xv.cpp >> In file included from ../libmyth/mythwidgets.h:20, >> from ../libmyth/mythconfigdialogs.h:13, >> from ../libmyth/settings.h:4, >> from recordingprofile.h:4, >> from NuppelVideoPlayer.h:14, >> from videoout_xv.cpp:1: >> /usr/lib/qt-3.3/include/qimage.h: In member function ‘bool >> QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’: >> /usr/lib/qt-3.3/include/qimage.h:58: warning: suggest parentheses around >> && within || >> In file included from videoout_xv.cpp:58: >> /usr/include/X11/extensions/xf86vmode.h: At global scope: >> /usr/include/X11/extensions/xf86vmode.h:106: error: expected ‘;’ before > > Looks like INT32 isn't defined, which is defined by Xmd.h. > > Perhaps the codebase isn't ported to a modern Xorg implementation?
I took this back to the myth-dev list and they had a few suggestions saying my system was busted. I just grabbed the latest version from SVN and was able to successfully compile that on moblin. So whatever the issue is, it has been fixed and will be fine in their next stable release. --Ajay _______________________________________________ Moblin dev Mailing List [email protected] To manage or unsubscribe from this mailing list visit: https://lists.moblin.org/mailman/listinfo/dev or your user account on http://moblin.org once logged in. For more information on the Moblin Developer Mailing lists visit: http://moblin.org/community/mailing-lists
