(py36) [~/Documents/GitHub/g3d/G3D10] %./buildg3d tools
Library written to ../build/lib/libG3D-app.a
../../bin/icompile --verbosity 1 --noprompt --opt
Copying data files
background2.jpg
background1.jpg
reassignOBJMaterial.py
_______________________________________________________________________
Building viewer
Computing dependencies
Compiling
EmptyViewer.cpp
VideoViewer.cpp
FontViewer.cpp
...
TextureViewer.cpp
App.cpp
copying dylib /Users/username/Documents/GitHub/g3d/G3D10/build/bin/libavfilter.dylib to ../../temp/tools/viewer/libavfilter.dylib
libavfilter.dylib
copying dylib /Users/username/Documents/GitHub/g3d/G3D10/build/bin/libswresample.dylib to ../../temp/tools/viewer/libswresample.dylib
libswresample.dylib
..
copying dylib /Users/username/Documents/GitHub/g3d/G3D10/build/bin/libavutil.dylib to ../../temp/tools/viewer/libavutil.dylib
libavutil.dylib
copying dylib /Users/username/Documents/GitHub/g3d/G3D10/build/bin/libtbb.dylib to ../../temp/tools/viewer/libtbb.dylib
libtbb.dylib
Linking
Undefined symbols for architecture x86_64:
"_PyDict_GetItemString", referenced from:
G3D::PythonInterpreter::importFunctionFromModule(G3D::G3DString<64ul> const&, G3D::G3DString<64ul> const&) in libG3D-app.a(PythonInterpreter.o)
"_PyErr_Fetch", referenced from:
G3D::PythonInterpreter::startPython(G3D::G3DString<64ul> const&) in libG3D-app.a(PythonInterpreter.o)
G3D::PythonInterpreter::assertPythonOk(char const*) in libG3D-app.a(PythonInterpreter.o)
G3D::PythonInterpreter::importModule(G3D::G3DString<64ul> const&) in libG3D-app.a(PythonInterpreter.o)
G3D::PythonInterpreter::importFunctionFromModule(G3D::G3DString<64ul> const&, G3D::G3DString<64ul> const&) in libG3D-app.a(PythonInterpreter.o)
...
G3D::PythonInterpreter::finishPython() in libG3D-app.a(PythonInterpreter.o)
"_Py_Initialize", referenced from:
G3D::PythonInterpreter::startPython(G3D::G3DString<64ul> const&) in libG3D-app.a(PythonInterpreter.o)
"_Py_SetPythonHome", referenced from:
G3D::PythonInterpreter::startPython(G3D::G3DString<64ul> const&) in libG3D-app.a(PythonInterpreter.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
37s
(py36) [~/Documents/GitHub/g3d/G3D10] %python --version
Python 3.6.15
(py36) [~/Documents/GitHub/g3d/G3D10] %clang --version
Apple clang version 13.0.0 (clang-1300.0.29.3)
Target: x86_64-apple-darwin21.2.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin