[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Lua 5.2 Binary Compatibility
- From: steve donovan <steve.j.donovan@...>
- Date: Sat, 9 Jan 2010 10:00:38 +0200
This was a scary way to start Saturday with Lua 5.2:
> require 'lfs'
error loading module 'lfs' from file '/usr/local/lib/lua/5.1/lfs.so':
/usr/local/lib/lua/5.1/lfs.so: undefined symbol: luaL_openlib
Was it a deliberate decision to break the 5.1 ABI? If so, I can see a
world of pain opening up, particularly on Windows.
steve d.