User Details
User Details
- User Since
- Feb 11 2020, 8:37 AM (156 w, 3 d)
Feb 11 2020
Feb 11 2020
Wombura Kimacha Nanai (kimacha) added a comment to T68243: Python misconfiguration in Mac build.
In T68243#869415, @Juergen Furrer (juergen.furrer) wrote:In T68243#869413, @Wombura Kimacha Nanai (kimacha) wrote:In T68243#867904, @Juergen Furrer (juergen.furrer) wrote:Found a solution:
Locate the installed sqlite3-version.
In my case "/opt/local/lib/libsqlite3.0.dylib"
Open the terminal and create the path:sudo mkdir -p /Users/azo/Code/blender/blender_build/build-libs/Release/sqlite/lib/ sudo chmod -R 777 /Users/azo/ cd /Users/azo/Code/blender/blender_build/build-libs/Release/sqlite/lib/Create a ln to your sqlite3:
ln -s /opt/local/lib/libsqlite3.0.dylib libsqlite3.0.dylibHello @Juergen Furrer (juergen.furrer) , thank you for the hack provided though I still can't figure out your path for the created directory provided. Is lib folder the same as the one located in contents folder of Blender application?
In my system I found lots of libsqlite3.0.dylib (I used the one from mac-port)
Update your locate-db:
sudo /usr/libexec/locate.updatedbthen search for sqlite:
locate libsqlite3.0.dylibIt will show you all locations where sqlite is used:
Filezilla
XCODE
Mono.framework
MacGPG
/opt/local/lib/libsqlite3.0.dylib
/usr/lib/libsqlite3.0.dylib
In T68243#867904, @Juergen Furrer (juergen.furrer) wrote:Found a solution:
Locate the installed sqlite3-version.
In my case "/opt/local/lib/libsqlite3.0.dylib"
Open the terminal and create the path:sudo mkdir -p /Users/azo/Code/blender/blender_build/build-libs/Release/sqlite/lib/ sudo chmod -R 777 /Users/azo/ cd /Users/azo/Code/blender/blender_build/build-libs/Release/sqlite/lib/Create a ln to your sqlite3:
ln -s /opt/local/lib/libsqlite3.0.dylib libsqlite3.0.dylib