i was trying to install the latest version from github and I got this error (download today):
Parsing…
Semanting…
Translating…
Compiling….
Build error: System command ‘g++ -std=c++11 -Wno-deprecated-declarations -Wno-tautological-pointer-compare -Wno-undefined-bool-conversion -Wno-int-to-void-pointer-cast -Wno-inconsistent-missing-override -Wno-logical-op-parentheses -Wno-parentheses-equality -O0 -I”/Users/legend/monkey2/modules/monkey/native” -c -o “/Users/legend/monkey2/modules/monkey/monkey.buildv010/build_cache/desktop_debug_macos/_1_1_1native_2bbmonkey.cpp.o” “/Users/legend/monkey2/modules/monkey/native/bbmonkey.cpp”‘ failed.
g++ -std=c++11 -Wno-deprecated-declarations -Wno-tautological-pointer-compare -Wno-undefined-bool-conversion -Wno-int-to-void-pointer-cast -Wno-inconsistent-missing-override -Wno-logical-op-parentheses -Wno-parentheses-equality -O0 -I”/Users/legend/monkey2/modules/monkey/native” -c -o “/Users/legend/monkey2/modules/monkey/monkey.buildv010/build_cache/desktop_debug_macos/_1_1_1native_2bbmonkey.cpp.o” “/Users/legend/monkey2/modules/monkey/native/bbmonkey.cpp”
In file included from /Users/legend/monkey2/modules/monkey/native/bbmonkey.cpp:2:
In file included from /Users/legend/monkey2/modules/monkey/native/bbmonkey.h:13:
/Users/legend/monkey2/modules/monkey/native/bbobject.h:53:8: error: C++ requires a type specifier for all declarations
inline bbDBAssertSelf( void *p ){
~~~~~~ ^
1 error generated.
***** Fatal mx2cc error *****
Build error.
Ignore now Fixed. Thanks Mark.