#366: Hotcocoa 'demo' crashes
+---
Reporter: dave.bald...@… | Owner: lsansone...@…
Type: defect | Status: new
Priority: blocker
I published another post in my macruby tips series:
http://merbist.com/2009/10/06/macruby-tips-how-to-play-an-audio-file/
Let me know if you have any questions, and since I'm at it, I'd like to
thank Laurent for his time reviewing the post.
- Matt
___
Ma
Hi,
I'm attempting to use the RParsec gem under MacRuby, but am getting a
NoMethodError when it loads. I've create a test file that simply adds
my local gem directory to the front of the library search path and
then calls "require 'rparsec'". This file runs fine under Ruby 1.9,
but prod
you might want to try your luck with 0.5
- Matt
On Wed, Oct 7, 2009 at 7:37 PM, Edward Hynes wrote:
> Hi,
>
> I'm attempting to use the RParsec gem under MacRuby, but am getting a
> NoMethodError when it loads. I've create a test file that simply adds my
> local gem directory to the front of t
Hi,
The first beta release of MacRuby 0.5 is out! I prepared some notes
here:
http://www.macruby.org/blog/2009/10/07/macruby05b1.html
The goal is to go through a few beta releases before releasing the
final 0.5.
Please give it a try and report us bugs & feedback :)
Laurent
_
I'm still on a 32-bit machine, so can't try 0.5 yet :^(
I did manage to find a workaround, however, by creating an alias for
the 'initialize' method and then calling it instead of 'super' inside
of the 'define_method' call.
Ed
On Oct 7, 2009, at 10:51 PM, Matt Aimonetti wrote:
you might
We fixed a few 32-bit issues in trunk so you may want to give it a try
one more time.
At least we are not maintaining 0.4 anymore, so it would be great if
you could try your code with trunk and let us know if the bug is still
there. Then we can try to reduce it and fix it :)
Laurent
On O
I am getting this when I build:
(in /Users/Gp/projects/macruby)
/usr/bin/gcc -std=c99 markgc.c -o markgc -Wno-format
In file included from markgc.c:31:
/usr/local/include/mach-o/arch.h:35: error: nested redefinition of
‘enum NXByteOrder’
/usr/local/include/mach-o/arch.h:35: error: redeclaration
On Oct 7, 2009, at 9:13 PM, Laurent Sansonetti wrote:
Hi,
The first beta release of MacRuby 0.5 is out! I prepared some notes
here:
http://www.macruby.org/blog/2009/10/07/macruby05b1.html
The goal is to go through a few beta releases before releasing the
final 0.5.
Please give it a try
It doesn't build because you apparently installed an incompatible set
of mach-o include files in /usr/local. You could temporarily rename
the /usr/local/include/mach-o directory (or delete it, if you don't
know why it's there).
Laurent
On Oct 7, 2009, at 9:30 PM, Giampiero De Ciantis wrote
It seems to be working in 2761, thanks. For a little while none of
those calls were getting through (apparently being sent to
drb.method_missing) so I couldn't check if it was working. 'RunModal'
is a workaround for that specific call, too. I'm also looking into
SL's new way of using she
Congrats Laurent, you did an awesome job on this release, I can't wait to
0.5 final out :)
To celebrate the release I wrote a quick blog post
http://merbist.com/2009/10/07/macruby-0-5-beta-1-and-textorize/
And pushed what might be the very first MacRuby specific gem (at least on
gemcutter :))
I b
Hi Laurent, in the compatibility section, you might want to change
We want MacRuby to be as compatible as possible with existing Ruby programs.
We have been working hard on MacRuby to make sure it behaves like MRI 1.9.×.
to
We want MacRuby to be as compatible as possible with existing Ruby progr
a) running spec:ci using macrake segmentation fault
$ macrake spec:ci
unknown: warning: already initialized constant TOPDIR
unknown: warning: already initialized constant CONFIG
unknown: warning: already initialized constant MAKEFILE_CONFIG
Segmentation fault
b) running spec:ci using rake abort
#367: Error in color.rb
+---
Reporter: i.scr...@… | Owner: lsansone...@…
Type: defect | Status: new
Priority: blocker | Milestone: MacRuby 0.
15 matches
Mail list logo