pravin wrote: > Hi > I tried to build kvm-48 on open suse 10.3 but configure is > giving me error. actually no virtual graphics card is getting selected > as SDL is giving error. > > --------------------- > Install prefix /usr/local > BIOS directory /usr/local/share/qemu > binary directory /usr/local/bin > Manual directory /usr/local/share/man > ELF interp prefix /usr/gnemul/qemu-%M > Source path /home/root/work/kvm-48/qemu > C compiler /usr/bin/gcc > Host C compiler gcc > make make > install install > host CPU x86_64 > host big endian no > target list x86_64-softmmu > gprof enabled no > profiler no > static build no > SDL support no > mingw32 support no > Adlib support no > CoreAudio support no > ALSA support no > DSound support no > FMOD support no > OSS support yes > VNC TLS support yes > TLS CFLAGS > TLS LIBS -lgnutls > kqemu support no > kvm support yes > Documentation yes > The error log from compiling the libSDL test is: > /tmp/qemu-conf-16932-14880-11765.c:1:17: error: SDL.h: No such file or > directory > /tmp/qemu-conf-16932-14880-11765.c: In function 'main': > /tmp/qemu-conf-16932-14880-11765.c:3: error: 'SDL_INIT_VIDEO' > undeclared (first use in this function) > /tmp/qemu-conf-16932-14880-11765.c:3: error: (Each undeclared > identifier is reported only once > /tmp/qemu-conf-16932-14880-11765.c:3: error: for each function it appears in.) > 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. > > --------------------- > > I am using opensuse 2.6.22.5-31-default kernel. Am i missing any > required packages? Let me know if you guys need any other info. > Seems like you dont have SDL-devel package. Either install it or use the
--disable-gfx-check flag. Dor. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ kvm-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kvm-devel
