Skip to content

lua5.2 only: python.so: undefined symbol: luaL_loadbuffer #98

Description

@cclauss

lua5.2 tests/test_py.lua # fails...

The tests pass on lua5.1 and lua5.3 but fail on lua5.2 with:

lua5.2: error loading module 'python' from file './python.so':
	./python.so: undefined symbol: luaL_loadbuffer

if (luaL_loadbuffer(LuaState, s, len, "<python>") != 0) {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions