z8lua icon indicating copy to clipboard operation
z8lua copied to clipboard

Symbol collision with standard Lua

Open samhocevar opened this issue 9 months ago • 0 comments

It is not possible to build a binary that uses both standard Lua and z8lua because the C symbols do not have namespaces.

One non-intrusive solution would be to generate a .h containing macro redefinitions for all conflicting symbols, and ensuring z8lua uses these.

samhocevar avatar Mar 17 '25 12:03 samhocevar