Opened 15 years ago

Closed 15 years ago

#405 closed defect (fixed)

trunk compile error: static declaration of ‘encoding’ follows non-static declaration

Reported by: mlennert Owned by: grass-dev@…
Priority: critical Milestone: 7.0.0
Component: Default Version: svn-trunk
Keywords: Cc:
CPU: Unspecified Platform: Unspecified

Description

svn from this morning:

gcc -I/home/mlennert/SRC/GRASS/grass_trunk/dist.i486-pc-linux-gnu/include  -Wall -g -O2   -fPIC -I/usr/include/freetype2 -DPACKAGE=\""grasslibs"\"   -I/home/mlennert/SRC/GRASS/grass_trunk/dist.i486-pc-linux-gnu/include -o OBJ.i486-pc-linux-gnu/Font.o -c Font.c
Font.c:9: error: static declaration of ‘encoding’ follows non-static declarationdriver.h:21: error: previous declaration of ‘encoding’ was here
make: *** [OBJ.i486-pc-linux-gnu/Font.o] Erreur 1

Moritz

Change History (3)

comment:1 by mlennert, 15 years ago

Milestone: 6.4.07.0.0
Priority: majorcritical
Version: unspecifiedsvn-trunk

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

Replying to mlennert:

Font.c:9: error: static declaration of ‘encoding’ follows non-static declaration
driver.h:21: error: previous declaration of ‘encoding’ was here

Fixed in r34932.

comment:3 by martinl, 15 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.