Glam Prestige Journal

Bright entertainment trends with youth appeal.

Can someone help me fix this issue? When I try to use "make" it gives me this error. I have searched online for solutions, but none is helping at all as well.

enter image description here

1 Answer

You probably haven't installed the X11 libraries:

sudo apt-get install libx11-dev

Looking at your other error, you should also install libpng12-dev, which provides png.h.

4

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy