Opened 15 years ago

Last modified 15 years ago

#569 closed defect

grass compilation error due to freetype — at Version 2

Reported by: neuba Owned by: grass-dev@…
Priority: normal Milestone: 7.0.0
Component: Vector Version: svn-trunk
Keywords: Cc:
CPU: x86-32 Platform: Linux

Description (last modified by neteler)

I got this error in grass 6.5 svn and their is the following error, in the v.label.sa directory:

gcc -I/home/danho/gis_soft/grass6_devel/dist.i686-pc-linux-gnu/include  -g -O2    -I/usr/include/gdal/    -DPACKAGE=\""grassmods"\"   -I/home/danho/gis_soft/grass6_devel/dist.i686-pc-linux-gnu/include -o OBJ.i686-pc-linux-gnu/annealing.o -c annealing.c
Dans le fichier inclus à partir de annealing.c:15:
labels.h:20:22: erreur: ft2build.h : Aucun fichier ou dossier de ce type
labels.h:21:10: erreur: #include attend "NOM_DE_FICHIER" ou <NOM_DE_FICHIER>
labels.h:22:10: erreur: #include attend "NOM_DE_FICHIER" ou <NOM_DE_FICHIER>
make: *** [OBJ.i686-pc-linux-gnu/annealing.o] Erreur 1

Change History (2)

in reply to:  description comment:1 by glynn, 15 years ago

Replying to neuba:

I got this error in grass 6.5 svn and their is the following error, in the v.label.sa directory:

A couple of notes about submitting bug reports:

  1. All build output should be in the C locale; use e.g. "LC_ALL=C make ..." when compiling. Output from running GRASS programs should be in the C locale unless the report specifically relates to a localisation issue, or if you need to post the original text because you can't reproduce the error.
  1. Any blocks of literal text, e.g. program output, should be enclosed in triple braces to preserve formatting; see the WikiFormatting link above the comment box for details.

comment:2 by neteler, 15 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.