[gstreamer-bugs] [Bug 583873] Build fixes for Windows

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue May 26 03:59:12 PDT 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=583873

  GStreamer | gst-sharp | Ver: git




------- Comment #3 from Maarten Bosmans  2009-05-26 10:59 UTC -------
Created an attachment (id=135377)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=135377&action=view)
Final build fixes for Windows

This is the final patch, with these three patches gstreamer-sharp builds
perfectly on Windows using MSys/mingw and either .Net csc.exe or Mono gmcs.

The -option style arguments are understood by both compilers.

samples/gtk-video-player can't be build using MS csc.exe, because -pkg: is a
Mono extension. The sample uses a X11 P/Invoke anyway, so disabling it on
Windows is a good idea. The patch uses an Automake conditional to disable the
sample program when not using mono.

The patch also uses the same conditional to convert path/file.cs to
path\file.cs, because the former is not understood by csc.exe. This is much
like it is already done in Makefile.am for generated/*.cs.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=583873.




More information about the Gstreamer-bugs mailing list