[MacRuby-devel] Default Test Framework

2009-10-08 Thread Josh Ballanco
Hey all! So, as I've been working on a recipe for testing with MacRuby, I realized that it would probably be good to discuss the topic of "blessing" a particular test suite. Obviously, with macgem all of the Ruby test suites are available to use, but for the purposes of tutorials and what

Re: [MacRuby-devel] MacRuby not finding a method that Ruby is

2009-10-08 Thread Edward Hynes
Hi Laurent, I just tried running it under 0.5 and am still getting an error. I've narrowed the code down to the following: ### class A def initialize puts 'initialize' end def self.init define_method(:initialize) do |*params| super() end end end class

Re: [MacRuby-devel] not 32bit

2009-10-08 Thread Paul Howson
On 09/10/2009, at 4:56 AM, Laurent Sansonetti wrote: Note that MacRuby is only known to work under a certain revision of LLVM trunk (which is documented in the README.rdoc file). Does the MacRuby installer also install LLVM? If not, how is that kept up to date? Paul Howson Queensland, Aus

Re: [MacRuby-devel] install from command line Re: MacRuby 0.5 beta 1

2009-10-08 Thread Wayne Seguin
Ernst, Thank you VERY much, I will give this a try first thing tomorrow morning!!! Very much appreciated! ~Wayne On Oct 08, 2009, at 17:25 , Ernest N. Prabhakar, Ph.D. wrote: Hi Wayne, On Oct 8, 2009, at 1:59 PM, Wayne Seguin wrote: Is it possible to a) install from command line $

Re: [MacRuby-devel] install from command line Re: MacRuby 0.5 beta 1

2009-10-08 Thread Laurent Sansonetti
Hi Ernie, On Oct 8, 2009, at 2:25 PM, Ernest N. Prabhakar, Ph.D. wrote: Hi Wayne, On Oct 8, 2009, at 1:59 PM, Wayne Seguin wrote: Is it possible to a) install from command line $ unzip ~/Downloads/MacRuby\ 0.5\ beta\ 1.zip $ cd ~/Downloads/MacRuby\ 0.5\ beta\ 1 $ sudo installer -pkg MacRu

[MacRuby-devel] FYI: official macruby git now available at git://git.macruby.org/macruby/MacRuby.git

2009-10-08 Thread Joseph Grace
FYI: official macruby git is now available at: git://git.macruby.org/macruby/MacRuby.git For more information, see: https://www.macosforge.org/ Cheers, = Joe = ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://l

[MacRuby-devel] install from command line Re: MacRuby 0.5 beta 1

2009-10-08 Thread Ernest N. Prabhakar, Ph.D.
Hi Wayne, On Oct 8, 2009, at 1:59 PM, Wayne Seguin wrote: >>> Is it possible to a) install from command line >> $ unzip ~/Downloads/MacRuby\ 0.5\ beta\ 1.zip $ cd ~/Downloads/MacRuby\ 0.5\ beta\ 1 $ sudo installer -pkg MacRuby\ 0.5\ beta\ 1.pkg -target / >> b) tell it to install to a specific

Re: [MacRuby-devel] MacRuby 0.5 beta 1

2009-10-08 Thread Wayne Seguin
Laurent, Thank you very much for the response. b) is *exactly* what I am looking for as it is all that inhibits me from adding macvim support to rvm. If someone has step by step instructions to do exactly this it would be awesomely helpful, otherwise I will try to look into it when I have

Re: [MacRuby-devel] MacRuby 0.5 beta 1

2009-10-08 Thread Laurent Sansonetti
Hi Wayne, a) I don't know. Maybe pkgutil(1) can do that. b) You can do `DESTDIR=~/.rvm/macruby-0.5b1 rake install' but you might need to configure some environment variables after (such as DYLD_FRAMEWORK_PATH). Note that this has never been tested. Laurent On Oct 8, 2009, at 3:36 AM, Wayn

Re: [MacRuby-devel] macruby in a bubble

2009-10-08 Thread Laurent Sansonetti
Hi, MacRuby installs itself inside a .framework bundle, in /Library/ Frameworks. It installs aliases to the executables in /usr/local/bin. Aliases have the "mac" prefix (irb -> macirb) to make sure MacRuby will not conflict with your system. So, no system file is modified during installati

[MacRuby-devel] macruby in a bubble

2009-10-08 Thread Diego Virasoro
Hello, I'd like to try MacRuby (especially now that 0.5 beta 1 is out). However I really really _really_ like to avoid having programs spread their files across my fs. So, the questions are: 1) Is it possible to install macruby inside a specified directory? 2) Are any other files modified (say the

Re: [MacRuby-devel] not 32bit

2009-10-08 Thread Laurent Sansonetti
Try: $ rake archs=x86_64 This used to work but I haven't checked since a long time :) Note that MacRuby is only known to work under a certain revision of LLVM trunk (which is documented in the README.rdoc file). Laurent On Oct 8, 2009, at 11:52 AM, Jan de Leeuw wrote: Can I use rake to

[MacRuby-devel] not 32bit

2009-10-08 Thread Jan de Leeuw
Can I use rake to compile MacRuby for x86_64 only (my LLVM is x86_64 only) ? == Jan de Leeuw, 11667 Steinhoff Rd, Frazier Park, CA 93225, 661-245-1725 .mac: jdeleeuw ++ aim: deleeuwjan ++ skype: j_deleeuw homepages: http://www.cuddy

Re: [MacRuby-devel] 0.5 beta1

2009-10-08 Thread Claudio Poli
ah, nevermind then, works on my local machine tho :) Il giorno 08/ott/2009, alle ore 20.26, Laurent Sansonetti ha scritto: I believe nightly builds have the same problem :( Laurent On Oct 8, 2009, at 11:21 AM, Claudio Poli wrote: or nightly build perhaps? ;P Il giorno 08/ott/2009, alle ore

Re: [MacRuby-devel] 0.5 beta1

2009-10-08 Thread Laurent Sansonetti
I believe nightly builds have the same problem :( Laurent On Oct 8, 2009, at 11:21 AM, Claudio Poli wrote: or nightly build perhaps? ;P Il giorno 08/ott/2009, alle ore 19.59, Laurent Sansonetti ha scritto: Hi Juergen, Looks like we forgot to bundle llc in the installer, sorry. We will mak

Re: [MacRuby-devel] 0.5 beta1

2009-10-08 Thread Claudio Poli
or nightly build perhaps? ;P Il giorno 08/ott/2009, alle ore 19.59, Laurent Sansonetti ha scritto: Hi Juergen, Looks like we forgot to bundle llc in the installer, sorry. We will make sure this is fixed by the next beta. In the meantime you can install trunk manually (see README.rdoc file f

Re: [MacRuby-devel] [MacRuby] #369: Change wording of sample-macruby/buildall.rb

2009-10-08 Thread MacRuby
#369: Change wording of sample-macruby/buildall.rb ---+ Reporter: keith.gautre...@… | Owner: lsansone...@… Type: enhancement| Status: new Priority: trivi

Re: [MacRuby-devel] 0.5 beta1

2009-10-08 Thread Laurent Sansonetti
Hi Juergen, Looks like we forgot to bundle llc in the installer, sorry. We will make sure this is fixed by the next beta. In the meantime you can install trunk manually (see README.rdoc file for instructions). Laurent On Oct 8, 2009, at 8:44 AM, Juergen Dabel wrote: Help, I get from the

Re: [MacRuby-devel] Link Error in 0.5b1 blog post announcement

2009-10-08 Thread Laurent Sansonetti
Done. Laurent On Oct 8, 2009, at 10:54 AM, Matt Aimonetti wrote: Here is the commit: -Remember that this is a development version of MacRuby provided for testing and experimentation purposes only. Even if a few things are quite stable, others are still under development. Please give it a

Re: [MacRuby-devel] Link Error in 0.5b1 blog post announcement

2009-10-08 Thread Matt Aimonetti
Here is the commit: -Remember that this is a development version of MacRuby provided for testing and experimentation purposes only. Even if a few things are quite stable, others are still under development. Please give it a try and "report us":contact-us.html any problem you find, to make sure the

[MacRuby-devel] [MacRuby] #369: Change wording of sample-macruby/buildall.rb

2009-10-08 Thread MacRuby
#369: Change wording of sample-macruby/buildall.rb ---+ Reporter: keith.gautre...@… | Owner: lsansone...@… Type: enhancement| Status: new Priority: trivi

Re: [MacRuby-devel] Link Error in 0.5b1 blog post announcement

2009-10-08 Thread Keith Gautreaux
Matt, The new URL is closer but still broken. It points to http://macruby.org/blog/contact-us.html instead of the top-level http://macruby.org/contact-us.html, thus it's still giving a 404. On Thu, Oct 8, 2009 at 12:03 PM, Matt Aimonetti wrote: > thanks fixed, it's waiting for deployment. I'll a

Re: [MacRuby-devel] Link Error in 0.5b1 blog post announcement

2009-10-08 Thread Matt Aimonetti
thanks fixed, it's waiting for deployment. I'll also update the github mirror later today. - Matt On Thu, Oct 8, 2009 at 6:22 AM, Keith Gautreaux wrote: > FYI, the "report us" link the in third paragraph of the 0.5b1 > announcement on macruby.org has a link error. It should be top-level > (http

[MacRuby-devel] 0.5 beta1

2009-10-08 Thread Juergen Dabel
Help, I get from the blog sample: dab:~ jdabel$ macrubyc t.rb -o t Can't locate program `llc' My mac: Hardware-Übersicht: Modellname: MacBook Modell-Identifizierung: MacBook5,1 Prozessortyp: Intel Core 2 Duo Prozessorgeschwindigkeit: 2,4 GHz Anzahl der Prozessoren:

[MacRuby-devel] Link Error in 0.5b1 blog post announcement

2009-10-08 Thread Keith Gautreaux
FYI, the "report us" link the in third paragraph of the 0.5b1 announcement on macruby.org has a link error. It should be top-level (http://macruby.org/contact-us.html) but instead is under the blog/2009/10/07 hierarchy. I tried to fork the site on github and make a diff but the github mirror seem

Re: [MacRuby-devel] Trunk build not working

2009-10-08 Thread Giampiero De Ciantis
Thanks Laurent. It's weird that this happened since the only thing I changed between builds was that I blew away the \Library\Frameworks\MacRuby folder to clean up my machine a bit. Ah well, it's all good now. Cheers, -Gp On 2009-10-08, at 12:34 AM, Laurent Sansonetti wrote: It doesn't

Re: [MacRuby-devel] [MacRuby] #178: ArgumentError Exception: can't convert C/Objective-C value of type `[4d]' to Ruby object

2009-10-08 Thread MacRuby
#178: ArgumentError Exception: can't convert C/Objective-C value of type `[4d]' to Ruby object -+-- Reporter: dognot...@… | Owner: lsansone...@… Type: defect | Status: n

Re: [MacRuby-devel] MacRuby 0.5 beta 1

2009-10-08 Thread Wayne Seguin
Excellent, Is it possible to a) install from command line and b) tell it to install to a specific location? (--prefix=~/.rvm/macruby-0.5b1) Thanks, ~Wayne On Oct 08, 2009, at 00:13 , Laurent Sansonetti wrote: Hi, The first beta release of MacRuby 0.5 is out! I prepared some notes her

Re: [MacRuby-devel] [0.5 beta 1] issues running ruby specs with macrake and rake

2009-10-08 Thread Conrad Taylor
Laurent, I was interested in putting the RBO through their paces by running the Ruby Rspecs. Thus, is this something that's planned for a future release? -Conrad On Thu, Oct 8, 2009 at 1:55 AM, Laurent Sansonetti wrote: > This regression was introduced by r2762 (which was committed *after* the >

Re: [MacRuby-devel] [0.5 beta 1] issues running ruby specs with macrake and rake

2009-10-08 Thread Laurent Sansonetti
This regression was introduced by r2762 (which was committed *after* the beta :)) and it has been reverted. Laurent On Oct 7, 2009, at 11:20 PM, Conrad Taylor wrote: a) running spec:ci using macrake segmentation fault $ macrake spec:ci unknown: warning: already initialized constant TOPDIR

[MacRuby-devel] [MacRuby] #368: AOT compilation failing on this example

2009-10-08 Thread MacRuby
#368: AOT compilation failing on this example -+-- Reporter: mattaimone...@… | Owner: lsansone...@… Type: defect | Status: new Priority: major

Re: [MacRuby-devel] [0.5 beta 1] issues running ruby specs with macrake and rake

2009-10-08 Thread Vincent Isambart
> a)  running spec:ci using macrake segmentation fault > b)  running spec:ci using rake aborts Try running spec:ci disabling the RBO files : VM_DISABLE_RBO=1 rake spec:ci or VM_DISABLE_RBO=1 macrake spec:ci ___ MacRuby-devel mailing list MacRuby-devel@li