Mary Strodl
Mary Strodl
Actually adding `-fcommon` made my (shared library) build at least work on alpine (turns out it was a shared library issue too)
@MoSal I'm not sure, `-static` seemed to cause a bunch of issues... Ideally I think there should be a publicly available build statically linked available for download ^^
After looking at what you did: you REALLY should be using `extern` to fix the cases at the source rather than just forcing `-fcommon`....
[From the docs](https://gcc.gnu.org/onlinedocs/gcc/Code-Gen-Options.html): > In C code, this option controls the placement of global variables defined without an initializer, known as tentative definitions in the C standard. Tentative definitions are...
> And here's where it's being created: [flatpak/xdg-desktop-portal#711](https://github.com/flatpak/xdg-desktop-portal/pull/711) Looks like that PR was merged... Any news?
Closes #147
For a working demo, check out https://github.com/ComputerScienceHouse/devin/tree/feature/wearos
Maybe... Try without? I'm really not sure though sorry, I'm not a windows person :( If you can find a workaround I can probably fix the underlying issue though!
If you submit it as a pull request I'd be happy to merge it
It's also worth noting that svgs don't execute javascript unless it's inlined in html or embedded with an iframe, img elements won't run javascript and neither will background-image