Priest of the Order of the Butterfly
Posts: 570 from 2007/7/29
So I put there two directories gg:usr/includes/mui with Time_mcc.h and such inside and another one for docs. But this path for personal include files seems to not be found. When I use
Code:
#include <mui/Time_mcc.h>
in the source as r-tea does then gcc tells me: mui/Time_mcc.h: No such file or directory. What do I have to add where to have the gcc find my includes automatically?