Reply To: NodeCanvas causes problems with incremental compiler

NodeCanvas Forums Support NodeCanvas causes problems with incremental compiler Reply To: NodeCanvas causes problems with incremental compiler

#13420
sugoidev
Participant

The Incremental Compiler is a dependency for the ECS package, so it is added even if you don’t directly reference it in your manifest.

You can check that it is indeed compiling your stuff by going into the preferences. There should be a “Compiler” section there. That’s from the Incremental Compiler. Also, you’ll notice a folder in your Library named “IncrementalCompiler”, where it generate its response files for compilation.

The latest version of the Incremental Compiler (.16) added a workaround that might fix the error we’re all getting. It’s still only on the staging repository, so it won’t show up in the package manager unless you’re using the staging repo in your manifest. But, give it a few days and it’ll be in the normal repo.

I didn’t test it yet, since I patch the Weaver (I’m the one that wrote the instructions on how to do it on that thread), but I plan to do so today.

Edit: Just tested with the latest version of the Incremental Compiler and the issue remains.
Patching the weaver still seems to be the only available solution for now.