mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-05 23:41:44 +00:00
21ba06cd94
With dbus-devel added, the connector's Rust code compiles fully and reaches the final link, which fails: the bundled FLTK GUI toolkit needs the X11 extension, pango and cairo shared libs, plus libsupc++.a. ld reports every unresolved -l at once, so this is the complete set: -lXext -lXinerama -lXcursor -lXrender -lXfixes -lXft -lpango-1.0 -lpangoxft-1.0 -lpangocairo-1.0 -lcairo -lsupc++ The X/pango/cairo -devel packages are in AppStream; libstdc++-static (libsupc++.a) is in CRB, so enable it for the transaction. GitHub's ubuntu runners ship all of this, which is why the dedicated connector workflow never needed it. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>