hello I downloaded bltk 1.0.4 and tried to extract it to my home directory but when I tried to execute "make" I got the following error
In file included from xse.c:56:
../../include/xse.h:47:22: error: X11/Xlib.h: No such file or directory
../../include/xse.h:48:23: error: X11/Xutil.h: No such file or directory
Where do I get these files?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I type make su and after providing the root password it seems I still have a permission problem
chown: cannot access `../../bin/bltk_sudo': No such file or directory
chown: cannot access `../../bin/bltk_sudo': No such file or directory
make[1]: *** [install] Error 1
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hello I downloaded bltk 1.0.4 and tried to extract it to my home directory but when I tried to execute "make" I got the following error
In file included from xse.c:56:
../../include/xse.h:47:22: error: X11/Xlib.h: No such file or directory
../../include/xse.h:48:23: error: X11/Xutil.h: No such file or directory
Where do I get these files?
I type make su and after providing the root password it seems I still have a permission problem
chown: cannot access `../../bin/bltk_sudo': No such file or directory
chown: cannot access `../../bin/bltk_sudo': No such file or directory
make[1]: *** [install] Error 1
You need to have x11-devel package on your system
thanks...