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 686787 - testrtpool must be linked to pthreads
testrtpool must be linked to pthreads
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Windows
: Normal blocker
: 1.0.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-10-24 12:15 UTC by LRN
Modified: 2012-10-24 12:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Links testrtpool to pthreads (795 bytes, patch)
2012-10-24 12:16 UTC, LRN
committed Details | Review

Description LRN 2012-10-24 12:15:22 UTC
Otherwise i get:
testrtpool.o: In function `default_join':
f:\gstreamer-buildslave\slave\gst-core-bin\build\tests\examples\manual/testrtpool.c:90: undefined reference to `_imp__pthread_join'
testrtpool.o: In function `default_push':
f:\gstreamer-buildslave\slave\gst-core-bin\build\tests\examples\manual/testrtpool.c:62: undefined reference to `_imp__pthread_attr_init'
f:\gstreamer-buildslave\slave\gst-core-bin\build\tests\examples\manual/testrtpool.c:63: undefined reference to `_imp__pthread_attr_setschedpolicy'
f:\gstreamer-buildslave\slave\gst-core-bin\build\tests\examples\manual/testrtpool.c:67: undefined reference to `_imp__pthread_attr_setschedparam'
f:\gstreamer-buildslave\slave\gst-core-bin\build\tests\examples\manual/testrtpool.c:70: undefined reference to `_imp__pthread_attr_setinheritsched'
f:\gstreamer-buildslave\slave\gst-core-bin\build\tests\examples\manual/testrtpool.c:73: undefined reference to `_imp__pthread_create'
Comment 1 LRN 2012-10-24 12:16:08 UTC
Created attachment 227137 [details] [review]
Links testrtpool to pthreads
Comment 2 Sebastian Dröge (slomo) 2012-10-24 12:26:25 UTC
commit bbc908795b23758fa7a7ae3d682ac2f2fcebcd0b
Author: Руслан Ижбулатов <lrn1986@gmail.com>
Date:   Wed Oct 24 16:13:34 2012 +0400

    examples: link testrtpool to pthreads
    
    Fixes #686787