[Interest] SSL compilation error building on Mac

Thiago Macieira thiago.macieira at intel.com
Thu May 9 20:10:40 CEST 2013


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20130509/d5caa696/attachment.sig>


More information about the Interest mailing list