Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29278 Discussions

fpp doesn't work when using Windows path separators

Jacob_Williams
New Contributor III
500 Views

When trying to manually run fpp from a command line on a file in a subfolder, I noticed that it doesn't work right if using the '\' Windows path separator. So:

fpp src\test.F90

Gives the error: src\test.F90(3): #error: can't find include file: test.inc

The file in question is just

module test

#include "test.inc"

end module test

While

fpp src/test.F90

works fine. Bug or feature?

0 Kudos
1 Reply
Kevin_D_Intel
Employee
500 Views

This looks like a bug to me. I routed this to Development.

(Internal tracking id: DPD200413581)

0 Kudos
Reply