[Spice-devel] [PATCH 0/8] mingw32 build

Gerd Hoffmann kraxel at redhat.com
Thu Jul 8 02:40:48 PDT 2010


  Hi,

This is a series of patches to make spice client buildable with the
mingw32 compiler.  Compiles fine.  Doesn't work yet, dunno why, maybe
some magic compiler switch missing, any ideas are welcome ...

Gerd Hoffmann (8):
  build: alsa is needed on linux only.
  build: only check for x11 extensions when building for x11 platform.
  build: use jpeg_boolean with more recent libjpeg versions.
  build: s/HUGE/INFINITY/
  mingw32 build: add client/windows/Makefile, tweak configure
  mingw32 build: -fvisibility test needs refinement, disable for now
  mingw32 build: disable ms compiler pragmas for gcc
  mingw32 build: fix build errors

 client/common.h                   |   12 +++
 client/jpeg_decoder.cpp           |    6 +-
 client/mjpeg_decoder.cpp          |    6 +-
 client/red_client.cpp             |    2 +-
 client/windows/Makefile.am        |  195 +++++++++++++++++++++++++++++++++++++
 client/windows/platform_utils.cpp |    4 +
 client/windows/platform_utils.h   |    3 +-
 client/zlib_decoder.h             |    4 +-
 common/gdi_canvas.c               |    4 +-
 configure.ac                      |   59 +++++++----
 10 files changed, 267 insertions(+), 28 deletions(-)
 create mode 100644 client/windows/Makefile.am



More information about the Spice-devel mailing list