- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
링크가 복사됨
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
"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.
