- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear Forum users,
Can you help me? When I try to build a project from within the visual environment, I get the strange message "ifort: error: directory '' does not exist". Compiling and linking from the command line is all right. What is happening here? I include the relevant files for you to see (ZIPped in a small 4KB file).
(By the way: what is the difference between a "project"and a "solution"?)
Yours sincerely,
Niels H. Veldhuijzen
Cito, Arnhem, The Netherlands
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, Niels..
The problem you are having is that the Intermediate Directory in your project is not defined. Right click on the Fortran project, select Properties, then General. In the Output Directory and Intermediate Directory fields put in "Debug" without the quotes. Your release configuration is ok.
A Solution is a collection of projects which builds some sort of end-product, such as an executable or a DLL. In most cases, a solution will have just one project but if you have a large or multilanguage application you may need to have several projects in the solution. You can specify dependency information so that one project gets built before another which depends on it.
The problem you are having is that the Intermediate Directory in your project is not defined. Right click on the Fortran project, select Properties, then General. In the Output Directory and Intermediate Directory fields put in "Debug" without the quotes. Your release configuration is ok.
A Solution is a collection of projects which builds some sort of end-product, such as an executable or a DLL. In most cases, a solution will have just one project but if you have a large or multilanguage application you may need to have several projects in the solution. You can specify dependency information so that one project gets built before another which depends on it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear Steve,
Thank you. I removed the intermediate DEBUG folder because I always loose track of my executables! (In the CVF environment, it worked well.) But I'll reinstate the folder.
Kind regards,
Niels
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you want the objects to be put somewhere else, fine, but the field for the intermediate folder has to have some folder path in it.

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