[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] LuaDist batteries-0.9.1 available
- From: Peter Drahoš <drahosp@...>
- Date: Sun, 7 Oct 2012 13:22:43 +0200
On 7 Oct, 2012, at 11:32 , liam mail <liam.list@googlemail.com> wrote:
> On 23 April 2012 15:53, Peter Drahoš <drahosp@gmail.com> wrote:
>> PS: I also made an experiment to distribute the batteries package on OS X
>> using Application Bundle[3], while it is not the standard approach it works
>> surprisingly well without polluting the host system.
>
> This does not work for 10.6[1] as it does not have libedit.3.dylib yet
> .2 and a symlink from libedit.dylib to .2; although I do wonder why a
> lua dylib wants to libedit?
> Also the packages is only valid for x86_64 is this the intention ?
>
Excellent, thank you for reporting this. Currently I have only built for x86_64 but i386 (and other) targets are not a problem. "Universal" binaries work also but some modules are known to have issues so I rather stick to seperate ppc, i386 and x86_64 packages for OSX for the moment.
pd