Cant compile on mac V Master2

Community Forums/Monkey2 Talk/Cant compile on mac V Master2

AdamStrange(Posted 2016) [#1]
Hi Mark,
Just downloaded the new version from github. Copied to application, pasted molusc and tried to compile. BAM

OK, heres the error as presented:
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/lucifer_9/Downloads/monkey2-master/modules/freetype/freetype-2.6.3/include/" -I"/Users/lucifer_9/Downloads/monkey2-master/modules/sdl2-mixer/SDL_mixer/" -I"/Users/lucifer_9/Downloads/monkey2-master/modules/sdl2/SDL/include/" -I"/Users/lucifer_9/Downloads/monkey2-master/modules/monkey/native" -c -o "/Applications/monkey2-master 2/hello-world.buildv008/build_cache/desktop_debug_macos/hello_05world_0hello_05world.cpp.o" "/Applications/monkey2-master 2/hello-world.buildv008/build_cache/desktop_debug_macos/hello_5world_hello_5world.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/lucifer_9/Downloads/monkey2-master/modules/freetype/freetype-2.6.3/include/" -I"/Users/lucifer_9/Downloads/monkey2-master/modules/sdl2-mixer/SDL_mixer/" -I"/Users/lucifer_9/Downloads/monkey2-master/modules/sdl2/SDL/include/" -I"/Users/lucifer_9/Downloads/monkey2-master/modules/monkey/native" -c -o "/Applications/monkey2-master 2/hello-world.buildv008/build_cache/desktop_debug_macos/hello_05world_0hello_05world.cpp.o" "/Applications/monkey2-master 2/hello-world.buildv008/build_cache/desktop_debug_macos/hello_5world_hello_5world.cpp"
In file included from /Applications/monkey2-master 2/hello-world.buildv008/build_cache/desktop_debug_macos/hello_5world_hello_5world.cpp:2:
/Applications/monkey2-master 2/hello-world.buildv008/build_cache/desktop_debug_macos/hello_5world_hello_5world.h:9:10: fatal error: '../../../../../Users/lucifer_9/Downloads/monkey2-master/modules/mojo/mojo.buildv008/desktop_debug_macos/mojo_app_2window.h' file not found
#include "../../../../../Users/lucifer_9/Downloads/monkey2-master/modules/mojo/mojo.buildv008/desktop_debug_macos/mojo_app_2window.h"
^
1 error generated.
***** Fatal mx2cc error *****
Build error.


skid(Posted 2016) [#2]
Did you follow the steps in README.txt? I did a fresh setup this morning on my Mac and have had no problems.


AdamStrange(Posted 2016) [#3]
DUR!!!
Thanks Skid. followed read and compiled the first demo fine ;)


therevills(Posted 2016) [#4]
Mark did make a small mistake which stops rebuilding on Windows in v010:

http://monkey2.monkey-x.com/forums/topic/v010-issues-rebuilding-windows/