Dear Leonard, If you did not already solve this, the easy way in Ubuntu is just to use “apt-get install splash”
Otherwise you need to manually play with the include path for C header files, e.g. by changing the following line in configure.ac: ft_cflags_osx="-I/usr/X11/include/freetype2/“ Best wishes, Daniel > On 5 Dec 2018, at 5:09 pm, Leonard Romano <[email protected]> wrote: > > Hi, > > I am trying to install splash on my computer (Ubuntu 18.04) but I get this > error that is not mentioned in the instructions when running "make > SYSTEM=gfortran withgiza" : > > > In file included from giza-set-font.c:40:0: > ../cairo/cairo-ft.h:46:10: fatal error: ft2build.h: Datei oder Verzeichnis > nicht gefunden > #include <ft2build.h> > > I have the following folder hierarchy: ~/splash/giza/cairo > > where cairo is already installed somewhere else so I linked it. Of course I > have freetype 2 installed and thought that maybe just copying it in the cairo > folder so that the include can immediately find the file might solve this, > but it did not work. > > Any suggestions how I can get it running? > > Yours Sincerely, > > Leonard Romano > > -- You received this message because you are subscribed to the Google Groups "SPLASH users forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/splash-users. For more options, visit https://groups.google.com/d/optout.
