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

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



I encountered this problem several weeks ago and worked around it by
modifying the magicpoint configuration file:

*** configure.new	Fri Jan 11 11:18:28 2002
--- configure.orig	Tue May 22 00:09:41 2001
***************
*** 1781,1788 ****
   			ac_cv_ft_include="$dir/include"
   		elif test -d $dir/include/freetype -a -f $dir/include/freetype/freetype.h; then
   			ac_cv_ft_include="$dir/include/freetype"
-  		elif test -d $dir/include/freetype1/freetype -a -f $dir/include/freetype1/freetype/freetype.h; then
-  			ac_cv_ft_include="$dir/include/freetype1/freetype"
  		fi
   		if test "$ac_cv_ft_lib" != "no" -a "$ac_cv_ft_include" != "no"; then
   			LIBS="-L$ac_cv_ft_lib $LIBS"
--- 1781,1786 ----

--
Rob Lake
Lead Research Systems Analyst		lake@cs.ualberta.ca
Department of Computing Science 	http://www.cs.ualberta.ca/~lake
University of Alberta			Office: 1 780 492 5817
Edmonton, Alberta, Canada		Fax:    1 780 492 1071