[Interest] SSL compilation error building on Mac

Thiago Macieira thiago.macieira at intel.com
Thu May 9 01:02:55 CEST 2013


On quarta-feira, 8 de maio de 2013 18.43.28, Gil Moses wrote:
> BTW, is there a method to create a preprocessed file(or some other method)
> and see which files were included in building the cpp producing the error?

Yes. Take the command-line that failed (it is printed by make) and replace the 
-c option with -E. The output file in .obj will be the preprocessor result, a 
text file you can read. Search for opensslv.h and you'll see what file did get 
included.

-- 
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/20130508/33e4f3d1/attachment.sig>


More information about the Interest mailing list