| Summary: | Mismatch between the program and library build versions blocks compiling codelite with clang instead of with gcc | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | Stig-Ørjan Smelror <smelror> |
| Component: | RPM Packages | Assignee: | Mageia Bug Squad <bugsquad> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | Normal | CC: | marja11, thierry.vignaud |
| Version: | Cauldron | Keywords: | NEEDINFO |
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Source RPM: | clang, wxgtk | CVE: | |
| Status comment: | |||
|
Description
Stig-Ørjan Smelror
2018-06-17 20:59:48 CEST
Is there an urgent reason to compile codelit with clang instead of with gcc? Summary:
Mismatch between the program and library build versions detected =>
Mismatch between the program and library build versions detected when compiling codelite with clang instead of with gcc (In reply to Marja Van Waes from comment #1) > Is there an urgent reason to compile codelit with clang instead of with gcc? Marja, no. I'm just testing. As mentioned, gcc works fine while with clang I get the error mentioned. Cheers, Stig gcc defines _GXX_ABI_VERSION as something else than clang. Added patch from Fedora to wxgtk and wxgtk2.8 to not abort when ABI check fails. (In reply to Jani Välimaa from comment #3) > gcc defines _GXX_ABI_VERSION as something else than clang. > > Added patch from Fedora to wxgtk and wxgtk2.8 to not abort when ABI check > fails. Thanks :-) @ Stig I assume you're fine with this bug being closed, now that the mismatch no longer blocks compilation. Closing, feel free to reopen if I'm wrong. Resolution:
(none) =>
FIXED |