Re: [MacRuby-devel] Macruby0.8 bug (UPDATE), missing BridgeSupport dylib files?

2010-12-22 Thread Laurent Sansonetti
Hi Andras, Looks like I forgot to build the Preview 2 project universally. The .dylib files have only been built for x86_64, and this causes an error on your 32-bit environment. I will get this fixed in the next release. Sorry about the inconvenience. Laurent On Dec 22, 2010, at 3:44 AM, Andr

Re: [MacRuby-devel] MacRuby and Sequel

2010-12-22 Thread Stephen Petschulat
I've so far tried basic db creation, inserting, and querying. The project doesn't have a test suite that I can see and I haven't tried out the command line environment. On Mon, Dec 20, 2010 at 11:32 AM, Vegar Vikan wrote: > Hi, > Are you able to actually use the library, or just require it? > Doe

[MacRuby-devel] Macruby0.8 bug (UPDATE), missing BridgeSupport dylib files?

2010-12-22 Thread András Zalavári
Daer development team! I have just installed Macruby 0.8, and BridgeSupport preview2. When I have tried to continue working on my Project I'v got this error: * * * * *dlopen(/System/Library/Frameworks/CoreFoundation.framework/Resources/BridgeSupport/CoreFoundation.dylib, 1): no suitable image

[MacRuby-devel] Macruby0.8 bug, missing BridgeSupport dylib files?

2010-12-22 Thread András Zalavári
Daer development team! I have just installed Macruby 0.8, and BridgeSupport preview2. When I have tried to continue working on my Project I'v got this error: * * ** *dlopen(/System/Library/Frameworks/CoreFoundation.framework/Resources/BridgeSupport/CoreFoundation.dylib, 1): no suitable im

Re: [MacRuby-devel] regex error with negative look-ahead and look-behind

2010-12-22 Thread Alan Skipp
Hi Laurent, I've filed a ticket. I'm not aware of any library that is affected by this currently. The regex I was using matches 4 digits that represent a year, but excludes things like '22010' and '20100', I've avoided the bug by using a positive-lookahead instead (?=\D). Alan On 22 Dec 2010