Skip to content

Cant make under arch with python scripting enabled #533

@Kotuklion

Description

@Kotuklion

After running make ENABLE_PYTHON=1 make has thrown a bunch of „undefined references" from src/python.api.c.
Solved it by running:
make USER_CFLAGS="-I /usr/include/python3.8 -lpython3.8" USER_LDFLAGS="-I /usr/lib/python3.8" ENABLE_PYTHON=1
I wonder if this problem can be solved by editing the Makefile, but I don't know how to do that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions