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

[mgp-users 00788] Re: compiling in RedHat 7.2



Carlos Puchol wrote:
> 
> i had to do this for rh7.2
> 
> bash$ cd /usr/include
> bash$ ls -ld freet*
> lrwxrwxrwx    1 root     root           18 Nov 16 23:21 freetype ->
> freetype1/freetype
> drwxr-xr-x    3 root     root         4096 Oct 28 10:30 freetype1
> drwxr-xr-x    3 root     root         4096 Oct 28 10:30 freetype2
> bash$

thanks. In fact I already had done 
ln -s /usr/iclude/freetype1/freetype /usr/include/freetype
and that was not working. I had first made a copy of freetype.h 
into /usr/include and that was the problem. Once I erased it 
everything worked fine.