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 391915 - adapter test doesn't compile with mingw
adapter test doesn't compile with mingw
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.10.11
Other Windows
: Normal normal
: 0.10.12
Assigned To: Tim-Philipp Müller
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-01-02 15:27 UTC by Vincent Torri
Modified: 2007-01-02 17:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vincent Torri 2007-01-02 15:27:46 UTC
Because of the use of the tms structure (included by sys/times.h), the adaptater test can't be compiled with mingw.
Comment 1 Tim-Philipp Müller 2007-01-02 17:02:16 UTC
This should hopefully fix it (please re-open if not):

 2007-01-02  Tim-Philipp Müller  <tim at centricular dot net>

        * configure.ac:
        * tests/examples/Makefile.am:
          Compile adapter test/example only if the required headers are
          available (fixes #391915).