[MacRuby-devel] [MacRuby] #287: Wrong argument type NSObject (expected Data) in Digest::MD5.hexdigest( ... )

2009-06-21 Thread MacRuby
#287: Wrong argument type NSObject (expected Data) in Digest::MD5.hexdigest( ... ) +--- Reporter: eski...@… | Owner: lsansone...@… Type: defect | Status: new

[MacRuby-devel] 0.5 branch build failing

2009-06-21 Thread Paul
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

Re: [MacRuby-devel] 0.5 branch build failing

2009-06-21 Thread Laurent Sansonetti
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