Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

fpp doesn't work when using Windows path separators

Jacob_Williams
New Contributor III
506 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
506 Views

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

(Internal tracking id: DPD200413581)

0 Kudos
Reply