Unsupported compiler option `--system-header-prefix=`

Issue #67 closed
Ali Rantakari repo owner created an issue

Faux Pas doesn't understand the compiler option --system-header-prefix= and fails to check source code in projects that use that option (e.g. via the OTHER_CFLAGS build setting).

Originally reported by Sam on Twitter: https://twitter.com/Dirk_Gently/status/618825486890856448

Comments (2)

  1. Ali Rantakari reporter

    This is because the version of Clang (the same as in Xcode 6.1) used by the latest version of Faux Pas (v1.4) does not yet understand this compiler flag.

    This will be fixed in the next release. The next version of Faux Pas will use a newer version of Clang that understands and accepts this flag.

  2. Log in to comment