freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft-devel] Problem in ft2-demo compilation.


From: Werner LEMBERG
Subject: Re: [ft-devel] Problem in ft2-demo compilation.
Date: Tue, 18 Sep 2018 11:14:03 +0200 (CEST)

>     libX11.so.6 => /usr/lib/x86_64-linux-gnu/libX11.so.6
> (0x00007f40192d7000)
> 
> Also, `libx11-dev' is properly installed, and `libX11.so' files are
> located in `/usr/lib/x86_64-linux-gnu/'.

Have a look into `graph/x11/rules.mk'.  There you can see the
locations where make searches for X11 libraries and header files.
This is a very simple setup and might fail easily.  However, you can
specify X11 libraries on the command line, for instance

  make X11_PATH="/X11/libraries /X11/header/files"

If this works on your Ubuntu box please update the list of directories
in `rules.mk' and provide a patch.


    Werner



reply via email to

[Prev in Thread] Current Thread [Next in Thread]