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 677921 - tests: link test-conformance against libm
tests: link test-conformance against libm
Status: RESOLVED FIXED
Product: clutter
Classification: Platform
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: clutter-maint
clutter-maint
Depends on:
Blocks:
 
 
Reported: 2012-06-12 06:27 UTC by Frederic Peters
Modified: 2012-06-15 14:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
tests: link test-conformance against libm (904 bytes, patch)
2012-06-12 06:27 UTC, Frederic Peters
committed Details | Review

Description Frederic Peters 2012-06-12 06:27:05 UTC
Building clutter fails with this error:

  CCLD   test-conformance
  events-touch.c:107: error: undefined reference to 'ceil'
  events-touch.c:108: error: undefined reference to 'ceil'
  collect2: error: ld returned 1 exit status

This is fixed by linking against libm.
Comment 1 Frederic Peters 2012-06-12 06:27:07 UTC
Created attachment 216170 [details] [review]
tests: link test-conformance against libm
Comment 2 Emmanuele Bassi (:ebassi) 2012-06-14 07:48:15 UTC
Review of attachment 216170 [details] [review]:

looks good to me
Comment 3 Emmanuele Bassi (:ebassi) 2012-06-15 14:32:11 UTC
Attachment 216170 [details] pushed as a88f730 - tests: link test-conformance against libm