After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 578524 - synaesthesia MSVC compatibility
synaesthesia MSVC compatibility
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
0.10.11
Other Windows
: Normal normal
: 0.10.12
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-04-09 19:21 UTC by David Hoyt
Modified: 2009-04-14 22:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Possible fix (583 bytes, patch)
2009-04-09 19:22 UTC, David Hoyt
committed Details | Review

Description David Hoyt 2009-04-09 19:21:05 UTC
The synaesthesia plugin doesn't compile under MSVC due to references to headers that are not available with the MS SDKs. The bugs appear on line 31, 32, and 35.
Comment 1 David Hoyt 2009-04-09 19:21:59 UTC
Forgot to mention that it's in synaescope.c
Comment 2 David Hoyt 2009-04-09 19:22:43 UTC
Created attachment 132423 [details] [review]
Possible fix
Comment 3 Wim Taymans 2009-04-14 17:18:08 UTC
commit 3743c83acea97f65a219c07d3b4b4a7fd1c6089e
Author: David Hoyt <dhoyt at llnl.gov>
Date:   Tue Apr 14 19:16:46 2009 +0200

    synaesthesia: fix compilation on windows
    
    Fix compilation under MSVC due to references to headers
    that are not available with the MS SDKs.
    Fixes #578524
Comment 4 Tim-Philipp Müller 2009-04-14 22:22:46 UTC
These headers would/should IMO better be guarded with things like #ifdef HAVE_UNISTD_H and #ifdef HAVE_SYS_TIME_H etc.