On Monday, 14 January 2019 09:23:31 PST rol...@logikalsolutions.com wrote:
> There were no errors for many screens back. Make appeared to complete
> just fine. "make install" compiled __A LOT__ of stuff before it died
> on the last bit. Screen after screen of compiler warnings scrolled past.
> 
> make install shouldn't compile a single module. If it does that is an
> EPIC fail.

make install needs to confirm that stuff compiled before it tries to install. 
If something failed, it is completely correct in trying to compile again and 
failing.

You need to give us a complete certainty that it did not fail, at all. "many 
screens back" is not sufficient, you need to scan all the way to the 
beginning. "appeared to complete" is not sufficient, you need to be certain it 
did.

Easy way to confirm that it did not fail:

        echo $?

If that's not 0, something failed.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center



_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to