lilypond-devel
[Top][All Lists]
Advanced

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

Re: Trouble building latest version


From: Werner LEMBERG
Subject: Re: Trouble building latest version
Date: Thu, 08 May 2014 17:12:07 +0200 (CEST)

>> make[1]: *** No rule to make target
>> `/usr/include/freetype2/freetype/freetype.h', needed by
>> `out/all-font-metrics-scheme.o'.  Stop.
> 
> But on my machine the correct path to the file seems to be:
> /usr/include/freetype2/freetype.h (OS: Ubuntu 14.04).

Lilypond uses pkg-config to find header files of FreeType; pkg-config
in turn extracts the information from the file `freetype2.pc',
delivered with FreeType itself, and which should be installed in the
directory `<prefix>/lib/pkgconfig'.

It seems that on your system an outdated version of this file gets
found.  Say

  pkg-config --debug 2>&1 | less

then search for `freetype' to get the exact location of the used .pc
file.


    Werner



reply via email to

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