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
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
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
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
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