MX2 isnt portable - yet?

Community Forums/Monkey2 Talk/MX2 isnt portable - yet?

therevills(Posted 2016) [#1]
MX2 isnt portable... I've got it located in my Dropbox folder on my home PC:
H:/Dropbox/CodeMonkey/Monkey/MonkeyXPro86e/monkey2


At work my MX2 Dropbox folder is located here:
D:\Users\revills\Dropbox\CodeMonkey\Monkey\MonkeyXPro86e\monkey2


When I try to compile at work I get this error message:
No such file or directory
 #include "H:/Dropbox/CodeMonkey/Monkey/MonkeyXPro86e/monkey2/modules/mojo/mojo.buildv004/desktop_release_windows/mojo_app_2view.h"


Full trace:



skid(Posted 2016) [#2]
It looks like you will need a clean, maybe mx2cc makemods -clean when switching between machines.


therevills(Posted 2016) [#3]
It looks like you will need a clean, maybe mx2cc makemods -clean when switching between machines.


For the time being yeah, but I hope there is a proper fix to use relative paths instead of absolute paths in the future.