* Kalev Lember: > On 2/6/21 16:08, Antonio T. sagitter wrote: >> Hi all. >> I can't compile IceCat on Fedora 33+ since some days because of >> these errors: >> ... >> /usr/include/c++/11/type_traits:3164:1: error: template with C linkage >> .. >> Any idea why they occur? >> Rawhide build: >> https://koji.fedoraproject.org/koji/taskinfo?taskID=61460307 > > This looks like fallout from > https://gitlab.gnome.org/GNOME/glib/-/merge_requests/1715 (I don't know > if it's icecat doing something wrong or it's something that glib is > doing wrong).
Icecat is probably including the glib header in an extern "C" block. You can escape from that by including <type_traits> inside an extern "C++" block. See /usr/include/math.h for an example. Thanks, Florian -- Red Hat GmbH, https://de.redhat.com/ , Registered seat: Grasbrunn, Commercial register: Amtsgericht Muenchen, HRB 153243, Managing Directors: Charles Cachera, Brian Klemm, Laurie Krebs, Michael O'Neill _______________________________________________ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org