Michał Walenciak
Michał Walenciak
@mbasaglia @GiladRe looking at code I can see there is nothing about exporting symbols which is crucial when building under windows (for sure for visual studio, not sure about mingw,...
@mbasaglia I cannot see usage in qt-designer plugin code
@mbasaglia don't know, I'm pure linux user, I just try to help :)
@mbasaglia you may try to build sources with -fvisibility=hidden and -fvisibility-inlines-hidden and adopt export macros you showed me to expand to __attribute__ ((visibility ("default"))) for gcc. This should emulate windows...
Just checkout my action output: https://github.com/Kicer86/photobroom/actions/runs/3122990346/jobs/5065306383
Requires latest ubuntu
This PR also introduces cpp-httplib backend
I'm using `gcc (GCC) 13.2.1 20230801` on Arch Linux
It works (and your build patch was needed)
Please check my fork for details: https://github.com/Kicer86/libbacktrace