You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't tested the Python build on Linux, so it might fail on Mac. Try disabling by setting PYTHON := 0 in the Makefile and commenting out the createPythonEngine in ScriptEngine.cpp?
I built with make PYTHON=0 and had disabled it in ScriptEngine.cpp to move forward last night, it might be good to have it (or others) be conditional in ScriptEngine.cpp with a #if if and enable when PYTHON is defined.
if i follow the python build steps verbatim on my own, it succeeds. i'm not too familiar with make, is it possible that environment vars set in the makefile (CFLAGS, LDFLAGS, etc.) are affecting the compilation?
looks like the python dep is failing on macOS (10.14, Xcode 11):
I've never embedded python, so not sure where to go with this.
The text was updated successfully, but these errors were encountered: