About Monkey 2 › Forums › Monkey 2 Development › Latest release not building
This topic contains 4 replies, has 2 voices, and was last updated by
gasmonso 2 years, 6 months ago.
-
AuthorPosts
-
September 29, 2016 at 7:10 pm #4155
Hey Mark,
I’m trying to build the latest release and I’m getting the following error on my Windows 10 machine:
cc1plus.exe – Application Error
The application was unable to start correctly (0xc0000185). Click OK to close the application.
I receive the message 4 times.
There’s a bunch more errors in the command prompt. Do you need me to list them all?
Thanks for all the great work your doing!
gasmonso
September 29, 2016 at 7:12 pm #4156There’s a bunch more errors in the command prompt. Do you need me to list them all?
Yes please.
Have you got mingw ‘i686-5.3.0-posix-dwarf-rt_v4-rev0’ installed in ‘devtools’?
Have you messed with the ‘bin/env_windows.txt’ file at all?
September 29, 2016 at 7:26 pm #4158Yes I have minigw installed in \devtools\i686-5.3.0-posix-dwarf-rt_v4-rev0 and I have not touched bin/env_windows.txt
Here’s the first snippet of errors:
Monkey12345678910111213141516171819202122232425262728293031323334C:\Users\Sam\Desktop\monkey2-new\scripts>rebuildall.batC:\Users\Sam\Desktop\monkey2-new\scripts>echo off***** Rebuilding modules *****mx2cc version 1.0.7***** Making module 'monkey' *****Parsing...Semanting...Translating...Compiling...Build error: System command 'g++ -std=c++11 -m32 -O3 -DNDEBUG -I"C:/Users/Sam/Desktop/monkey2-new/modules/monkey/native" -I"C:/Users/Sam/Desktop/monkey2-new/modules/" -c -o "C:/Users/Sam/Desktop/monkey2-new/modules/monkey/monkey.buildv1.0.7/windows_release/build/_1_1_1native_2bbtypes.cpp.o" "C:/Users/Sam/Desktop/monkey2-new/modules/monkey/native/bbtypes.cpp"' failed.g++ -std=c++11 -m32 -O3 -DNDEBUG -I"C:/Users/Sam/Desktop/monkey2-new/modules/monkey/native" -I"C:/Users/Sam/Desktop/monkey2-new/modules/" -c -o "C:/Users/Sam/Desktop/monkey2-new/modules/monkey/monkey.buildv1.0.7/windows_release/build/_1_1_1native_2bbtypes.cpp.o" "C:/Users/Sam/Desktop/monkey2-new/modules/monkey/native/bbtypes.cpp"***** Fatal mx2cc error *****Internal mx2cc build errormx2cc version 1.0.7***** Making module 'monkey' *****Parsing...Semanting...Translating...Compiling...Build error: System command 'g++ -std=c++11 -m32 -I"C:/Users/Sam/Desktop/monkey2-new/modules/monkey/native" -I"C:/Users/Sam/Desktop/monkey2-new/modules/" -c -o "C:/Users/Sam/Desktop/monkey2-new/modules/monkey/monkey.buildv1.0.7/windows_debug/build/_1_1_1native_2bbtypes.cpp.o" "C:/Users/Sam/Desktop/monkey2-new/modules/monkey/native/bbtypes.cpp"' failed.g++ -std=c++11 -m32 -I"C:/Users/Sam/Desktop/monkey2-new/modules/monkey/native" -I"C:/Users/Sam/Desktop/monkey2-new/modules/" -c -o "C:/Users/Sam/Desktop/monkey2-new/modules/monkey/monkey.buildv1.0.7/windows_debug/build/_1_1_1native_2bbtypes.cpp.o" "C:/Users/Sam/Desktop/monkey2-new/modules/monkey/native/bbtypes.cpp"September 29, 2016 at 7:50 pm #4159Do you have a CDROM on D:?
Can you try deleting this line from your env_windows.txt file?
PATH=D:\devtools\Android\sdk\ndk-bundle;${PATH}
September 29, 2016 at 8:19 pm #4160That was it Mark! Everything is up and running.
Oh, the new lighting demos are pretty cool!
Great work as usual!
gasmonso
-
AuthorPosts
You must be logged in to reply to this topic.