Re: Looking for gtk3 + cmake advice for an older package (puzzles)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




Guess: is it caused by -Wl,as-needed? You could try this workaround in the spec file and see if that helps:

%undefine _ld_as_needed

The proper fix is surely to link libcore.so to everything that it needs (glib, cairo, and the libcommon which provides spectre_tiling_params_invalid) but this requires some expertise with the build system. I see the toplevel CMakeLists.txt surprisingly doesn't specify any dependencies at all. I found cmake/platforms/unix.cmake which is globally adding a GTK dependency, which is not a best practice. Might need to do the same for cairo and glib. Also, it looks like the core library may need to depend on the common library


--
_______________________________________________
devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx
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@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Users]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]

  Powered by Linux