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
user=> (require 'clj-bots.gpio.impl.sysfs)
CompilerException java.lang.RuntimeException: Unable to resolve symbol: when-err in this context, compiling:(net/n01se/clojure_jna/libc_utils.clj:58:5)
Any idea what this might be related to? I'm wondering if this is what's keeping bonejure from compiling (it's complaining about not finding the impl.sysfs ns).
The text was updated successfully, but these errors were encountered:
Ah! Lovely. I actually didn't have jna installed... We'll have to make sure the project still loads and operates in non-JNA/sysfs mode if the user hasn't installed JNA. Again, looking at core.matrix may be instructive here, as one of the matrix implementations requires BLAS, though core.matrix operates fine without it given you stick to the other implementations.
I get the following:
Any idea what this might be related to? I'm wondering if this is what's keeping
bonejure
from compiling (it's complaining about not finding theimpl.sysfs
ns).The text was updated successfully, but these errors were encountered: