> I'm trying to compile the last version of TTFautohint from GIT, maybe
> I mess something...
> After  git clone git://repo.or.cz/ttfautohint.git
> then ./bootstrap
> then ./configure
> 'Make' returns an error : "no makefile found"

If you look at the configure script you can see that it exits with an
error because it can't find pdftex.  Contrary to a normal build from
the tarball, there are a bunch of additional dependencies if you build
from the git repository (as described in the file `INSTALL.git').

The easiest solution is to re-run the configure script as follows:

  ./configure --without-doc


     Werner

_______________________________________________
Freetype-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to