Re: [MacRuby-devel] Rake aborts reporting libsqlite3.0.dylib "not of required architecture"

2009-08-23 Thread Laurent Sansonetti
On Aug 23, 2009, at 8:29 PM, Bruce Hobbs wrote: At 5:46 PM -0700 8/23/09, Laurent Sansonetti wrote: The problem here is that you have a custom version of sqlite3 in / usr/ local, not compiled for both 32-bit and 64-bit architectures, and picked by the linker since the Foundation system rel

Re: [MacRuby-devel] Rake aborts reporting libsqlite3.0.dylib "not of required architecture"

2009-08-23 Thread Bruce Hobbs
At 5:46 PM -0700 8/23/09, Laurent Sansonetti wrote: >The problem here is that you have a custom version of sqlite3 in /usr/ >local, not compiled for both 32-bit and 64-bit architectures, and >picked by the linker since the Foundation system relies on it. > >The MacRuby build system looks in /usr/

Re: [MacRuby-devel] Rake aborts reporting libsqlite3.0.dylib "not of required architecture"

2009-08-23 Thread Bruce Hobbs
At 4:19 PM -0700 8/23/09, Matt Aimonetti wrote: >Do a $ rake clean >And try again > Made no difference. :-( Laurent's later suggestion appears to have done the trick. -- Bruce Hobbs, CCP, CDP Engineered Software Office: 626-570-8028 Partner856 N Monterey StCell:

Re: [MacRuby-devel] 2 NameError with r2359

2009-08-23 Thread Laurent Sansonetti
Oops, I forgot to commit the tags file, sorry. The specs are failing because of a bug in instance_eval, I started working on it. Laurent On Aug 23, 2009, at 4:47 AM, Conrad Taylor wrote: Hi, I'm seeing the following 2 failures with r2359: Begin Transcript: $ macrake spec:ci (in /Users/co

Re: [MacRuby-devel] RuntimeError: framework at path `Cocoa' cannot be loaded in macirb?

2009-08-23 Thread Laurent Sansonetti
Hi Alistair, This is very strange... could you try the following command? $ macruby -e "framework '/System/Library/Frameworks/Cocoa.framework'; p :ok" Also, maybe your filesystem is case sensitive? The default format is case insensitive, in theory. Laurent On Aug 23, 2009, at 8:42 AM, A

Re: [MacRuby-devel] Rake aborts reporting libsqlite3.0.dylib "not of required architecture"

2009-08-23 Thread Laurent Sansonetti
Hi Bruce, The problem here is that you have a custom version of sqlite3 in /usr/ local, not compiled for both 32-bit and 64-bit architectures, and picked by the linker since the Foundation system relies on it. The MacRuby build system looks in /usr/local/lib in priority because it's where

Re: [MacRuby-devel] Rake aborts reporting libsqlite3.0.dylib "not of required architecture"

2009-08-23 Thread Matt Aimonetti
Do a $ rake clean And try again - Matt Sent from my iPhone On Aug 23, 2009, at 16:12, Bruce Hobbs wrote: Any thoughts as to what I've managed to screw up? 10.5.8 MacBook Pro 2.33 GHz Intel Core 2 Duo 4 GB 667 MHz DDR2 SDRAM 163.61 GB available /usr/local/bin/sqlite3 --version 3.6.17 Si

[MacRuby-devel] Rake aborts reporting libsqlite3.0.dylib "not of required architecture"

2009-08-23 Thread Bruce Hobbs
Any thoughts as to what I've managed to screw up? 10.5.8 MacBook Pro 2.33 GHz Intel Core 2 Duo 4 GB 667 MHz DDR2 SDRAM 163.61 GB available /usr/local/bin/sqlite3 --version 3.6.17 Since ld is complaining about /usr/local/lib/libsqlite3.0.dylib, perhaps my installation of the latest sqlite3 needed

Re: [MacRuby-devel] [MacRuby] #283: Build fails on Snow Leopard

2009-08-23 Thread MacRuby
#283: Build fails on Snow Leopard ---+ Reporter: jfahrenk...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: blocker|

Re: [MacRuby-devel] [MacRuby] #314: Please add experimental branch to git repository

2009-08-23 Thread MacRuby
#314: Please add experimental branch to git repository +--- Reporter: nutha...@… |Owner: lsansone...@… Type: enhancement | Status: closed Priority: minor

Re: [MacRuby-devel] [MacRuby] #314: Please add experimental branch to git repository

2009-08-23 Thread MacRuby
#314: Please add experimental branch to git repository +--- Reporter: nutha...@… |Owner: lsansone...@… Type: enhancement | Status: closed Priority: minor

Re: [MacRuby-devel] [MacRuby] #314: Please add experimental branch to git repository

2009-08-23 Thread MacRuby
#314: Please add experimental branch to git repository +--- Reporter: nutha...@… |Owner: lsansone...@… Type: enhancement | Status: closed Priority: minor

Re: [MacRuby-devel] [MacRuby] #314: Please add experimental branch to git repository

2009-08-23 Thread MacRuby
#314: Please add experimental branch to git repository +--- Reporter: nutha...@… |Owner: lsansone...@… Type: enhancement | Status: closed Priority: minor

Re: [MacRuby-devel] [MacRuby] #283: Build fails on Snow Leopard

2009-08-23 Thread MacRuby
#283: Build fails on Snow Leopard ---+ Reporter: jfahrenk...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: blocker|

[MacRuby-devel] [MacRuby] #314: Please add experimental branch to git repository

2009-08-23 Thread MacRuby
#314: Please add experimental branch to git repository +--- Reporter: nutha...@… | Owner: lsansone...@… Type: enhancement | Status: new Priority: minor

Re: [MacRuby-devel] [MacRuby] #283: Build fails on Snow Leopard

2009-08-23 Thread MacRuby
#283: Build fails on Snow Leopard ---+ Reporter: jfahrenk...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: blocker|

[MacRuby-devel] RuntimeError: framework at path `Cocoa' cannot be loaded in macirb?

2009-08-23 Thread Alistair Holt
Hello, I've just installed MacRuby (MacRuby version 0.4 (ruby 1.9.1) [universal-darwin9.5, x86_64]) via the package I downloaded from http://www.macruby.org and I dropped straight into macirb to start on the tutorial (http://www.macruby.org/documentation/tutorial.html). I ran framwork 'Cocoa' and

[MacRuby-devel] 2 NameError with r2359

2009-08-23 Thread Conrad Taylor
Hi, I'm seeing the following 2 failures with r2359: Begin Transcript: $ macrake spec:ci (in /Users/conradwt/macruby.dir/projects/macruby-trunk) unknown: warning: already initialized constant MACRUBY_VERSION ./mspec/bin/mspec ci -B ./spec/macruby.mspec :full MacRuby version 0.5 (ruby 1.9.0) [unive

[MacRuby-devel] [MacRuby] #313: "sudo rake install" fails with ArgumentError

2009-08-23 Thread MacRuby
#313: "sudo rake install" fails with ArgumentError -+-- Reporter: dmi...@… | Owner: lsansone...@… Type: defect | Status: new Priority: major