|
Post by selfuniverse on Oct 27, 2020 20:58:48 GMT
Greetings!
I have been using monkey 2 on an old laptop with windows 7 installed, and it worked fine.
But now I have a new laptop with windows 10, and when I try to build or run anything it stops compiling and gives me this output:
Mx2cc version 1.1.15
***** Making app 'C:/Program Files/Monkey2-v2018.09/bananas/calculator/calculator.monkey2' (windows release x86 gcc mx) *****
Parsing... Semanting... Translating... Compiling... Build error: System command failed:
g++ -c -std=c++11 -D_WIN32_WINNT=0x0603 -m32 -O3 -DNDEBUG -I"C:/Program Files/Monkey2-v2018.09/modules/" -I"C:/Program Files/Monkey2-v2018.09/modules/monkey/native" -I"C:/Program Files/Monkey2-v2018.09/bananas/calculator/" -I"C:/Program Files/Monkey2-v2018.09/modules/litehtml/litehtml/include/" -I"C:/Program Files/Monkey2-v2018.09/modules/freetype/freetype-2.6.3/include/" -I"C:/Program Files/Monkey2-v2018.09/modules/openal/openal-soft/include/" -I"C:/Program Files/Monkey2-v2018.09/modules/sdl2/SDL/include/" -I"C:/Program Files/Monkey2-v2018.09/modules/zlib/zlib-1.2.11/" -DNDEBUG=1 -DBB_THREADS=1 -I"C:/Program Files/Monkey2-v2018.09/bananas/calculator/calculator.buildv1.1.15/windows_release_mx/build/" -MMD -MF"C:/Program Files/Monkey2-v2018.09/bananas/calculator/calculator.buildv1.1.15/windows_release_mx/build/r5b58089e.cpp_r.deps" -o "C:/Program Files/Monkey2-v2018.09/bananas/calculator/calculator.buildv1.1.15/windows_release_mx/build/r5b58089e.cpp_r.o" "C:/Program Files/Monkey2-v2018.09/bananas/calculator/calculator.buildv1.1.15/windows_release_mx/include/_r.cpp"
***** Fatal mx2cc error *****
Internal mx2cc build error
What can I do to fix it?
I tried to install some minimal visual C packages, but nothing changed.
Regards.
|
|
|
Post by abakobo on Oct 28, 2020 8:33:36 GMT
What version are you using? Do you use prebuilt from itch.io? I recommend that you build it yourself by downloading the code on github. I made a fork that contains all the available "external" modules. Some fix have been made since latest prebuilt. github.com/abakobo/monkey2Download it(green button labeled "code") and unzip it in a place you have full r/w access ( your desktop for example). Then download supporeted mingw codedan.net/Monkey2/backup/monkeycoder.co.nz/get-file/index-file=i686-6.2.0-posix-dwarf-rt_v5-rev1.exe.htmlAn unpack it to the monkey2/devtools directory Then open a terminal go to monkey2/scripts and run rebuildall.bat And wait as it can take more or less an hour.
I just tested it on a fresh W10 install I had and it's in the process of rebuilding all fine. So I suppose It'll be able to build calculator later on..
you can use VC++ as your compiler. It's faster but the install is not that easy.
|
|
|
Post by selfuniverse on Oct 29, 2020 11:34:26 GMT
Thank you very much o' mighty one!!!
Have a nice day and week and year!
|
|