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
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