Hmm, seems that some of these errors were actually a part of my local shell ENV which sets the following variables (the SYSROOT dir was empty, though):
export SYSROOT=$HOME/dev/vendor/sysroot-dev export DYLD_LIBRARY_PATH=$SYSROOT/lib export PATH=$SYSROOT/bin:$SYSROOT/qt/bin:$PATH export PYTHONPATH=~/dev/pkdiagram:~/dev/pkdiagram/server The build worked if I waited until after the qt build to set everything but SYSROOT. This is pretty strange, but I’ll drop this for now. > On Jun 15, 2019, at 10:42 AM, Thiago Macieira <thiago.macie...@intel.com> > wrote: > > On Saturday, 15 June 2019 00:52:44 PDT Patrick Stinson wrote: >> thread/qatomic.cpp:1624:4: error: "Q_ATOMIC_INT64_IS_SUPPORTED must be >> defined on a 64-bit platform" > > And this same build works without -j? > > Can you try it with -no-pch and see if it makes a difference? > > -- > Thiago Macieira - thiago.macieira (AT) intel.com > Software Architect - Intel System Software Products > > > > _______________________________________________ > Interest mailing list > Interest@qt-project.org > https://lists.qt-project.org/listinfo/interest _______________________________________________ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest