> I installed ubutnu 18.04 in a virtualbox and tested this there too,
> initially it returned error with `make X11_PATH=/usr/include' then I
> found out `libx11-dev' was missing, so I installed it and then when
> I did `make X11_PATH=/usr/include' it allocated display surface and
> demo program ran.
>
> So I think for these ubuntu installations installing `libx11-dev'
> first and them `make X11_PATH=/usr/include' should work.

Ah, we are getting nearer!  In which directory is file `Xlib.h'?
Assuming that you have the `locate' program installed, you can simply
say

  locate Xlib.h

to get all such files on your system.

And please show use your PATH value:

  set | grep '^PATH=' | sed 's/:/:\\\n/g' > path.txt

> Should I check any more cases?

Not yet, thanks.  I'll first try to update the `rules.mk'.


    Werner

_______________________________________________
Freetype-devel mailing list
Freetype-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to