You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 4, 2020. It is now read-only.
I'm still experiencing race conditions when building even though I've followed the workaround instructions in the wiki.
(ClCompile target) -> FileTracker : error FTK1011: could not create the new file tracking log file: ...\libzmq-static.tlog\CL-python-cl_original.write.1.tlog. The file exists.
FileTracker : error FTK1011: could not create the new file tracking log file: ...\libzmq-static.tlog\CL-python-cl_original.read.1.tlog. The file exists.
I confirmed by building with /v:diag as an argument that TrackFileAccess was set to false and no calls to Tracker.exe were made:
1>TrackFileAccess = false
# no calls to Tracker.exe
Additional information:
Visual Studio 2017 Developer Command Prompt v15.7.3
CMake used to generate the project
clcache v4.2.0
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm still experiencing race conditions when building even though I've followed the workaround instructions in the wiki.
I confirmed by building with
/v:diag
as an argument that TrackFileAccess was set to false and no calls to Tracker.exe were made:Additional information:
The text was updated successfully, but these errors were encountered: