IFS-HSR / SConsolidator

An Eclipse plug-in for the build system SCons (scons.org).
24 stars 10 forks source link

Fix build info collector crash #52

Open doug-a-brunner opened 5 years ago

doug-a-brunner commented 5 years ago

I found that BuildInfoCollector.py was crashing on my machine (Windows 10, Eclipse 4.7.3a/CDT 9.4.3, Python 3.7). The problem was that it was getting a byte string back from executing the compiler but then treating it like a regular string, as was possible in Python 2 IIRC.

Unfortunately I can't run the test suite - the repository at http://cevelop.com/cdt-testing/9.4.0 has gone away, and I couldn't find a new URL for it.

doug-a-brunner commented 5 years ago

Thanks for the dependency fix. I was able to run the test suite and fix an issue with Python 2, and it now passes.