Re: [MacRuby-devel] MacRuby build issues with LLVM

2011-03-11 Thread Richard Sepulveda
ansonetti wrote: >>>>>> >>>>>>> It looks like it might take a while until I get my hands on a new MBP, >>>>>>> so could one try the following? >>>>>>> >>>>>>> 1) Grab a copy of >&g

Re: [MacRuby-devel] MacRuby build issues with LLVM

2011-03-09 Thread Richard Sepulveda
I have a customer that is also having this same problem with my MacRuby Mac App Store application running on his new MacBook Pro. I don't have access to this type of Mac so I haven't been able to reproduce this problem. He has tried MacRuby 0.8 and 0.9 versions of my app with the same results. I

[MacRuby-devel] Strange NSDate behavior building 32 bit v 64 bit (Richard Sepulveda)

2011-02-01 Thread Richard Sepulveda
Here is an update on what is going on with the NSDate issues. i have been working with 3 version's of MacRuby. MacRuby 0.7 with Vincent's first suggested modification (commenting out the NSDate clause in objc.m (This essentially makes MacRuby use a real NSDate object instead of converting it i

Re: [MacRuby-devel] Subject: Re: Strange NSDate behavior building 32 bit v 64 bit (Richard Sepulveda)

2011-01-31 Thread Richard Sepulveda
Is trunk ready for primetime? I noticed some problem reports with 0.9 in the mailing list lately and wasn't sure if that was a good idea. And i haven't tested at all with 0.8 or 0.9. But I guess you guys are primarily fixing things for the 1.0 release and only changing things that are necessary

Re: [MacRuby-devel] Subject: Re: Strange NSDate behavior building 32 bit v 64 bit

2011-01-31 Thread Richard Sepulveda
prioritize >>> the work for possible inclusion in 0.9 (or later, depending on how things >>> go). >>> >>> Thanks, >>> >>> - Jordan >>> >>> On Jan 31, 2011, at 2:41 AM, Richard Sepulveda wrote: >>> >>>>

[MacRuby-devel] Subject: Re: Strange NSDate behavior building 32 bit v 64 bit

2011-01-31 Thread Richard Sepulveda
That makes perfectly good sense but i unfortunately started selling a MacRuby app on the App Store for i386 and 64 bit machines. And a few people are experiencing this issue. I was just hoping for a quick workaround to make them happy. And I would discontinue selling the 32 bit version on the n

[MacRuby-devel] Strange NSDate behavior building 32 bit v 64 bit

2011-01-30 Thread Richard Sepulveda
with NSDate such as NSCalendar, NSDatePicker, NSTimer, etc You can also reproduce the problem by click the 32 bit button on the Get Info of the 32/64 bit universal version I hope that i am missing something obvious. Please help! On Jan 28, 2011, at 9:00 AM, macruby-devel-requ...@

[MacRuby-devel] Strange NSDate behavior building 32 bit v 64 bit

2011-01-28 Thread Richard Sepulveda
I am seeing some strange behavior with NSDate, here is my basic code in a new MacRuby project. I am running on a MacBook 2009 model, Mac OSX 10.6.6 I am using the latest XCode and the MacRuby Framework 0.7 in XCode in rbmain.rb: NSLog("In rb_main.rb") puts "NSDate = " + NSDate.date.to_s NSLog