View Single Post
Old 10-11-2019, 01:01 PM   #63
User_Z
Zealot
User_Z can tell if an avocado is ripe without touching it.User_Z can tell if an avocado is ripe without touching it.User_Z can tell if an avocado is ripe without touching it.User_Z can tell if an avocado is ripe without touching it.User_Z can tell if an avocado is ripe without touching it.User_Z can tell if an avocado is ripe without touching it.User_Z can tell if an avocado is ripe without touching it.User_Z can tell if an avocado is ripe without touching it.User_Z can tell if an avocado is ripe without touching it.User_Z can tell if an avocado is ripe without touching it.User_Z can tell if an avocado is ripe without touching it.
 
Posts: 116
Karma: 130000
Join Date: Sep 2019
Location: Ukraine
Device: Computer, iPad
In the assembly recipe, this option is set.
Code:
	cmake .. \
		-DCMAKE_BUILD_TYPE=Release \
		-DCMAKE_INSTALL_PREFIX=$appsDir/Sigil \
		-DCMAKE_INSTALL_BINDIR=$appsDir/Sigil \
		-DSHARE_INSTALL_PREFIX=$appsDir/Sigil \
		-DCMAKE_INSTALL_LIBDIR=$appsDir/Sigil/lib \
		-DPYTHON_LIBRARY=$pythonLib \
		-DPYTHON_INCLUDE_DIR=$pythonInclude \
		-DPYTHON_EXECUTABLE=$pythonBin \
		-DUSE_SYSTEM_LIBS=1 \
		-DINSTALL_BUNDLED_DICTS=0
Maybe the problem is something else?
For example in this library tkinter or other path?
Attached Thumbnails
Click image for larger version

Name:	screenshot1.png
Views:	169
Size:	128.0 KB
ID:	174175  
User_Z is offline   Reply With Quote