- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This looks like a bug to me. I routed this to Development.
(Internal tracking id: DPD200413581)

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page