- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
When I want to build a project I get such an error message:
the source file "c:acc.f90" and "c:add.f90" are both configured to produce the output file"c:amod". The project can't be built.
cc.f90 and dd.f90 are module files started with keyword "MODULE". Only files in the directory c:a will use cc and dd.
the source file "c:acc.f90" and "c:add.f90" are both configured to produce the output file"c:amod". The project can't be built.
cc.f90 and dd.f90 are module files started with keyword "MODULE". Only files in the directory c:a will use cc and dd.
コピーされたリンク
2 返答(返信)
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
This happens if both of the .f90 files build the same module name - the identifier after the keyword MODULE. For example, if both have "MODULE FOO".
Steve
Steve
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
No, that not the case. They have different identifiers.
I have solve the problem. In the File View list, right click this file, choose "Setting", Then "General" selection card, In the box "Output directories", input a name in "intermediate files", save. All done.
Thanks.
I have solve the problem. In the File View list, right click this file, choose "Setting", Then "General" selection card, In the box "Output directories", input a name in "intermediate files", save. All done.
Thanks.