Re: [MacRuby-devel] Can't build trunk

2008-11-24 Thread Patrick Bennett
I would be using the stable branch but it seems like everything assumes the development branch is being used (ie hotconsole). Speaking of hotconsole - I've never been able to get it to build. With the latest MacRuby (rev 756) [which now builds] I get the following when running macrake with t

Re: [MacRuby-devel] Can't build trunk

2008-11-24 Thread Laurent Sansonetti
Building doing "rake" then "sudo rake install" should work fine. Sometimes a bug is introduced in miniruby which results in empty Makefiles in extensions. The error in irb you got was due to a bug that I fixed yesterday. It's the problem you get when using the development branch, it's not

Re: [MacRuby-devel] Can't build trunk

2008-11-24 Thread Patrick Bennett
Weird, I deleted the empty makefile in ext/json/ext/parser and it seemed to go from there (although now with the macruby I built and installed things complain about ot finding stringio ?). I also noticed rake clean doesn't clean up the generated Makefiles. So, anyway, it builds now, but the ge

Re: [MacRuby-devel] [MacRuby] #168: NSNotFound is different from returned values

2008-11-24 Thread MacRuby
#168: NSNotFound is different from returned values -+-- Reporter: [EMAIL PROTECTED] |Owner: [EMAIL PROTECTED] Type: defect | Status: closed Priority: b

Re: [MacRuby-devel] Can't build trunk

2008-11-24 Thread Michael Winterstein
On Nov 24, 2008, at 4:38 PM, Patrick Bennett wrote: No one? I check out a clean copy of macruby, it fails to build (just running rake like it says), and NO ONE replies? :( I did have a similar problem. I did things similarly - installed first using the 0.3 binary, and then built from th

Re: [MacRuby-devel] Can't build trunk

2008-11-24 Thread Patrick Bennett
Latest gen MBP 4GB ram: Darwin PMBMacOSX.local 9.5.1 Darwin Kernel Version 9.5.1: Fri Sep 19 16:19:24 PDT 2008; root:xnu-1228.8.30~1/RELEASE_I386 i386 ext/json/ext/parser/Makefile is 0-bytes On Nov 24, 2008, at 8:06 PM, Laurent Sansonetti wrote: Could you provide us more details about your en

Re: [MacRuby-devel] Can't build trunk

2008-11-24 Thread Laurent Sansonetti
Could you provide us more details about your environment (OS version + processor architecture)? Also, could you paste the content of ext/json/ext/parser/Makefile? Laurent On Nov 24, 2008, at 4:38 PM, Patrick Bennett wrote: No one? I check out a clean copy of macruby, it fails to build (ju

Re: [MacRuby-devel] Can't build trunk

2008-11-24 Thread Julia West
Patrick, I don't have a solution, but my experience is that I was also unable to build trunk sometime last week on my MBP. It failed during building the extensions, so i ran the rake task to build the extensions, and it managed to succeed. A few days later I built from trunk (same revisio

Re: [MacRuby-devel] Can't build trunk

2008-11-24 Thread Patrick Bennett
No one? I check out a clean copy of macruby, it fails to build (just running rake like it says), and NO ONE replies? :( On Nov 22, 2008, at 10:20 AM, Patrick Bennett wrote: I'm at revision 749 of the trunk and can't seem to build the trunk (it's done this for several revisions). It seems

Re: [MacRuby-devel] [MacRuby] #167: Autoload throws an exception at the second call

2008-11-24 Thread MacRuby
#167: Autoload throws an exception at the second call +--- Reporter: [EMAIL PROTECTED] |Owner: [EMAIL PROTECTED] Type: defect | Status: closed Prior