Re: How do you debug your Lua scripts?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: How do you debug your Lua scripts?
- From: Henk Boom <henk@...>
- Date: 2013年1月30日 22:18:45 -0500
On 30 January 2013 00:50, Paul K <paulclinger@yahoo.com> wrote:
> It seems like your environment got mixed 32bit and 64bit libs for ZBS.
> This is probably my mistake as I included 32bit .deb file in the
> repository, but should have just referenced 32bit and 64bit files from
> launchpad. You can either get a packaged 64bit version from the
> project page or install it manually using these commands:
> http://lua-users.org/lists/lua-l/2012-10/msg00293.html.
>
> Make sure you remove the version that you just installed:
> $ sudo apt-get purge wxlua
> $ sudo apt-get autoremove
Cool, though I needed to do 'sudo apt-get purge wxlua28'
I installed the package from your ppa and it seems to launch properly
now! I'll dive in :)
henk