Opened 16 years ago
Closed 16 years ago
#405 closed defect (fixed)
trunk compile error: static declaration of ‘encoding’ follows non-static declaration
Reported by: | mlennert | Owned by: | |
---|---|---|---|
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 , 16 years ago
Milestone: | 6.4.0 → 7.0.0 |
---|---|
Priority: | major → critical |
Version: | unspecified → svn-trunk |
comment:2 by , 16 years ago
comment:3 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Replying to mlennert:
Fixed in r34932.