-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Closed
Labels
Description
When running cd depends && make HOST=x86_64-apple-darwin
on MacOS 10.13.6, the following error appears:
➜ depends git:(2182094c6) make HOST=x86_64-apple-darwin17.7.0
builders/darwin.mk:1: *** empty variable name. Stop.
A fix is here for this initial problem: 63c74d2, but then the following error appears:
make[4]: Entering directory '/Users/Jon/bitcoin/depends/work/build/x86_64-apple-darwin/qt/5.9.6-9fd589a8fba/qtbase/src/plugins/generic'
cd 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
make[5]: Entering directory '/Users/Jon/bitcoin/depends/work/build/x86_64-apple-darwin/qt/5.9.6-9fd589a8fba/qtbase/src/plugins/generic/tuiotouch'
rm -f .moc/moc_predefs.h
rm -f .moc/moc_qtuiohandler_p.cpp
rm -f .moc/main.moc
rm -f .obj/main.o .obj/qoscbundle.o .obj/qoscmessage.o .obj/qtuiohandler.o .obj/moc_qtuiohandler_p.o
rm -f *~ core *.core
make[5]: Leaving directory '/Users/Jon/bitcoin/depends/work/build/x86_64-apple-darwin/qt/5.9.6-9fd589a8fba/qtbase/src/plugins/generic/tuiotouch'
make[4]: Leaving directory '/Users/Jon/bitcoin/depends/work/build/x86_64-apple-darwin/qt/5.9.6-9fd589a8fba/qtbase/src/plugins/generic'
make[3]: Leaving directory '/Users/Jon/bitcoin/depends/work/build/x86_64-apple-darwin/qt/5.9.6-9fd589a8fba/qtbase/src/plugins'
make[2]: Leaving directory '/Users/Jon/bitcoin/depends/work/build/x86_64-apple-darwin/qt/5.9.6-9fd589a8fba/qtbase/src'
make[1]: Leaving directory '/Users/Jon/bitcoin/depends/work/build/x86_64-apple-darwin/qt/5.9.6-9fd589a8fba/qtbase'
Info: creating stash file /Users/Jon/bitcoin/depends/work/build/x86_64-apple-darwin/qt/5.9.6-9fd589a8fba/qttranslations/.qmake.stash
Info: creating stash file /Users/Jon/bitcoin/depends/work/build/x86_64-apple-darwin/qt/5.9.6-9fd589a8fba/qttools/.qmake.stash
Project ERROR: Unknown module(s) in QT: xml
make: *** [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:
make[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?