scons - Internal Error: no cycle found for node -


when running scons in single thread, code build fine. however, if use -j (for parallel builds), plethora of these errors:

 internal error: no cycle found node file (<scons.node.fs.dir object @ 0xc15aeec>) in state pending 

what error mean?

how can resolve this?

i aware of issue 2777 running scons v2.3.1 should have in.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -