when compiling an example of pyro i get this:
/home/slenkar/Downloads/monkey2/essentials/bananas/jungle/jungle.buildv1.1.15/emscripten_debug/include/jungle_jungle.h:7:10: fatal error: ‘pyro-framework/pyro-framework.buildv1.1.15/emscripten_debug/include/pyro_5framework_screenmanager.h’ file not found
I have rebuilt all modules after putting the 3 pyro folders in the modules folder
the file it is looking for is in:
/home/slenkar/Downloads/monkey2/modules/pyro-framework/pyro-framework.buildv1.1.15/linux_debug/include
looking in this folder:
/home/slenkar/Downloads/monkey2/essentials/bananas/jungle/jungle.buildv1.1.15/emscripten_debug/include
I only see: jungle_jungle.h
EDIT-
Soo its a permission issue, ubuntu doesnt let the IDE do any deleting or moving of files
so I did
sudo chmod -R a+rwx monkey2
but that messed something up cos now the IDE doesnt open