|
|
|
|
|
by cma
5950 days ago
|
|
-E is your friend: -E Stop after the preprocessing stage; do not run the compiler proper.
The output is in the form of preprocessed source code, which is
sent to the standard output.
Input files which don't require preprocessing are ignored.
Take the output of that, compile it, and you will typically get a sensible error message. |
|