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 512855 - compile error due to CLOCK_MONOTONIC
compile error due to CLOCK_MONOTONIC
Status: RESOLVED DUPLICATE of bug 512715
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.10.16
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-01-29 17:54 UTC by Jens Granseuer
Modified: 2008-01-30 11:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
config.log (13.51 KB, application/x-bzip)
2008-01-29 21:42 UTC, Jens Granseuer
Details

Description Jens Granseuer 2008-01-29 17:54:23 UTC
gstutils.c: In function `gst_util_get_timestamp':
gstutils.c:3350: `CLOCK_MONOTONIC' undeclared (first use in this function)

Don't know what exactly that means, but it seems like either the configure check isn't working correctly, or it's checking for the wrings things. This is a 2.4 kernel, btw.
Comment 1 Tim-Philipp Müller 2008-01-29 21:29:56 UTC
Could you attach your config.log file?

And the output of

 $ grep -e CLOCK -e TIMER config.h

?
Comment 2 Jens Granseuer 2008-01-29 21:42:23 UTC
Created attachment 103985 [details]
config.log

#define HAVE_CLOCK_GETTIME 1
/* #undef HAVE_MONOTONIC_CLOCK */
#define HAVE_POSIX_TIMERS 1
Comment 3 Daniel Macks 2008-01-30 03:42:06 UTC
See Bug #512715 ?
Comment 4 Tim-Philipp Müller 2008-01-30 11:26:03 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


*** This bug has been marked as a duplicate of 512715 ***