> 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
#368: AOT compilation failing on this example
-+--
Reporter: mattaimone...@… | Owner: lsansone...@…
Type: defect | Status: new
Priority: major
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
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
>
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
#178: ArgumentError Exception: can't convert C/Objective-C value of type `[4d]'
to Ruby object
-+--
Reporter: dognot...@… | Owner: lsansone...@…
Type: defect | Status: n
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
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
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:
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
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
#369: Change wording of sample-macruby/buildall.rb
---+
Reporter: keith.gautre...@… | Owner: lsansone...@…
Type: enhancement| Status: new
Priority: trivi
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
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
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
#369: Change wording of sample-macruby/buildall.rb
---+
Reporter: keith.gautre...@… | Owner: lsansone...@…
Type: enhancement| Status: new
Priority: trivi
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
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
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
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
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
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
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
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
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
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
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
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
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
$
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
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
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
32 matches
Mail list logo