User Details
User Details
- User Since
- Feb 9 2020, 4:56 PM (156 w, 5 d)
Feb 10 2020
Feb 10 2020
AD (black.asta) added a comment to T68243: Python misconfiguration in Mac build.
@Jason Clark (j-c-c) Oh I see, yes I agree... I went and looked at the Makefile and have seen reference's to the dev's localpath:
9 BASECFLAGS= -Wno-unused-result -Wsign-compare -Wunreachable-code 8 BASECPPFLAGS= 7 CONFIGURE_CFLAGS= -I/Users/brecht/dev/build_darwin/deps/Release/sqlite/include -I/Users/brecht/dev/build_darwin/deps/Release/bzip2/include -I/Users/brecht/dev/build_darwin/deps/Release/lzma/include - I/Users/brecht/dev/build_darwin/deps/Release/zlib/include 6 # CFLAGS_NODIST is used for building the interpreter and stdlib C extensions. 5 # Use it when a compiler flag should _not_ be part of the distutils CFLAGS 4 # once Python is installed (Issue #21121). 3 CONFIGURE_CFLAGS_NODIST= -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration 2 CONFIGURE_CPPFLAGS= -I/Users/brecht/dev/build_darwin/deps/Release/sqlite/include -I/Users/brecht/dev/build_darwin/deps/Release/bzip2/include -I/Users/brecht/dev/build_darwin/deps/Release/lzma/include -I/Users/brecht/dev/build_darwin/deps/Release/zlib/include 1 CONFIGURE_LDFLAGS= -L/Users/brecht/dev/build_darwin/deps/Release/sqlite/lib -L/Users/brecht/dev/build_darwin/deps/Release/bzip2/lib -L/Users/brecht/dev/build_darwin/deps/Release/lzma/lib -L/Users/brecht/dev/build_darwin/deps/Release/zlib/lib 0 # Avoid assigning CFLAGS, LDFLAGS, etc. so users can use them on the 1 # command line to append to these values without stomping the pre-set
I guess for the time being we can follow the workaround posted above by @Juergen Furrer (juergen.furrer) -- creating a softlink that point to an actual libsqlite3.0.dylib, which Blender.app Gimp directory should have. In my install, it is located at:/Applications/Gimp-2.10.app/Contents/Resources/lib/libsqlite3.0.dylib, not ideal but at least we have a workaround.
Feb 9 2020
Feb 9 2020
AD (black.asta) added a comment to T68243: Python misconfiguration in Mac build.
Hi there!
