I see there is this line (mac pc code) : HalloweenSrc/jpeg.cpp:72:28: error: ‘KMiscTools’ has not been declared
Try this :
#ifdef H_LINUX
return LoadFromJPEG(Name, fullname, id, map_tex);
#endif
return LoadFromJPEG(Name, KMiscTools::makeFilePath(fullname), id, map_tex);
I will have my ubuntu...