[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] Problem with uuid-lib egg
From: |
Kon Lovett |
Subject: |
Re: [Chicken-users] Problem with uuid-lib egg |
Date: |
Sun, 19 Aug 2012 13:36:01 -0700 |
Please try uuid-lib 1.4.1
It passes the Linux platform Salmonella run.
On Aug 17, 2012, at 7:11 PM, Kon Lovett wrote:
>
> On Aug 17, 2012, at 1:47 PM, John Maxwell wrote:
>
>> Hi all-
>>
>> I'm writing some code which needs to generate uuids, so naturally I
>> turned to the uuid-lib egg. My problem is, the egg needs libuuid.so
>> (since the egg is basically a thin wrapper around that library), and
>> this is causing me headaches.
>>
<snip>