Merci de t'interesser à mon probleme.
La page de grass ne donne pas d'info sur la version de freetype necessaire :
http://grass.itc.it/grass60/source/REQUIREMENTS.html
Pour ce qui est du configure, j'ai un peu de mal à comprendre ce qui s'y raconte
Je pense que c'est cette partie là qui est interessante :
Code :
- # With FreeType includes directory
- echo $ac_n "checking for location of FreeType includes""... $ac_c" 1>&6
- echo "configure:12048: checking for location of FreeType includes" >&5
- case "$with_freetype_includes" in
- y | ye | yes | n | no)
- { echo "configure: error: *** You must supply a directory to --with-freetype-includes." 1>&2; exit 1; }
- ;;
- esac
- echo "$ac_t""$with_freetype_includes" 1>&6
- if test -n "$with_freetype_includes" ; then
- for dir in $with_freetype_includes; do
- if test -d "$dir"; then
- FTINC="$FTINC -I$dir"
- else
- { echo "configure: error: *** FreeType includes directory $dir does not exist." 1>&2; exit 1; }
- fi
- done
- fi
- ac_save_cppflags="$CPPFLAGS"
- CPPFLAGS="$FTINC $CPPFLAGS"
- for ac_hdr in ft2build.h
- do
- ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
- echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
- echo "configure:12074: checking for $ac_hdr" >&5
- cat > conftest.$ac_ext <<EOF
- #line 12077 "configure"
- #include "confdefs.h"
- #include <$ac_hdr>
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
- { (eval echo configure:12082: \"$ac_try\" ) 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
- if test -z "$ac_err"; then
- rm -rf conftest*
- eval "ac_cv_header_$ac_safe=yes"
- else
- echo "$ac_err" >&5
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- rm -rf conftest*
- eval "ac_cv_header_$ac_safe=no"
- fi
- rm -f conftest*
- if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
- echo "$ac_t""yes" 1>&6
- ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
- cat >> confdefs.h <<EOF
- #define $ac_tr_hdr 1
- EOF
- else
- echo "$ac_t""no" 1>&6
- { echo "configure: error: *** Unable to locate FreeType includes." 1>&2; exit 1; }
- fi
- done
- CPPFLAGS=$ac_save_cppflags
|
edit : Il n'y a que chez moi que la balise cpp déconne ? (bouffe des lignes)
Message édité par vlack le 13-11-2005 à 18:51:45