Page 1 of 1

"Can't run interactive configuration inside non-interactive build process"

Posted: Mon Jan 21, 2019 3:22 am
by pushtoopen
Hi there, i recently was installing minggw on my computer, separate from the msys2 install. Since then, i keep getting "Can't run interactive configuration inside non-interactive build process" "Open a command line terminal and run 'make menuconfig' from there"

... This is inside of msys2 mingw shell when running make menuconfig.

Does anybody know what i can do about this? I re-installed msys2 and i updated my esp-idf to the latest version.

Re: "Can't run interactive configuration inside non-interactive build process"

Posted: Mon Jan 21, 2019 7:03 am
by ESP_Roland
It seems to me that your BATCH_BUILD variable is permanently set.

Does

Code: Select all

echo $BATCH_BUILD
produces any output (or value 1)?

Re: "Can't run interactive configuration inside non-interactive build process"

Posted: Tue Jan 22, 2019 1:19 am
by pushtoopen
That was it! how did you figure this one out? Thanks.

Fix: ensure "BATCH_BUILD" is not defined as an environment variable in windows, to ensure the above problem does not continue.