[mythtv-commits] Ticket #6685: Compiling SVN head (20786) fails on GetNumberXineramaScreens

MythTV mythtv at cvs.mythtv.org
Fri Jul 3 11:03:13 UTC 2009


#6685: Compiling SVN head (20786) fails on GetNumberXineramaScreens
--------------------------------+-------------------------------------------
 Reporter:  mythdev at telfort.nl  |       Owner:  ijr    
     Type:  defect              |      Status:  new    
 Priority:  minor               |   Milestone:  unknown
Component:  MythTV - General    |     Version:  unknown
 Severity:  medium              |     Mlocked:  0      
--------------------------------+-------------------------------------------
 Hello all,

 When I try to compile SVN head, it fails, because it can not find the
 GetNumberXineramaScreen in videooutbase.cpp.

 When I add the "mythxdisplay.h" include in videooutbase.cpp, it compiles
 fine.

 {{{
 Index: libs/libmythtv/videooutbase.cpp
 ===================================================================
 --- libs/libmythtv/videooutbase.cpp     (revision 20786)
 +++ libs/libmythtv/videooutbase.cpp     (working copy)
 @@ -12,6 +12,7 @@
  #include "mythverbose.h"
  #include "mythmainwindow.h"
  #include "mythuihelper.h"
 +#include "mythxdisplay.h"

  #ifdef USING_XV
  #include "videoout_xv.h"

 }}}

 My config command:
 {{{
 ./configure --disable-audio-oss --compile-type=release --enable-proc-opt
 --disable-joystick-menu --enable-ivtv --disable-lirc --disable-xvmc
 --enable-xv --disable-xrandr --disable-distcc --disable-dbox2 --disable-
 audio-jack --disable-xvmc-vld --disable-hdhomerun --disable-firewire
 --disable-iptv --disable-iwmmxt --disable-altivec --enable-dvb --disable-
 hdpvr --disable-mheg --disable-opengl-video --disable-opengl-vsync
 --disable-vdpau --disable-xv --disable-x11
 }}}

 Output from my configure:

 {{{
 # Basic Settings
 Compile type              release
 Compiler cache            no
 DistCC                    no
 qmake                     /usr/bin/qmake
 install prefix            /usr/local
 runtime prefix            /usr/local
 CPU                       x86_64 (AMD Athlon(tm) 64 Processor 3000+)
 big-endian                no
 yasm                      yes
 MMX enabled               yes
 CMOV enabled              yes
 CMOV is fast              yes

 # Input Support
 Joystick menu             no
 lirc support              no
 Video4Linux sup.          yes
 ivtv support              yes
 HR-PVR support            no
 FireWire support          no
 DVB support               yes [/usr/include]
 HDHomeRun support         no
 IPTV support              no

 # Sound Output Support
 PulseAudio support        no
 OSS support               no
 ALSA support              yes
 aRts support              no
 JACK support              no
 libfftw3 support          no

 # Video Output Support
 x11 support               no
 OpenGL video              no
 OpenGL vsync              no
 DirectFB                  no
 Fribidi formatting        yes
 MHEG support              no

 # Misc Features
 multi threaded libavcodec yes
 Frontend                  yes
 Backend                   yes

 # Bindings
 bindings_perl             yes
 bindings_python           yes

 Creating libs/libmythdb/mythconfig.h and libs/libmythdb/mythconfig.mak

 }}}

 Did I do something wrong?

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/6685>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list