Thank you very much Kevin.
Indeed such will be much easier. I went thru it and it looks good. A few typos such as "patchg" and I think it was the Monterey Qt patch that is in qtbase/src instead of src, form what I recall. As you know, Sigil instructions weren't there yet, with new options such as "-DUSE_QT6=true". I also noticed it seems at some point Xcode aliases the sdk so one can just use "MacOSX.sdk" instead of the specific version; maybe that started with 12 or 13. I believe also for arm64, perhaps one needs to set a target of 11.0 (I used 12.0). Trying what was mentioned, 10.?, which I didn't do before, there was some Python error of not finding some symbol or library; I believe to be expected.
For some reason the python script that runs after the Sigil make is erroring for me. I briefly look at and am not sure why it behaves as such:
Quote:
build_fwk [..]/libraries/Frameworks/Python.framework
pversion Python.framework
stdlib_dir [..]/libraries/Frameworks/Python.framework/Versions/3.9/lib/python3.9
stdlib_name python3.9
app_dir [..]/build/bin/Sigil.app/Contents/Frameworks
Traceback (most recent call last):
File "[..]/build/bin/osx_add_python_framework6.py", line 251, in <module>
sys.exit(main())
File "[..]/build/bin/osx_add_python_framework6.py", line 210, in main
copy_python_tcltk(tcltksrcdir, tcltkdestdir)
File "[..]/build/bin/osx_add_python_framework6.py", line 60, in copy_python_tcltk
for x in os.listdir(src_dir):
FileNotFoundError: [Errno 2] No such file or directory: '[..]/libraries/Frameworks/Python.framework/lib'
|
Maybe you have an idea. Or, maybe I missed something.