Originally posted by: w2yehia
Hi Itaru, I will try to help you out.
I'm having trouble following your reproduce instructions; i'm hitting the same issues as Rafik.
I will continue trying but in the meantime:
Since what you are having is a compile time problem, it would be easiest if you can reproduce for us the preprocessed file and give us the full compiler invocation command.
One way to get the compiler invocation command is to run the "make" step with "VERBOSE=1" (e.g. $ make VERBOSE=1 mytarget), and file the compile step right before you get the error. Do not use the -j option.
You should be able to "cd" into whatever directory that "make" is cd'ing, run the compile step that you obtained earlier, and be able to reproduce the same error.
To obtain the preprocessed file, remove any "-o" option from the compiler command, and append the "-E" option. That will ask the compiler to emit the preprocessed output to stdout.
You can then attach the preprocessed file here, and paste the compiler invocation command.
#Ask-Question-Here--General-Compiler-Q-and-A#C/C++andFortran