On quinta-feira, 9 de maio de 2013 12.53.01, Gil Moses wrote: > >> Look at the first "Leaving directory" after the error. That's where you > >> have to > be in order to run that command-line. > > > Unfortunately make is not telling me that as you would see in my first > post. (make is v 3.81). However I tried to cd to an inner directory > (/qtbase/src/network$ ) so that gcc finds the cpp. Indeed, the command line > with -c produced the same original error, but using -E I receive the > error: > > cc1plus: error: .pch/debug-shared/QtNetwork_debug: No such file or directory > > It's as if gcc needs to know several directories, not just the current one.
Drop the -include .pch/debug_shared/QtNetwork_debug argument. GCC gets a little lost when asked to preprocess only if you give it a precompiled header. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest