| View previous topic :: View next topic |
| Author |
Message |
Sebastian
Joined: 20 Feb 2008 Posts: 177
|
Posted: Wed Apr 06, 2011 6:57 am Post subject: |
|
|
This does not change a thing, so doesn't replacing the *.f95 with .\*.f95
When using /checkmate instead of /bounds_check the error message is different but strange in a similar way:
| Quote: |
*** More than one source file specified with names
C:\testdirect12345678901234567890\testfile901234567890.f95 and ´═♥hðñ |
|
|
| Back to top |
|
 |
Sebastian
Joined: 20 Feb 2008 Posts: 177
|
Posted: Wed Apr 06, 2011 11:49 am Post subject: |
|
|
Now some testing under XP: there's a similar error with a larger parameter list, namely I was using "/VPARAM Debug 123456789" for testing which leads to an exception message box during compilation:
| Quote: |
004ed118 exe_process(<ptr><ptr>constÄchar)#52 [+0058]
004ed2b4 do_nt_multiple_compilations(<ptr>char,<ptr><ptr>char,<ptr><ptr>char)#52 [+00d4]
004f104b ProcessCommandLine(<ptr><ptr>char) [+0a68]
00401000 main [+0357] |
Again depending on how long the directories/parameter strings are, the failure messages or exceptions vary. |
|
| Back to top |
|
 |
JohnCampbell
Joined: 16 Feb 2006 Posts: 2625 Location: Sydney
|
Posted: Thu Apr 07, 2011 1:28 am Post subject: |
|
|
To shorten your command, you could try putting compiler options in ftn95.cfg, either globally with ftn95.exe or locallly in the project folder.
Also Map Network Drive in Explorer>Tools may be a way of shortening the path. I'm only familiar with XP so don't know if this would work on 7.
John |
|
| Back to top |
|
 |
Sebastian
Joined: 20 Feb 2008 Posts: 177
|
Posted: Thu Apr 07, 2011 7:15 am Post subject: |
|
|
| Quote: |
| you could try putting compiler options in ftn95.cfg, either globally with ftn95.exe or locallly in the project folder. |
This makes the various batch compilation types very hard to realise, also some files are compiled with different VPARAM and other settings.
| Quote: |
| Also Map Network Drive in Explorer>Tools may be a way of shortening the path. |
I'm already doing compilation of most of the stuff in the root directory because of the compiler errors. |
|
| Back to top |
|
 |
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8283 Location: Salford, UK
|
Posted: Thu Apr 07, 2011 9:38 am Post subject: |
|
|
| I have now fixed the bug relating to the unexpected option /NT_MULTIPLE_COMPILAT... |
|
| Back to top |
|
 |
Sebastian
Joined: 20 Feb 2008 Posts: 177
|
Posted: Thu Apr 07, 2011 1:41 pm Post subject: |
|
|
| Great, thank you! |
|
| Back to top |
|
 |
|