You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
color_coded unavailable: you need to compile it (see README.md)
I've checked the state for package.cpath just before that message, and it's correctly pointing to the library path. So I dunno why lua is failing on local loaded = pcall(require, "color_coded").
The text was updated successfully, but these errors were encountered:
oblitum
changed the title
OS X: color_code.so not loading
OS X: color_coded.so not loading
Dec 30, 2014
hah, nevermind, I had some badly setting in my environment that made libclang.dylib not to be found. I've found it by putting the error reason of pcall in the warning output. I guess it would be an improvement to have it shown by default.
On OS X, always getting:
I've checked the state for
package.cpath
just before that message, and it's correctly pointing to the library path. So I dunno why lua is failing onlocal loaded = pcall(require, "color_coded")
.The text was updated successfully, but these errors were encountered: