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 656767 - Build fix: link the crate example to libpangocairo
Build fix: link the crate example to libpangocairo
Status: RESOLVED DUPLICATE of bug 656441
Product: cogl
Classification: Platform
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Cogl maintainer(s)
Cogl maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2011-08-17 18:22 UTC by Emilio Pozuelo Monfort
Modified: 2011-08-18 16:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Build fix: link the crate example to libpangocairo (872 bytes, patch)
2011-08-17 18:22 UTC, Emilio Pozuelo Monfort
none Details | Review

Description Emilio Pozuelo Monfort 2011-08-17 18:22:30 UTC
cogl from git master fails to build here with:

/usr/bin/ld: crate-crate.o: undefined reference to symbol 'pango_cairo_font_map_get_type'
/usr/bin/ld: note: 'pango_cairo_font_map_get_type' is defined in DSO /usr/lib64/libpangocairo-1.0.so.0 so try adding it to the linker command line
/usr/lib64/libpangocairo-1.0.so.0: could not read symbols: Invalid operation

The attached patch fixes it for me.
Comment 1 Emilio Pozuelo Monfort 2011-08-17 18:22:33 UTC
Created attachment 194071 [details] [review]
Build fix: link the crate example to libpangocairo
Comment 2 Emmanuele Bassi (:ebassi) 2011-08-18 16:22:39 UTC
marking as dupe of 656441 — both bugs have a patch.

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