shobha ranganathan
2006-Jul-26 22:33 UTC
[Xen-users] make world generates error :"ERROR: QEMU requires SDL or Cocoa for graphical output"
I downloaded xen-unstable-src.tar and did a make world in RH EL4. I get the following error and want to know how and where to add "--disable-gfx-check" Adlib support no CoreAudio support no ALSA support no DSound support no FMOD support no kqemu support no Documentation no ERROR: QEMU requires SDL or Cocoa for graphical output To build QEMU without graphical output configure with --disable-gfx-check Note that this will disable all output from the virtual graphics card. make[3]: *** [ioemuinstall] Error 1 make[3]: Leaving directory `/root/july26/xen-unstable/tools'' make[2]: *** [install] Error 2 make[2]: Leaving directory `/root/july26/xen-unstable/tools'' make[1]: *** [install-tools] Error 2 make[1]: Leaving directory `/root/july26/xen-unstable'' make: *** [world] Error 2 root@setst-p6m-01:~...xen-unstable/tools/ioemu# uname -a Linux setst-p6m-01 2.6.9-34.ELsmp #1 SMP Fri Feb 24 16:56:28 EST 2006 x86_64 x86_64 x86_64 GNU/Linux Shobha --------------------------------- Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2¢/min or less. --0-778727650-1153953200=:66598 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: 8bit <div><BR>I downloaded xen-unstable-src.tar and did a make world in RH EL4.</div> <div> </div> <div>I get the following error and want to know how and where to add "--disable-gfx-check"</div> <div> </div> <div>Adlib support no<BR>CoreAudio support no<BR>ALSA support no<BR>DSound support no<BR>FMOD support no<BR>kqemu support no<BR>Documentation no<BR>ERROR: QEMU requires SDL or Cocoa for graphical output<BR>To build QEMU without graphical output configure with --disable-gfx-check<BR>Note that this will disable all output from the virtual graphics card.<BR>make[3]: *** [ioemuinstall] Error 1<BR>make[3]: Leaving directory `/root/july26/xen-unstable/tools''<BR>make[2]: *** [install] Error 2<BR>make[2]: Leaving directory `/root/july26/xen-unstable/tools''<BR>make[1]: *** [install-tools] Error 2<BR>make[1]: Leaving directory `/root/july26/xen-unstable''<BR>make: *** [world] Error 2<BR></div><FONT size=2> <div>root@setst-p6m-01:~...xen-unstable/tools/ioemu# uname -a</div> <div>Linux setst-p6m-01 2.6.9-34.ELsmp #1 SMP Fri Feb 24 16:56:28 EST 2006 x86_64 x86_64 x86_64 GNU/Linux</div> <div> </div> <div>Shobha</div></FONT><p>  <hr size=1>Yahoo! Messenger with Voice. <a href="http://us.rd.yahoo.com/mail_us/taglines/postman1/*http://us.rd.yahoo.com/evt=39663/*http://voice.yahoo.com">Make PC-to-Phone Calls</a> to the US (and 30+ countries) for 2¢/min or less. --0-778727650-1153953200=:66598-- --===============1203953485=Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users --===============1203953485==--
Andrew D. Ball
2006-Jul-31 13:47 UTC
[Xen-users] Re: [Xen-devel] make world generates error :"ERROR: QEMU requires SDL or Cocoa for graphical output"
I have no idea, but you can also get around this problem by installing a libSDL development package, of course ... Peace. Andrew On Wed, 2006-07-26 at 15:33 -0700, shobha ranganathan wrote:> > I downloaded xen-unstable-src.tar and did a make world in RH EL4. > > I get the following error and want to know how and where to add "-- > disable-gfx-check" > > Adlib support no > CoreAudio support no > ALSA support no > DSound support no > FMOD support no > kqemu support no > Documentation no > ERROR: QEMU requires SDL or Cocoa for graphical output > To build QEMU without graphical output configure with --disable-gfx- > check > Note that this will disable all output from the virtual graphics card. > make[3]: *** [ioemuinstall] Error 1 > make[3]: Leaving directory `/root/july26/xen-unstable/tools'' > make[2]: *** [install] Error 2 > make[2]: Leaving directory `/root/july26/xen-unstable/tools'' > make[1]: *** [install-tools] Error 2 > make[1]: Leaving directory `/root/july26/xen-unstable'' > make: *** [world] Error 2 > > root@setst-p6m-01:~...xen-unstable/tools/ioemu# uname -a > Linux setst-p6m-01 2.6.9-34.ELsmp #1 SMP Fri Feb 24 16:56:28 EST 2006 > x86_64 x86_64 x86_64 GNU/Linux > > Shobha > > > ______________________________________________________________________ > Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ > countries) for 2¢/min or less. > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Christian Limpach
2006-Aug-04 09:22 UTC
Re: [Xen-devel] make world generates error :"ERROR: QEMU requires SDL or Cocoa for graphical output"
On 7/31/06, Andrew D. Ball <aball@us.ibm.com> wrote:> I have no idea, but you can also get around this problem by installing a > libSDL development package, of course ...I''ve checked in a change which allows --disable-sdl without the --disable-gfx-check option. With vnc support always available/built-in, --disable-gfx-check doesn''t make sense. christian> > Peace. > Andrew > On Wed, 2006-07-26 at 15:33 -0700, shobha ranganathan wrote: > > > > I downloaded xen-unstable-src.tar and did a make world in RH EL4. > > > > I get the following error and want to know how and where to add "-- > > disable-gfx-check" > > > > Adlib support no > > CoreAudio support no > > ALSA support no > > DSound support no > > FMOD support no > > kqemu support no > > Documentation no > > ERROR: QEMU requires SDL or Cocoa for graphical output > > To build QEMU without graphical output configure with --disable-gfx- > > check > > Note that this will disable all output from the virtual graphics card. > > make[3]: *** [ioemuinstall] Error 1 > > make[3]: Leaving directory `/root/july26/xen-unstable/tools'' > > make[2]: *** [install] Error 2 > > make[2]: Leaving directory `/root/july26/xen-unstable/tools'' > > make[1]: *** [install-tools] Error 2 > > make[1]: Leaving directory `/root/july26/xen-unstable'' > > make: *** [world] Error 2 > > > > root@setst-p6m-01:~...xen-unstable/tools/ioemu# uname -a > > Linux setst-p6m-01 2.6.9-34.ELsmp #1 SMP Fri Feb 24 16:56:28 EST 2006 > > x86_64 x86_64 x86_64 GNU/Linux > > > > Shobha > > > > > > ______________________________________________________________________ > > Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ > > countries) for 2¢/min or less. > > _______________________________________________ > > Xen-devel mailing list > > Xen-devel@lists.xensource.com > > http://lists.xensource.com/xen-devel > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel