I am using X11 library in my C code. I downloaded the Xming and PuTTY softwares and using the PuTTY interface I need to do the X11 forwarding. If anyone has done it before, could he/she help me about this? Another question is that, how should I call that library in my code? Is it okay to use the following lines in my code?
#include <X11/Intrinsic.h>
#include <GL/glx.h>
Also, when I run this code I got the following errors:
cannot open source file "X11/Intrinsic.h"
cannot open source file "GL/glx.h"
Thanks in advance.