[clazy] [Bug 352896] Doesn't build on OSX

RJVB via KDE Bugzilla bugzilla_noreply at kde.org
Thu Feb 4 10:54:19 GMT 2016


https://bugs.kde.org/show_bug.cgi?id=352896

--- Comment #8 from RJVB <rjvbertin at gmail.com> ---
I confirm: the same fix makes the build succeed on OS X.

The same issue with the missing plugin path exists though, and in addition the
wrapper script assumes a .so extension while the plugin is now generated with
the more standard .dylib extension on OS X.

I wonder: why not install that plugin into the LLVM_ROOT that was either found
or specified by the user? That might resolve the plugin not found error when a
full path isn't specified in the wrapper, but will also make it possible to
have plugins for different LLVM versions installed in parallel (and then the
wrapper could use any kind of trick to wrap the desired clang version).

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Unassigned-bugs mailing list