Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29274 Discussions

prompted to rebuild project every time

Nick_G_1
Beginner
626 Views

I prompted to rebuild project EVERY time I start my application from visual studio. Even I change nothing in project and run my app. from VS one second before

Obj:

Intel(R) Visual Fortran Compiler XE 12.1.1.258 [IA-32]
Intel(R) Visual Fortran Compiler XE 12.1.1.258 [Intel(R) 64]
under MS visual studio 2010 SP1
Windows 7, 64 bit

Error exists on every mode and platform: debug, release, 64, 32 bit

 

Before "this time" all be OK

May be I change some project properties or something else?

0 Kudos
3 Replies
andrew_4619
Honored Contributor III
626 Views

If you do a clean and then a full rebuild does it build OK first time or is there some error? Circular dependencies can cause this type of problem but in such cases a build after a clean will often fail which gives the clues.

 

0 Kudos
Nick_G_1
Beginner
626 Views

yes, i have an circular dependency and after cleaning project i need to rebuild some modules more than one time. I try to avoid circular dependensies

0 Kudos
Nick_G_1
Beginner
626 Views

It works!

0 Kudos
Reply