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 735040 - directly link gnome-camera-service to required cheese gtk libs
directly link gnome-camera-service to required cheese gtk libs
Status: RESOLVED FIXED
Product: cheese
Classification: Applications
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Cheese Maintainer(s)
Cheese Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-08-19 09:40 UTC by Frederic Peters
Modified: 2014-08-19 09:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
directly link gnome-camera-service to required cheese gtk libs (711 bytes, patch)
2014-08-19 09:40 UTC, Frederic Peters
committed Details | Review

Description Frederic Peters 2014-08-19 09:40:18 UTC
Building cheese failed with that error:

  CCLD     gnome-camera-service
/usr/bin/ld: service/gnome_camera_service-gc-camera-client.o: undefined reference to symbol 'gtk_widget_hide'
/media/fred/data/jhbuild/lib/libgtk-3.so.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
Makefile:1392: recipe for target 'gnome-camera-service' failed
Comment 1 Frederic Peters 2014-08-19 09:40:20 UTC
Created attachment 283863 [details] [review]
directly link gnome-camera-service to required cheese gtk libs
Comment 2 David King 2014-08-19 09:48:22 UTC
Review of attachment 283863 [details] [review]:

Patch looks good.