- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
First of all: your message is garbled, you should use the </> icon you find under the ... icon in the tool bar to insert preformatted text.
With some effort I can find the acual error message:
error #7002: Error in opening the compiled module file. Check INCLUDE paths
That says it all. Either the source file that contains that module file (VERSION_INFO) has not been compiled yet or you must add an option "-I ..." that indicates where to find the module file (extension .mod) in question. It may also indicate a lack of dependencies in your makefile.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
"jja1": You are asking about a large package (16 MB, over 2500 source files and directories), which is stated to be a "beta" version. The source file that generated the error uses several Fortran modules, which implies that the sources that contain those modules must have been successfully compiled earlier before attempting the current compilation. The burden of finding out and satisfying the requirements (for building the application, making sure that all the requisites are present and in their places, and ensuring that you have the necessary build tools) is yours. Questions regarding the structure of the package should be addressed to the package authors/maintainers.

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