#287: Wrong argument type NSObject (expected Data) in Digest::MD5.hexdigest( ...
)
+---
Reporter: eski...@… | Owner: lsansone...@…
Type: defect | Status: new
Hi folks,
I am getting a build failure related to the sqlite dynamic lib file which is
confusing me, is there a specific version of sqlite needed for
compatibility?
I tried copying an older version of libsqlite3.0.dylib into /usr/local/lib
with the same result.
Here is my build output: http://gist
Hi Paul,
The problem here is that you seem to have installed a custom non-
universal version of sqlite3 in your system, in /usr/local/lib, and
MacRuby tries to link against this one and not the system one
(because /usr/local/lib in before /usr/lib in the linker path).
MacRuby does not dire