Open qumaciel opened 3 years ago
I can confirm this issue. I believe this is the commit that is causing the issue, specifically this part:
%ModuleHeaderCode
#pragma GCC visibility push(default)
%End
For a better explanation you can read this bug report.
Edit: While doing more research on this matter I'm starting to believe that this might be a clang bug after all....
Oops, I created a fix some time ago and forgot about it https://github.com/lxqt/qtermwidget/commit/06cdf87d68eeba9ee9d4dce3688bc5e0b4695be2
this might be a clang bug after all....
Maybe. The good news is there is a simple fix.
Hi, I'm trying to build lxqt from souce (following this instructions) using LLVM/clang.
I've managed to build everything except from qtermwidget.
I have a Arch-based distro and I'm parting from the PKGBUILD from qtermwidget-git AUR pointing CC/CXX to clang.
Current Behavior
Here is the output I get when trying to build with clang
Possible Solution
I've tried to add "-fvisibility=hidden" to the flags, but no luck there
Steps to Reproduce (for bugs)
Context
No big deal here, I'm just trying to build everything with clang.
System Information