Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/5/2010
cycle in dependency tree for target 'targetname'
A circular dependency exists in the dependency tree for the given target. The given target is a dependent of one of the dependents of the given target. Circular dependencies are invalid.
For example, the following definitions
target1.lib:    lib1.lib lib2.lib  target2.lib
...
target2.lib:  lib3.lib targetlib1.lib
cause the following error to appear:
cycle in dependency tree for 'target2.lib'