> All works well until part way through, when I get an error: > > [ 63%] Built target provider_postgres_a > [ 63%] Built target qgis_gui_autogen > make: *** [Makefile:166: all] Error 2 > > I can't see a log file anywhere.
It looks like it's a parallel build and the error happened earlier so it's not visible in your output. You can try disabling the parallel build (used to be "make -j1" but I forget if that works here) which should at least make the errors appear at the end of the output so you can more easily locate them. Cheers, Adam. _______________________________________________ QGIS-User mailing list QGIS-User@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user