BUG: Problem compiling from some folders

Community Forums/Monkey2 Talk/BUG: Problem compiling from some folders

ziggy(Posted 2016) [#1]
I was playing with Monkey 2, preparing the compiler toolchain integration for Jungle Ide, and found a very weird bug:

Steps to replicate:
1.- Download Monkey 2 source code in (FOLDER A)
2.- Copy it to another folder in your system (FOLDER B), and install in that folder all related dev tools (MinGW), set the path variable etc, so you'll be using the Monkey 2 compiler and toolchain located in FOLDER B.

Now:
* If you compile one banana located in FOLDER B\Bananas, it compiles and runs fine
* If you compile the same banana from a random folder in your system, it will compile and run fine too.
* If you compile the same banana from FOLDER A\Bananas, it'll fail to compile.

This is the compiler output generated by the compilation that fails:


The same banana in the original bananas folder, where it compiles fine:



Unknown(Posted 2016) [#2]
Hey Ziggy any plans for Jungle to support MX2?