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 518039 - libgstrtsp MSVC 6.0 compile error
libgstrtsp MSVC 6.0 compile error
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Windows
: Normal trivial
: 0.10.18
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-02-22 10:04 UTC by Kwang Yul Seo
Modified: 2008-03-02 18:33 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Kwang Yul Seo 2008-02-22 10:04:24 UTC
MSVC 6.0 doesn't have unistd.h. gstrtspconnection.c inlcudes it uncoditionally and causes compile errors in MSVC 6.0.
Comment 1 Tim-Philipp Müller 2008-03-02 18:33:00 UTC
I hope this fixes it:

 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>

        * gst-libs/gst/rtsp/gstrtspconnection.c:
          Don't include unix headers unconditionally (fixes #518037).

Please re-open if not (the sooner the better, since -base is freezing for release tomorrow).