When running cd depends && make HOST=x86_64-apple-darwin
on MacOS 10.13.6, the following error appears:
0➜ depends git:(2182094c6) make HOST=x86_64-apple-darwin17.7.0
1builders/darwin.mk:1: *** empty variable name. Stop.
A fix is here for this initial problem: 63c74d2, but then the following error appears:
0make[4]: Entering directory '/Users/Jon/bitcoin/depends/work/build/x86_64-apple-darwin/qt/5.9.6-9fd589a8fba/qtbase/src/plugins/generic'
1cd tuiotouch/ && ( test -e Makefile || /Users/Jon/bitcoin/depends/work/build/x86_64-apple-darwin/qt/5.9.6-9fd589a8fba/qtbase/bin/qmake -o Makefile /Users/Jon/bitcoin/depends/work/build/x86_64-apple-darwin/qt/5.9.6-9fd589a8fba/qtbase/src/plugins/generic/tuiotouch/tuiotouch.pro ) && make -f Makefile clean
2make[5]: Entering directory '/Users/Jon/bitcoin/depends/work/build/x86_64-apple-darwin/qt/5.9.6-9fd589a8fba/qtbase/src/plugins/generic/tuiotouch'
3rm -f .moc/moc_predefs.h
4rm -f .moc/moc_qtuiohandler_p.cpp
5rm -f .moc/main.moc
6rm -f .obj/main.o .obj/qoscbundle.o .obj/qoscmessage.o .obj/qtuiohandler.o .obj/moc_qtuiohandler_p.o
7rm -f *~ core *.core
8make[5]: Leaving directory '/Users/Jon/bitcoin/depends/work/build/x86_64-apple-darwin/qt/5.9.6-9fd589a8fba/qtbase/src/plugins/generic/tuiotouch'
9make[4]: Leaving directory '/Users/Jon/bitcoin/depends/work/build/x86_64-apple-darwin/qt/5.9.6-9fd589a8fba/qtbase/src/plugins/generic'
10make[3]: Leaving directory '/Users/Jon/bitcoin/depends/work/build/x86_64-apple-darwin/qt/5.9.6-9fd589a8fba/qtbase/src/plugins'
11make[2]: Leaving directory '/Users/Jon/bitcoin/depends/work/build/x86_64-apple-darwin/qt/5.9.6-9fd589a8fba/qtbase/src'
12make[1]: Leaving directory '/Users/Jon/bitcoin/depends/work/build/x86_64-apple-darwin/qt/5.9.6-9fd589a8fba/qtbase'
13Info: creating stash file /Users/Jon/bitcoin/depends/work/build/x86_64-apple-darwin/qt/5.9.6-9fd589a8fba/qttranslations/.qmake.stash
14Info: creating stash file /Users/Jon/bitcoin/depends/work/build/x86_64-apple-darwin/qt/5.9.6-9fd589a8fba/qttools/.qmake.stash
15Project ERROR: Unknown module(s) in QT: xml
16make: *** [funcs.mk:245: /Users/Jon/bitcoin/depends/work/build/x86_64-apple-darwin/qt/5.9.6-9fd589a8fba/qtbase/.stamp_configured] Error 3
Removing the -no-feature-xml
option in qt.mk just causes a followup error that is equally problematic, involving libQt5Xml not being found:
0make[1]: *** No rule to make target '/Users/Jon/bsha3/bsha3-ravened/bsha3/repo/bsha3/depends/work/build/x86_64-apple-darwin17.7.0/qt/5.9.6-d39a0d42aab/qtbase/lib/libQt5Xml.a', needed by '../../../bin/lrelease'. Stop.
Any ideas?