- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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.
링크가 복사됨
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
But it would be more interesting to see the build log of the project that got the "could not be completed" error.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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
