But its dual boot with ubuntu linux so I can port EQ and whatever future projects to it. I'm finding it a very nice system however its REALLY pissing me off for a development system.
From what I read the "file system" is secure because its read-only so the only thing that can modify it is linux
Here is a example of how thats a bad ting
I installed lua 5.1 ( cool )
I install tolua++ ( cool )
Code: Select all
//tolua++.h
extern "C" {
#include "lua.h" // This should be lua5.1/lua.h
#include "luaxlib.h" // This should be lua5.1/luaxlib.h
}
Am I the only one thats bothered about all this tediouseness?