> On Jun 15, 2019, at 8:49 AM, Patrick Stinson <patrickk...@gmail.com> wrote: > > Has anyone else run into compile errors related to integer sizes on a 64 bit > platform when passing -jn to make on macos? A build will be preceding just > fine with one process, but when I increase the number it immediately bails > with compile errors.
I've mostly switched to using pre-built frameworks but when I was building from source I often got inscrutable issues when trying to build in parallel. The build documentation says to use "make", not -j anything and explicitly calls out that there are bad dependencies which will break on parallel "make install". Cheers, Steve _______________________________________________ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest