- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can anyone tell me what is causing this or better still how to stop it happening?
These symptoms are worse when I'm using a 64-bit XP operating system.
Thanks in advance.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The buildlog.htm file (attached) does not indicate that there has been any problems during the build process.
Below is echo of output window.
1>------ Build started: Project: Loading, Configuration: Release Win32 ------
1>Compiling with Intel Visual Fortran Compiler XE 12.1.3.300 [IA-32]...
2>Error: The operation could not be completed
1>ldgp.f90
1>Creating library...
3>Error: The operation could not be completed
1>
1>Build log written to "file://C:\Win\FEM2000-XE\Loading\Release\BuildLog.htm"
1>Loading - 0 error(s), 0 warning(s)
4>------ Build started: Project: FEM2000, Configuration: Release Win32 ------
4>Linking...
4> Creating library Release/FEM2000_v25.lib and object Release/FEM2000_v25.exp
4>
4>Build log written to "file://C:\Win\FEM2000-XE\Release\BuildLog.htm"
4>FEM2000 - 0 error(s), 0 warning(s)
========== Build: 2 succeeded, 2 failed, 28 up-to-date, 0 skipped ==========
The above shows a typical example.
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I was not aware I was building 4 projects in parallel. I thought the the /MP command set this but I don't have it set in my solution (which contains 31 projects). Where else is this set?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
But it would be more interesting to see the build log of the project that got the "could not be completed" error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I've tried changing the number of processors to 1 but the problem still occurs:
Error: The operation could not be completed
Error: The operation could not be completed
Error: The operation could not be completed
------ Build started: Project: Loading, Configuration: Release Win32 ------
Compiling with Intel Visual Fortran Compiler XE 12.1.3.300 [IA-32]...
np_loadact.f90
Creating library...
Build log written to "file://C:\Win\FEM2000-XE\Loading\Release\BuildLog.htm"
Loading - 0 error(s), 0 warning(s)
Error: The operation could not be completed
------ Build started: Project: FEM2000, Configuration: Release Win32 ------
Compiling resources...
FemWin.rc
Microsoft Windows Resource Compiler Version 6.0.5724.0
Copyright (C) Microsoft Corporation. All rights reserved.
Linking...
Creating library Release/FEM2000_v25.lib and object Release/FEM2000_v25.exp
Build log written to "file://C:\Win\FEM2000-XE\Release\BuildLog.htm"
FEM2000 - 0 error(s), 0 warning(s)
========== Build: 2 succeeded, 4 failed, 26 up-to-date, 0 skipped ==========
I've attached the Buildlog.htm (for Project Loading)but there seems to be no reference tothe errorswithin, suggesting to me that the message is generated by the dependecy checkerbefore the compiler is activated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
1. Uninstall Intel Visual Fortran.
2. Delete the "Intel Fortran" subfolder of your Visual Studio install folder
3. Do a "Repair" on Visual Studio
4. Reinstall Intel Fortran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Eventual solution for me was to Rebuild each project within the solution one by one until I found the one that failed. Then removed from solution (as per previous poster), and readded the project to the solution.
Building the solution then worked.
The confusing thing is that the error appears before the "Build started" message in the log, so it appears that theerror is in a Prebuild step, rather than the subsequent build of a project.
David

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