[Xastir] OpenSuse 13.1 and Xastir...not a nice combo....

David Flood davidf4 at mindspring.com
Tue Dec 3 23:09:09 EST 2013


And with a new bootstrap and configure followed by an install..Tac Call assignment now allows me to type..but there still are errors during the compile. Checking YAST shows it's running straight Motif..not OpenMotif or LessTif...

Built-in map types:
      gnis   USGS GNIS Datapoints
       pop   USGS GNIS Datapoints w/population
       map   APRSdos Maps
       map   WinAPRS/MacAPRS/X-APRS Maps
       pdb   PocketAPRS Maps

Support for these additional map types has been compiled in: 
       geo   Image Map (ImageMagick/GraphicsMagick library, many formats allowed)
       geo   URL (Internet maps via libcurl library)
       geo   URL (OpenStreetMaps via libcurl library
                  Copyright OpenStreetMap and contributors, CC-BY-SA)
       shp   ESRI Shapefile Maps (Shapelib library)
       tif   USGS DRG Geotiff Topographic Maps (libgeotiff/libproj)
       xpm   X Pixmap Maps (XPM library)

make  all-recursive
make[1]: Entering directory `/home/dflood/src/xastir'
Making all in src
make[2]: Entering directory `/home/dflood/src/xastir/src'
Making all in rtree
make[3]: Entering directory `/home/dflood/src/xastir/src/rtree'
gcc -DHAVE_CONFIG_H -I. -I../..   -I/usr/include/GraphicsMagick -I../../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT index.o -MD -MP -MF .deps/index.Tpo -c -o index.o index.c
In file included from index.c:37:0:
index.c: In function ‘Xastir_RTreeDeleteRect2’:
index.c:254:13: warning: ordered comparison of pointer with null pointer [-Wextra]
  assert(tid >= (void *)0);
             ^
index.c: In function ‘Xastir_RTreeDeleteRect’:
index.c:320:13: warning: ordered comparison of pointer with null pointer [-Wextra]
  assert(tid >= (void *)0);
             ^
mv -f .deps/index.Tpo .deps/index.Po
gcc -DHAVE_CONFIG_H -I. -I../..   -I/usr/include/GraphicsMagick -I../../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT rect.o -MD -MP -MF .deps/rect.Tpo -c -o rect.o rect.c
mv -f .deps/rect.Tpo .deps/rect.Po
gcc -DHAVE_CONFIG_H -I. -I../..   -I/usr/include/GraphicsMagick -I../../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT node.o -MD -MP -MF .deps/node.Tpo -c -o node.o node.c
mv -f .deps/node.Tpo .deps/node.Po
gcc -DHAVE_CONFIG_H -I. -I../..   -I/usr/include/GraphicsMagick -I../../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT card.o -MD -MP -MF .deps/card.Tpo -c -o card.o card.c
mv -f .deps/card.Tpo .deps/card.Po
gcc -DHAVE_CONFIG_H -I. -I../..   -I/usr/include/GraphicsMagick -I../../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT split_l.o -MD -MP -MF .deps/split_l.Tpo -c -o split_l.o split_l.c
split_l.c: In function ‘Xastir_RTreeSplitNode’:
split_l.c:337:11: warning: variable ‘area’ set but not used [-Wunused-but-set-variable]
  RectReal area;
           ^
mv -f .deps/split_l.Tpo .deps/split_l.Po
rm -f librtree.a
ar cru librtree.a index.o rect.o node.o card.o split_l.o 
ranlib librtree.a
make[3]: Leaving directory `/home/dflood/src/xastir/src/rtree'
Making all in shapelib
make[3]: Entering directory `/home/dflood/src/xastir/src/shapelib'
Making all in contrib
make[4]: Entering directory `/home/dflood/src/xastir/src/shapelib/contrib'
gcc -DHAVE_CONFIG_H -I. -I../../..   -I/usr/include/GraphicsMagick -I../../../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT shpopen.o -MD -MP -MF .deps/shpopen.Tpo -c -o shpopen.o `test -f '../shpopen.c' || echo './'`../shpopen.c
mv -f .deps/shpopen.Tpo .deps/shpopen.Po
gcc -DHAVE_CONFIG_H -I. -I../../..   -I/usr/include/GraphicsMagick -I../../../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT shptree.o -MD -MP -MF .deps/shptree.Tpo -c -o shptree.o `test -f '../shptree.c' || echo './'`../shptree.c
mv -f .deps/shptree.Tpo .deps/shptree.Po
gcc -DHAVE_CONFIG_H -I. -I../../..   -I/usr/include/GraphicsMagick -I../../../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT dbfopen.o -MD -MP -MF .deps/dbfopen.Tpo -c -o dbfopen.o `test -f '../dbfopen.c' || echo './'`../dbfopen.c
mv -f .deps/dbfopen.Tpo .deps/dbfopen.Po
rm -f libshape.a
ar cru libshape.a shpopen.o shptree.o dbfopen.o 
ranlib libshape.a
gcc -DHAVE_CONFIG_H -I. -I../../..   -I/usr/include/GraphicsMagick -I../../../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT dbfcat.o -MD -MP -MF .deps/dbfcat.Tpo -c -o dbfcat.o dbfcat.c
mv -f .deps/dbfcat.Tpo .deps/dbfcat.Po
gcc  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread  -Wl,--no-keep-memory -L/usr/lib64 -L/usr/lib -L/usr/local/lib -o dbfcat dbfcat.o libshape.a -lXm -lXt -lX11 -lGraphicsMagick -llcms -lfreetype -lXext -lSM -lICE -lX11 -llzma -lz -lltdl -lm -lgomp -lpthread -ldb-4.8 -lXpm -lrt -lXm -lXt -lXp -lXext -lm -lSM -lICE -lX11 -lcurl -lproj -lpcre -ltiff -lgeotiff
gcc -DHAVE_CONFIG_H -I. -I../../..   -I/usr/include/GraphicsMagick -I../../../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT dbfinfo.o -MD -MP -MF .deps/dbfinfo.Tpo -c -o dbfinfo.o dbfinfo.c
dbfinfo.c: In function ‘main’:
dbfinfo.c:57:11: warning: variable ‘panWidth’ set but not used [-Wunused-but-set-variable]
     int  *panWidth, i;
           ^
mv -f .deps/dbfinfo.Tpo .deps/dbfinfo.Po
gcc  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread  -Wl,--no-keep-memory -L/usr/lib64 -L/usr/lib -L/usr/local/lib -o dbfinfo dbfinfo.o libshape.a -lXm -lXt -lX11 -lGraphicsMagick -llcms -lfreetype -lXext -lSM -lICE -lX11 -llzma -lz -lltdl -lm -lgomp -lpthread -ldb-4.8 -lXpm -lrt -lXm -lXt -lXp -lXext -lm -lSM -lICE -lX11 -lcurl -lproj -lpcre -ltiff -lgeotiff
gcc -DHAVE_CONFIG_H -I. -I../../..   -I/usr/include/GraphicsMagick -I../../../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT shpcat.o -MD -MP -MF .deps/shpcat.Tpo -c -o shpcat.o shpcat.c
mv -f .deps/shpcat.Tpo .deps/shpcat.Po
gcc  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread  -Wl,--no-keep-memory -L/usr/lib64 -L/usr/lib -L/usr/local/lib -o shpcat shpcat.o libshape.a -lXm -lXt -lX11 -lGraphicsMagick -llcms -lfreetype -lXext -lSM -lICE -lX11 -llzma -lz -lltdl -lm -lgomp -lpthread -ldb-4.8 -lXpm -lrt -lXm -lXt -lXp -lXext -lm -lSM -lICE -lX11 -lcurl -lproj -lpcre -ltiff -lgeotiff
gcc -DHAVE_CONFIG_H -I. -I../../..   -I/usr/include/GraphicsMagick -I../../../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT shpdxf.o -MD -MP -MF .deps/shpdxf.Tpo -c -o shpdxf.o shpdxf.c
shpdxf.c: In function ‘main’:
shpdxf.c:194:22: warning: variable ‘nParts’ set but not used [-Wunused-but-set-variable]
     int   *panParts, nParts, nVertices;
                      ^
mv -f .deps/shpdxf.Tpo .deps/shpdxf.Po
gcc  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread  -Wl,--no-keep-memory -L/usr/lib64 -L/usr/lib -L/usr/local/lib -o shpdxf shpdxf.o libshape.a -lXm -lXt -lX11 -lGraphicsMagick -llcms -lfreetype -lXext -lSM -lICE -lX11 -llzma -lz -lltdl -lm -lgomp -lpthread -ldb-4.8 -lXpm -lrt -lXm -lXt -lXp -lXext -lm -lSM -lICE -lX11 -lcurl -lproj -lpcre -ltiff -lgeotiff
gcc -DHAVE_CONFIG_H -I. -I../../..   -I/usr/include/GraphicsMagick -I../../../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT shpfix.o -MD -MP -MF .deps/shpfix.Tpo -c -o shpfix.o shpfix.c
mv -f .deps/shpfix.Tpo .deps/shpfix.Po
gcc  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread  -Wl,--no-keep-memory -L/usr/lib64 -L/usr/lib -L/usr/local/lib -o shpfix shpfix.o libshape.a -lXm -lXt -lX11 -lGraphicsMagick -llcms -lfreetype -lXext -lSM -lICE -lX11 -llzma -lz -lltdl -lm -lgomp -lpthread -ldb-4.8 -lXpm -lrt -lXm -lXt -lXp -lXext -lm -lSM -lICE -lX11 -lcurl -lproj -lpcre -ltiff -lgeotiff
gcc -DHAVE_CONFIG_H -I. -I../../..   -I/usr/include/GraphicsMagick -I../../../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT shpinfo.o -MD -MP -MF .deps/shpinfo.Tpo -c -o shpinfo.o shpinfo.c
mv -f .deps/shpinfo.Tpo .deps/shpinfo.Po
gcc  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread  -Wl,--no-keep-memory -L/usr/lib64 -L/usr/lib -L/usr/local/lib -o shpinfo shpinfo.o libshape.a -lXm -lXt -lX11 -lGraphicsMagick -llcms -lfreetype -lXext -lSM -lICE -lX11 -llzma -lz -lltdl -lm -lgomp -lpthread -ldb-4.8 -lXpm -lrt -lXm -lXt -lXp -lXext -lm -lSM -lICE -lX11 -lcurl -lproj -lpcre -ltiff -lgeotiff
gcc -DHAVE_CONFIG_H -I. -I../../..   -I/usr/include/GraphicsMagick -I../../../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT shpcentrd.o -MD -MP -MF .deps/shpcentrd.Tpo -c -o shpcentrd.o shpcentrd.c
mv -f .deps/shpcentrd.Tpo .deps/shpcentrd.Po
gcc -DHAVE_CONFIG_H -I. -I../../..   -I/usr/include/GraphicsMagick -I../../../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT shpgeo.o -MD -MP -MF .deps/shpgeo.Tpo -c -o shpgeo.o shpgeo.c
shpgeo.c: In function ‘SHPReadOGisWKB’:
shpgeo.c:453:14: warning: variable ‘psCShape’ set but not used [-Wunused-but-set-variable]
   SHPObject *psCShape;
              ^
shpgeo.c: In function ‘RingLength_2d’:
shpgeo.c:1319:13: warning: variable ‘j’ set but not used [-Wunused-but-set-variable]
     int  i, j;
             ^
mv -f .deps/shpgeo.Tpo .deps/shpgeo.Po
gcc  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread  -Wl,--no-keep-memory -L/usr/lib64 -L/usr/lib -L/usr/local/lib -o shpcentrd shpcentrd.o shpgeo.o libshape.a -lXm -lXt -lX11 -lGraphicsMagick -llcms -lfreetype -lXext -lSM -lICE -lX11 -llzma -lz -lltdl -lm -lgomp -lpthread -ldb-4.8 -lXpm -lrt -lXm -lXt -lXp -lXext -lm -lSM -lICE -lX11 -lcurl -lproj -lpcre -ltiff -lgeotiff
gcc -DHAVE_CONFIG_H -I. -I../../..   -I/usr/include/GraphicsMagick -I../../../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT shpproj.o -MD -MP -MF .deps/shpproj.Tpo -c -o shpproj.o shpproj.c
mv -f .deps/shpproj.Tpo .deps/shpproj.Po
gcc  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread  -Wl,--no-keep-memory -L/usr/lib64 -L/usr/lib -L/usr/local/lib -o shpproj shpproj.o shpgeo.o libshape.a -lXm -lXt -lX11 -lGraphicsMagick -llcms -lfreetype -lXext -lSM -lICE -lX11 -llzma -lz -lltdl -lm -lgomp -lpthread -ldb-4.8 -lXpm -lrt -lXm -lXt -lXp -lXext -lm -lSM -lICE -lX11 -lcurl -lproj -lpcre -ltiff -lgeotiff
gcc -DHAVE_CONFIG_H -I. -I../../..   -I/usr/include/GraphicsMagick -I../../../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT shpdata.o -MD -MP -MF .deps/shpdata.Tpo -c -o shpdata.o shpdata.c
shpdata.c: In function ‘main’:
shpdata.c:117:25: warning: variable ‘prevStart’ set but not used [-Wunused-but-set-variable]
           int     ring, prevStart, ringDir;
                         ^
mv -f .deps/shpdata.Tpo .deps/shpdata.Po
gcc  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread  -Wl,--no-keep-memory -L/usr/lib64 -L/usr/lib -L/usr/local/lib -o shpdata shpdata.o shpgeo.o libshape.a -lXm -lXt -lX11 -lGraphicsMagick -llcms -lfreetype -lXext -lSM -lICE -lX11 -llzma -lz -lltdl -lm -lgomp -lpthread -ldb-4.8 -lXpm -lrt -lXm -lXt -lXp -lXext -lm -lSM -lICE -lX11 -lcurl -lproj -lpcre -ltiff -lgeotiff
gcc -DHAVE_CONFIG_H -I. -I../../..   -I/usr/include/GraphicsMagick -I../../../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT shpwkb.o -MD -MP -MF .deps/shpwkb.Tpo -c -o shpwkb.o shpwkb.c
shpwkb.c: In function ‘main’:
shpwkb.c:120:25: warning: variable ‘prevStart’ set but not used [-Wunused-but-set-variable]
           int     ring, prevStart;
                         ^
shpwkb.c:115:7: warning: variable ‘res’ set but not used [-Wunused-but-set-variable]
  int  res ;
       ^
mv -f .deps/shpwkb.Tpo .deps/shpwkb.Po
gcc  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread  -Wl,--no-keep-memory -L/usr/lib64 -L/usr/lib -L/usr/local/lib -o shpwkb shpwkb.o shpgeo.o libshape.a -lXm -lXt -lX11 -lGraphicsMagick -llcms -lfreetype -lXext -lSM -lICE -lX11 -llzma -lz -lltdl -lm -lgomp -lpthread -ldb-4.8 -lXpm -lrt -lXm -lXt -lXp -lXext -lm -lSM -lICE -lX11 -lcurl -lproj -lpcre -ltiff -lgeotiff
make[4]: Leaving directory `/home/dflood/src/xastir/src/shapelib/contrib'
make[4]: Entering directory `/home/dflood/src/xastir/src/shapelib'
gcc -DHAVE_CONFIG_H -I. -I../..   -I/usr/include/GraphicsMagick -I../../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT shpopen.o -MD -MP -MF .deps/shpopen.Tpo -c -o shpopen.o shpopen.c
mv -f .deps/shpopen.Tpo .deps/shpopen.Po
gcc -DHAVE_CONFIG_H -I. -I../..   -I/usr/include/GraphicsMagick -I../../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT shptree.o -MD -MP -MF .deps/shptree.Tpo -c -o shptree.o shptree.c
mv -f .deps/shptree.Tpo .deps/shptree.Po
gcc -DHAVE_CONFIG_H -I. -I../..   -I/usr/include/GraphicsMagick -I../../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT dbfopen.o -MD -MP -MF .deps/dbfopen.Tpo -c -o dbfopen.o dbfopen.c
mv -f .deps/dbfopen.Tpo .deps/dbfopen.Po
rm -f libshape.a
ar cru libshape.a shpopen.o shptree.o dbfopen.o 
ranlib libshape.a
gcc -DHAVE_CONFIG_H -I. -I../..   -I/usr/include/GraphicsMagick -I../../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT dbfadd.o -MD -MP -MF .deps/dbfadd.Tpo -c -o dbfadd.o dbfadd.c
mv -f .deps/dbfadd.Tpo .deps/dbfadd.Po
gcc  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread  -Wl,--no-keep-memory -L/usr/lib64 -L/usr/lib -L/usr/local/lib -o dbfadd dbfadd.o libshape.a -lXm -lXt -lX11 -lGraphicsMagick -llcms -lfreetype -lXext -lSM -lICE -lX11 -llzma -lz -lltdl -lm -lgomp -lpthread -ldb-4.8 -lXpm -lrt -lXm -lXt -lXp -lXext -lm -lSM -lICE -lX11 -lcurl -lproj -lpcre -ltiff -lgeotiff
gcc -DHAVE_CONFIG_H -I. -I../..   -I/usr/include/GraphicsMagick -I../../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT dbfcreate.o -MD -MP -MF .deps/dbfcreate.Tpo -c -o dbfcreate.o dbfcreate.c
mv -f .deps/dbfcreate.Tpo .deps/dbfcreate.Po
gcc  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread  -Wl,--no-keep-memory -L/usr/lib64 -L/usr/lib -L/usr/local/lib -o dbfcreate dbfcreate.o libshape.a -lXm -lXt -lX11 -lGraphicsMagick -llcms -lfreetype -lXext -lSM -lICE -lX11 -llzma -lz -lltdl -lm -lgomp -lpthread -ldb-4.8 -lXpm -lrt -lXm -lXt -lXp -lXext -lm -lSM -lICE -lX11 -lcurl -lproj -lpcre -ltiff -lgeotiff
gcc -DHAVE_CONFIG_H -I. -I../..   -I/usr/include/GraphicsMagick -I../../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT dbfdump.o -MD -MP -MF .deps/dbfdump.Tpo -c -o dbfdump.o dbfdump.c
mv -f .deps/dbfdump.Tpo .deps/dbfdump.Po
gcc  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread  -Wl,--no-keep-memory -L/usr/lib64 -L/usr/lib -L/usr/local/lib -o dbfdump dbfdump.o libshape.a -lXm -lXt -lX11 -lGraphicsMagick -llcms -lfreetype -lXext -lSM -lICE -lX11 -llzma -lz -lltdl -lm -lgomp -lpthread -ldb-4.8 -lXpm -lrt -lXm -lXt -lXp -lXext -lm -lSM -lICE -lX11 -lcurl -lproj -lpcre -ltiff -lgeotiff
gcc -DHAVE_CONFIG_H -I. -I../..   -I/usr/include/GraphicsMagick -I../../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT shpadd.o -MD -MP -MF .deps/shpadd.Tpo -c -o shpadd.o shpadd.c
mv -f .deps/shpadd.Tpo .deps/shpadd.Po
gcc  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread  -Wl,--no-keep-memory -L/usr/lib64 -L/usr/lib -L/usr/local/lib -o shpadd shpadd.o libshape.a -lXm -lXt -lX11 -lGraphicsMagick -llcms -lfreetype -lXext -lSM -lICE -lX11 -llzma -lz -lltdl -lm -lgomp -lpthread -ldb-4.8 -lXpm -lrt -lXm -lXt -lXp -lXext -lm -lSM -lICE -lX11 -lcurl -lproj -lpcre -ltiff -lgeotiff
gcc -DHAVE_CONFIG_H -I. -I../..   -I/usr/include/GraphicsMagick -I../../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT shpcreate.o -MD -MP -MF .deps/shpcreate.Tpo -c -o shpcreate.o shpcreate.c
mv -f .deps/shpcreate.Tpo .deps/shpcreate.Po
gcc  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread  -Wl,--no-keep-memory -L/usr/lib64 -L/usr/lib -L/usr/local/lib -o shpcreate shpcreate.o libshape.a -lXm -lXt -lX11 -lGraphicsMagick -llcms -lfreetype -lXext -lSM -lICE -lX11 -llzma -lz -lltdl -lm -lgomp -lpthread -ldb-4.8 -lXpm -lrt -lXm -lXt -lXp -lXext -lm -lSM -lICE -lX11 -lcurl -lproj -lpcre -ltiff -lgeotiff
gcc -DHAVE_CONFIG_H -I. -I../..   -I/usr/include/GraphicsMagick -I../../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT shpdump.o -MD -MP -MF .deps/shpdump.Tpo -c -o shpdump.o shpdump.c
mv -f .deps/shpdump.Tpo .deps/shpdump.Po
gcc  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread  -Wl,--no-keep-memory -L/usr/lib64 -L/usr/lib -L/usr/local/lib -o shpdump shpdump.o libshape.a -lXm -lXt -lX11 -lGraphicsMagick -llcms -lfreetype -lXext -lSM -lICE -lX11 -llzma -lz -lltdl -lm -lgomp -lpthread -ldb-4.8 -lXpm -lrt -lXm -lXt -lXp -lXext -lm -lSM -lICE -lX11 -lcurl -lproj -lpcre -ltiff -lgeotiff
gcc -DHAVE_CONFIG_H -I. -I../..   -I/usr/include/GraphicsMagick -I../../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT shprewind.o -MD -MP -MF .deps/shprewind.Tpo -c -o shprewind.o shprewind.c
mv -f .deps/shprewind.Tpo .deps/shprewind.Po
gcc  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread  -Wl,--no-keep-memory -L/usr/lib64 -L/usr/lib -L/usr/local/lib -o shprewind shprewind.o libshape.a -lXm -lXt -lX11 -lGraphicsMagick -llcms -lfreetype -lXext -lSM -lICE -lX11 -llzma -lz -lltdl -lm -lgomp -lpthread -ldb-4.8 -lXpm -lrt -lXm -lXt -lXp -lXext -lm -lSM -lICE -lX11 -lcurl -lproj -lpcre -ltiff -lgeotiff
gcc -DHAVE_CONFIG_H -I. -I../..   -I/usr/include/GraphicsMagick -I../../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT shptest.o -MD -MP -MF .deps/shptest.Tpo -c -o shptest.o shptest.c
mv -f .deps/shptest.Tpo .deps/shptest.Po
gcc  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread  -Wl,--no-keep-memory -L/usr/lib64 -L/usr/lib -L/usr/local/lib -o shptest shptest.o libshape.a -lXm -lXt -lX11 -lGraphicsMagick -llcms -lfreetype -lXext -lSM -lICE -lX11 -llzma -lz -lltdl -lm -lgomp -lpthread -ldb-4.8 -lXpm -lrt -lXm -lXt -lXp -lXext -lm -lSM -lICE -lX11 -lcurl -lproj -lpcre -ltiff -lgeotiff
gcc -DHAVE_CONFIG_H -I. -I../..   -I/usr/include/GraphicsMagick -I../../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT shptreedump.o -MD -MP -MF .deps/shptreedump.Tpo -c -o shptreedump.o shptreedump.c
mv -f .deps/shptreedump.Tpo .deps/shptreedump.Po
gcc  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread  -Wl,--no-keep-memory -L/usr/lib64 -L/usr/lib -L/usr/local/lib -o shptreedump shptreedump.o libshape.a -lXm -lXt -lX11 -lGraphicsMagick -llcms -lfreetype -lXext -lSM -lICE -lX11 -llzma -lz -lltdl -lm -lgomp -lpthread -ldb-4.8 -lXpm -lrt -lXm -lXt -lXp -lXext -lm -lSM -lICE -lX11 -lcurl -lproj -lpcre -ltiff -lgeotiff
gcc -DHAVE_CONFIG_H -I. -I../..   -I/usr/include/GraphicsMagick -I../../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT shputils.o -MD -MP -MF .deps/shputils.Tpo -c -o shputils.o shputils.c
mv -f .deps/shputils.Tpo .deps/shputils.Po
gcc  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread  -Wl,--no-keep-memory -L/usr/lib64 -L/usr/lib -L/usr/local/lib -o shputils shputils.o libshape.a -lXm -lXt -lX11 -lGraphicsMagick -llcms -lfreetype -lXext -lSM -lICE -lX11 -llzma -lz -lltdl -lm -lgomp -lpthread -ldb-4.8 -lXpm -lrt -lXm -lXt -lXp -lXext -lm -lSM -lICE -lX11 -lcurl -lproj -lpcre -ltiff -lgeotiff
make[4]: Leaving directory `/home/dflood/src/xastir/src/shapelib'
make[3]: Leaving directory `/home/dflood/src/xastir/src/shapelib'
make[3]: Entering directory `/home/dflood/src/xastir/src'
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT alert.o -MD -MP -MF .deps/alert.Tpo -c -o alert.o alert.c
alert.c: In function ‘alert_build_list’:
alert.c:1955:27: warning: argument to ‘sizeof’ in ‘snprintf’ call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess]
                     sizeof(&title[jj][0]),
                           ^
alert.c:1961:23: warning: argument to ‘sizeof’ in ‘snprintf’ call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess]
                 sizeof(&title[0][0]),
                       ^
mv -f .deps/alert.Tpo .deps/alert.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT awk.o -MD -MP -MF .deps/awk.Tpo -c -o awk.o awk.c
mv -f .deps/awk.Tpo .deps/awk.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT bulletin_gui.o -MD -MP -MF .deps/bulletin_gui.Tpo -c -o bulletin_gui.o bulletin_gui.c
mv -f .deps/bulletin_gui.Tpo .deps/bulletin_gui.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT color.o -MD -MP -MF .deps/color.Tpo -c -o color.o color.c
mv -f .deps/color.Tpo .deps/color.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT datum.o -MD -MP -MF .deps/datum.Tpo -c -o datum.o datum.c
datum.c: In function ‘wgs84_datum_shift’:
datum.c:360:16: warning: variable ‘b1’ set but not used [-Wunused-but-set-variable]
     double a1, b1, es1, f1;                     /* Reference ellipsoid of output data */
                ^
datum.c: In function ‘utm_ups_to_ll’:
datum.c:687:9: warning: variable ‘NorthernHemisphere’ set but not used [-Wunused-but-set-variable]
     int NorthernHemisphere; // 1=northern hemisphere, 0=southern
         ^
datum.c:683:16: warning: variable ‘phi1’ set but not used [-Wunused-but-set-variable]
     double mu, phi1, phi1Rad;
                ^
mv -f .deps/datum.Tpo .deps/datum.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT db.o -MD -MP -MF .deps/db.Tpo -c -o db.o db.c
db.c: In function ‘sort_reset_pointers’:
db.c:2226:10: warning: variable ‘cp’ set but not used [-Wunused-but-set-variable]
     long cp;
          ^
db.c: In function ‘Station_data’:
db.c:5563:9: warning: variable ‘restore_position’ set but not used [-Wunused-but-set-variable]
     int restore_position = 0;
         ^
db.c: In function ‘extract_comp_position’:
db.c:10328:11: warning: variable ‘range’ set but not used [-Wunused-but-set-variable]
     float range;
           ^
db.c: In function ‘extract_omnidf’:
db.c:10726:11: warning: variable ‘found’ set but not used [-Wunused-but-set-variable]
     int i,found,len;
           ^
db.c: In function ‘decode_Mic_E’:
db.c:14623:19: warning: variable ‘s_b7’ set but not used [-Wunused-but-set-variable]
     unsigned char s_b7;
                   ^
db.c: In function ‘decode_info_field’:
db.c:17127:13: warning: variable ‘rdf_type’ set but not used [-Wunused-but-set-variable]
         int rdf_type;
             ^
db.c: In function ‘locate_station’:
db.c:18932:9: warning: variable ‘call_len’ set but not used [-Wunused-but-set-variable]
     int call_len;
         ^
mv -f .deps/db.Tpo .deps/db.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT db_gis.o -MD -MP -MF .deps/db_gis.Tpo -c -o db_gis.o db_gis.c
mv -f .deps/db_gis.Tpo .deps/db_gis.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT dbfawk.o -MD -MP -MF .deps/dbfawk.Tpo -c -o dbfawk.o dbfawk.c
mv -f .deps/dbfawk.Tpo .deps/dbfawk.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT draw_symbols.o -MD -MP -MF .deps/draw_symbols.Tpo -c -o draw_symbols.o draw_symbols.c
draw_symbols.c: In function ‘draw_pod_circle’:
draw_symbols.c:393:14: warning: variable ‘b’ set but not used [-Wunused-but-set-variable]
     double a,b;
              ^
draw_symbols.c:393:12: warning: variable ‘a’ set but not used [-Wunused-but-set-variable]
     double a,b;
            ^
draw_symbols.c: In function ‘draw_phg_rng’:
draw_symbols.c:522:14: warning: variable ‘b’ set but not used [-Wunused-but-set-variable]
     double a,b;
              ^
draw_symbols.c:522:12: warning: variable ‘a’ set but not used [-Wunused-but-set-variable]
     double a,b;
            ^
draw_symbols.c:521:12: warning: variable ‘tilt’ set but not used [-Wunused-but-set-variable]
     double tilt;
            ^
draw_symbols.c:520:28: warning: variable ‘fyy’ set but not used [-Wunused-but-set-variable]
     long xx,yy,xx1,yy1,fxx,fyy;
                            ^
draw_symbols.c:520:24: warning: variable ‘fxx’ set but not used [-Wunused-but-set-variable]
     long xx,yy,xx1,yy1,fxx,fyy;
                        ^
draw_symbols.c:520:20: warning: variable ‘yy1’ set but not used [-Wunused-but-set-variable]
     long xx,yy,xx1,yy1,fxx,fyy;
                    ^
draw_symbols.c:520:16: warning: variable ‘xx1’ set but not used [-Wunused-but-set-variable]
     long xx,yy,xx1,yy1,fxx,fyy;
                ^
draw_symbols.c:520:13: warning: variable ‘yy’ set but not used [-Wunused-but-set-variable]
     long xx,yy,xx1,yy1,fxx,fyy;
             ^
draw_symbols.c:520:10: warning: variable ‘xx’ set but not used [-Wunused-but-set-variable]
     long xx,yy,xx1,yy1,fxx,fyy;
          ^
draw_symbols.c: In function ‘draw_DF_circle’:
draw_symbols.c:705:14: warning: variable ‘b’ set but not used [-Wunused-but-set-variable]
     double a,b;
              ^
draw_symbols.c:705:12: warning: variable ‘a’ set but not used [-Wunused-but-set-variable]
     double a,b;
            ^
draw_symbols.c:704:12: warning: variable ‘tilt’ set but not used [-Wunused-but-set-variable]
     double tilt;
            ^
draw_symbols.c:703:28: warning: variable ‘fyy’ set but not used [-Wunused-but-set-variable]
     long xx,yy,xx1,yy1,fxx,fyy;
                            ^
draw_symbols.c:703:24: warning: variable ‘fxx’ set but not used [-Wunused-but-set-variable]
     long xx,yy,xx1,yy1,fxx,fyy;
                        ^
draw_symbols.c:703:20: warning: variable ‘yy1’ set but not used [-Wunused-but-set-variable]
     long xx,yy,xx1,yy1,fxx,fyy;
                    ^
draw_symbols.c:703:16: warning: variable ‘xx1’ set but not used [-Wunused-but-set-variable]
     long xx,yy,xx1,yy1,fxx,fyy;
                ^
draw_symbols.c:703:13: warning: variable ‘yy’ set but not used [-Wunused-but-set-variable]
     long xx,yy,xx1,yy1,fxx,fyy;
             ^
draw_symbols.c:703:10: warning: variable ‘xx’ set but not used [-Wunused-but-set-variable]
     long xx,yy,xx1,yy1,fxx,fyy;
          ^
draw_symbols.c: In function ‘draw_aloha_circle’:
draw_symbols.c:957:14: warning: variable ‘b’ set but not used [-Wunused-but-set-variable]
     double a,b;
              ^
draw_symbols.c:957:12: warning: variable ‘a’ set but not used [-Wunused-but-set-variable]
     double a,b;
            ^
draw_symbols.c: In function ‘Select_symbol’:
draw_symbols.c:3105:36: warning: variable ‘label2’ set but not used [-Wunused-but-set-variable]
             frame, frame2, label1, label2, b1;
                                    ^
draw_symbols.c:3105:28: warning: variable ‘label1’ set but not used [-Wunused-but-set-variable]
             frame, frame2, label1, label2, b1;
                            ^
mv -f .deps/draw_symbols.Tpo .deps/draw_symbols.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT fcc_data.o -MD -MP -MF .deps/fcc_data.Tpo -c -o fcc_data.o fcc_data.c
mv -f .deps/fcc_data.Tpo .deps/fcc_data.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT festival.o -MD -MP -MF .deps/festival.Tpo -c -o festival.o festival.c
mv -f .deps/festival.Tpo .deps/festival.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT fetch_remote.o -MD -MP -MF .deps/fetch_remote.Tpo -c -o fetch_remote.o fetch_remote.c
mv -f .deps/fetch_remote.Tpo .deps/fetch_remote.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT geo-find.o -MD -MP -MF .deps/geo-find.Tpo -c -o geo-find.o geo-find.c
mv -f .deps/geo-find.Tpo .deps/geo-find.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT geocoder_gui.o -MD -MP -MF .deps/geocoder_gui.Tpo -c -o geocoder_gui.o geocoder_gui.c
mv -f .deps/geocoder_gui.Tpo .deps/geocoder_gui.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT gps.o -MD -MP -MF .deps/gps.Tpo -c -o gps.o gps.c
mv -f .deps/gps.Tpo .deps/gps.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT hashtable.o -MD -MP -MF .deps/hashtable.Tpo -c -o hashtable.o hashtable.c
mv -f .deps/hashtable.Tpo .deps/hashtable.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT hashtable_itr.o -MD -MP -MF .deps/hashtable_itr.Tpo -c -o hashtable_itr.o hashtable_itr.c
mv -f .deps/hashtable_itr.Tpo .deps/hashtable_itr.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT hostname.o -MD -MP -MF .deps/hostname.Tpo -c -o hostname.o hostname.c
mv -f .deps/hostname.Tpo .deps/hostname.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT igate.o -MD -MP -MF .deps/igate.Tpo -c -o igate.o igate.c
mv -f .deps/igate.Tpo .deps/igate.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT interface.o -MD -MP -MF .deps/interface.Tpo -c -o interface.o interface.c
interface.c: In function ‘process_ax25_packet’:
interface.c:3722:19: warning: variable ‘k’ set but not used [-Wunused-but-set-variable]
     unsigned int  k,l;
                   ^
interface.c: In function ‘port_read’:
interface.c:5887:24: warning: variable ‘last’ set but not used [-Wunused-but-set-variable]
     unsigned char cin, last;
                        ^
interface.c: In function ‘output_waypoint_data’:
interface.c:9970:10: warning: variable ‘data_txt_save’ set but not used [-Wunused-but-set-variable]
     char data_txt_save[MAX_LINE_SIZE+5];
          ^
mv -f .deps/interface.Tpo .deps/interface.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT interface_gui.o -MD -MP -MF .deps/interface_gui.Tpo -c -o interface_gui.o interface_gui.c
interface_gui.c: In function ‘Config_TNC’:
interface_gui.c:622:17: warning: variable ‘igate’ set but not used [-Wunused-but-set-variable]
                 igate, igate_box,
                 ^
interface_gui.c:620:19: warning: variable ‘style’ set but not used [-Wunused-but-set-variable]
     static Widget style, style_box,
                   ^
interface_gui.c:614:44: warning: variable ‘speed’ set but not used [-Wunused-but-set-variable]
                 device, converse, comment, speed, speed_box,
                                            ^
interface_gui.c:613:32: warning: variable ‘setup2’ set but not used [-Wunused-but-set-variable]
                 setup, setup1, setup2, setup3, setup4,
                                ^
interface_gui.c:613:17: warning: variable ‘setup’ set but not used [-Wunused-but-set-variable]
                 setup, setup1, setup2, setup3, setup4,
                 ^
interface_gui.c: In function ‘Config_GPS’:
interface_gui.c:2101:19: warning: variable ‘style’ set but not used [-Wunused-but-set-variable]
     static Widget style, style_box,
                   ^
interface_gui.c:2095:34: warning: variable ‘speed’ set but not used [-Wunused-but-set-variable]
                 device, comment, speed, speed_box,
                                  ^
interface_gui.c: In function ‘Config_WX’:
interface_gui.c:2686:17: warning: variable ‘gauge_type’ set but not used [-Wunused-but-set-variable]
                 gauge_type, gauge_box,
                 ^
interface_gui.c:2684:17: warning: variable ‘data_type’ set but not used [-Wunused-but-set-variable]
                 data_type, data_box,
                 ^
interface_gui.c:2682:19: warning: variable ‘style’ set but not used [-Wunused-but-set-variable]
     static Widget style, style_box,
                   ^
interface_gui.c:2676:34: warning: variable ‘speed’ set but not used [-Wunused-but-set-variable]
                 device, comment, speed, speed_box,
                                  ^
interface_gui.c: In function ‘Config_NWX’:
interface_gui.c:3379:17: warning: variable ‘gauge_type’ set but not used [-Wunused-but-set-variable]
                 gauge_type, gauge_box,
                 ^
interface_gui.c:3377:17: warning: variable ‘data_type’ set but not used [-Wunused-but-set-variable]
                 data_type, data_box,
                 ^
interface_gui.c: In function ‘Config_AX25’:
interface_gui.c:4382:17: warning: variable ‘igate’ set but not used [-Wunused-but-set-variable]
                 igate, igate_box,
                 ^
interface_gui.c:4379:32: warning: variable ‘button_ok’ set but not used [-Wunused-but-set-variable]
     static Widget  pane, form, button_ok, button_cancel, frame,
                                ^
interface_gui.c: In function ‘Config_Inet’:
interface_gui.c:5017:41: warning: variable ‘password_fl’ set but not used [-Wunused-but-set-variable]
                 ihost, iport, password, password_fl,
                                         ^
interface_gui.c: In function ‘Config_Database’:
interface_gui.c:5520:41: warning: variable ‘password_fl’ set but not used [-Wunused-but-set-variable]
                 ihost, iport, password, password_fl,
                                         ^
interface_gui.c: In function ‘Config_AGWPE’:
interface_gui.c:7181:17: warning: variable ‘igate’ set but not used [-Wunused-but-set-variable]
                 igate, igate_box, igate_o_0, igate_o_1, igate_o_2,
                 ^
interface_gui.c:7180:41: warning: variable ‘password_fl’ set but not used [-Wunused-but-set-variable]
                 ihost, iport, password, password_fl, sep,
                                         ^
interface_gui.c: In function ‘interface_option’:
interface_gui.c:8334:17: warning: variable ‘pos’ set but not used [-Wunused-but-set-variable]
     int data_on,pos;
                 ^
interface_gui.c:8334:9: warning: variable ‘data_on’ set but not used [-Wunused-but-set-variable]
     int data_on,pos;
         ^
mv -f .deps/interface_gui.Tpo .deps/interface_gui.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT io-common.o -MD -MP -MF .deps/io-common.Tpo -c -o io-common.o io-common.c
mv -f .deps/io-common.Tpo .deps/io-common.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT io-mmap.o -MD -MP -MF .deps/io-mmap.Tpo -c -o io-mmap.o io-mmap.c
mv -f .deps/io-mmap.Tpo .deps/io-mmap.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT lang.o -MD -MP -MF .deps/lang.Tpo -c -o lang.o lang.c
mv -f .deps/lang.Tpo .deps/lang.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT list_gui.o -MD -MP -MF .deps/list_gui.Tpo -c -o list_gui.o list_gui.c
mv -f .deps/list_gui.Tpo .deps/list_gui.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT locate_gui.o -MD -MP -MF .deps/locate_gui.Tpo -c -o locate_gui.o locate_gui.c
mv -f .deps/locate_gui.Tpo .deps/locate_gui.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT location.o -MD -MP -MF .deps/location.Tpo -c -o location.o location.c
mv -f .deps/location.Tpo .deps/location.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT location_gui.o -MD -MP -MF .deps/location_gui.Tpo -c -o location_gui.o location_gui.c
mv -f .deps/location_gui.Tpo .deps/location_gui.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
main.c: In function ‘Smart_Beacon’:
main.c:1387:33: warning: variable ‘label7’ set but not used [-Wunused-but-set-variable]
         label4, label5, label6, label7,
                                 ^
main.c: In function ‘Coordinate_calc’:
main.c:2800:25: warning: variable ‘label6’ set but not used [-Wunused-but-set-variable]
         label4, label5, label6,
                         ^
main.c:2800:17: warning: variable ‘label5’ set but not used [-Wunused-but-set-variable]
         label4, label5, label6,
                 ^
main.c:2799:48: warning: variable ‘label3’ set but not used [-Wunused-but-set-variable]
     static Widget  pane, form, label1, label2, label3,
                                                ^
main.c:2799:40: warning: variable ‘label2’ set but not used [-Wunused-but-set-variable]
     static Widget  pane, form, label1, label2, label3,
                                        ^
main.c: In function ‘Tactical_Callsign_Clear’:
main.c:3892:11: warning: unused variable ‘ptr’ [-Wunused-variable]
     char *ptr;
           ^
main.c: In function ‘create_appshell’:
main.c:5272:26: warning: variable ‘store_data_button’ set but not used [-Wunused-but-set-variable]
         store_data_pane, store_data_button, store_all_kml_button,
                          ^
main.c:5271:9: warning: variable ‘draw_CAD_objects_menu’ set but not used [-Wunused-but-set-variable]
         draw_CAD_objects_menu,
         ^
main.c:5270:29: warning: variable ‘filter_display_button’ set but not used [-Wunused-but-set-variable]
         filter_data_button, filter_display_button,
                             ^
main.c:5270:9: warning: variable ‘filter_data_button’ set but not used [-Wunused-but-set-variable]
         filter_data_button, filter_display_button,
         ^
main.c:5266:9: warning: variable ‘message_button’ set but not used [-Wunused-but-set-variable]
         message_button, send_message_to_button,
         ^
main.c:5259:9: warning: variable ‘iface_button’ set but not used [-Wunused-but-set-variable]
         iface_button, iface_connect_button,
         ^
main.c:5255:32: warning: variable ‘map_icon_outline_button’ set but not used [-Wunused-but-set-variable]
         Map_icon_outline_Pane, map_icon_outline_button,
                                ^
main.c:5254:33: warning: variable ‘map_station_label_button’ set but not used [-Wunused-but-set-variable]
         Map_station_label_Pane, map_station_label_button,
                                 ^
main.c:5245:32: warning: variable ‘raster_intensity_button’ set but not used [-Wunused-but-set-variable]
         Raster_intensity_Pane, raster_intensity_button,
                                ^
main.c:5240:9: warning: variable ‘station_config_button’ set but not used [-Wunused-but-set-variable]
         station_config_button,
         ^
main.c:5239:34: warning: variable ‘map_config_button’ set but not used [-Wunused-but-set-variable]
         map_pointer_menu_button, map_config_button,
                                  ^
main.c:5238:36: warning: variable ‘map_background_button’ set but not used [-Wunused-but-set-variable]
         Map_background_color_Pane, map_background_button,
                                    ^
main.c:5234:9: warning: variable ‘map_button’ set but not used [-Wunused-but-set-variable]
         map_button, map_auto_button, map_chooser_button,
         ^
main.c:5232:9: warning: variable ‘config_button’ set but not used [-Wunused-but-set-variable]
         config_button, defaults_button, timing_button,
         ^
main.c:5226:9: warning: variable ‘view_button’ set but not used [-Wunused-but-set-variable]
         view_button, view_messages_button, gps_status_button,
         ^
main.c:5225:9: warning: variable ‘file_button’ set but not used [-Wunused-but-set-variable]
         file_button, open_file_button, exit_button,
         ^
main.c:5219:12: warning: variable ‘display_button’ set but not used [-Wunused-but-set-variable]
     Widget display_button,
            ^
main.c:5217:30: warning: variable ‘help_emergency_button’ set but not used [-Wunused-but-set-variable]
         help_emergency_pane, help_emergency_button;
                              ^
main.c:5213:34: warning: variable ‘exitpane’ set but not used [-Wunused-but-set-variable]
     Widget filepane, configpane, exitpane, mappane, viewpane,
                                  ^
main.c:5207:25: warning: variable ‘move_my_menu’ set but not used [-Wunused-but-set-variable]
     Widget move_my_sub, move_my_menu;
                         ^
main.c:5206:21: warning: variable ‘pan_menu’ set but not used [-Wunused-but-set-variable]
     Widget pan_sub, pan_menu;
                     ^
main.c:5204:12: warning: variable ‘sar_object_menu’ set but not used [-Wunused-but-set-variable]
     Widget sar_object_menu;
            ^
main.c:5202:41: warning: variable ‘zoom_level’ set but not used [-Wunused-but-set-variable]
     Widget zoom_in, zoom_out, zoom_sub, zoom_level, zl1, zl2, zl3,
                                         ^
main.c: In function ‘da_input’:
main.c:10205:9: warning: variable ‘y_distance’ set but not used [-Wunused-but-set-variable]
     int y_distance;
         ^
main.c:10204:9: warning: variable ‘x_distance’ set but not used [-Wunused-but-set-variable]
     int x_distance;
         ^
main.c: In function ‘UpdateTime’:
main.c:11267:9: warning: variable ‘do_time’ set but not used [-Wunused-but-set-variable]
     int do_time;
         ^
main.c: In function ‘map_properties_fill_in’:
main.c:18256:11: warning: variable ‘i’ set but not used [-Wunused-but-set-variable]
     int n,i;
           ^
main.c: In function ‘map_properties’:
main.c:19304:68: warning: variable ‘label5’ set but not used [-Wunused-but-set-variable]
         rowcol1, rowcol2, rowcol3, label1, label2, label3, label4, label5,
                                                                    ^
main.c:19304:60: warning: variable ‘label4’ set but not used [-Wunused-but-set-variable]
         rowcol1, rowcol2, rowcol3, label1, label2, label3, label4, label5,
                                                            ^
main.c:19304:52: warning: variable ‘label3’ set but not used [-Wunused-but-set-variable]
         rowcol1, rowcol2, rowcol3, label1, label2, label3, label4, label5,
                                                    ^
main.c:19299:9: warning: variable ‘i’ set but not used [-Wunused-but-set-variable]
     int i;
         ^
main.c: In function ‘sort_list’:
main.c:20315:10: warning: variable ‘ptr’ set but not used [-Wunused-but-set-variable]
     long ptr;
          ^
main.c: In function ‘Map_chooser’:
main.c:21733:9: warning: variable ‘i’ set but not used [-Wunused-but-set-variable]
     int i;
         ^
main.c: In function ‘Configure_defaults’:
main.c:22470:10: warning: unused variable ‘temp_base_dir’ [-Wunused-variable]
     char temp_base_dir[MAX_VALUE];
          ^
main.c:22454:17: warning: variable ‘igate_option’ set but not used [-Wunused-but-set-variable]
                 igate_option, igate_box,
                 ^
main.c:22452:17: warning: variable ‘station_type’ set but not used [-Wunused-but-set-variable]
                 station_type, type_box,
                 ^
main.c: In function ‘Configure_coordinates’:
main.c:23740:17: warning: variable ‘label’ set but not used [-Wunused-but-set-variable]
                 label, coord_box, coord_0, coord_1, coord_2,
                 ^
main.c: In function ‘Configure_audio_alarms’:
main.c:24111:31: warning: variable ‘maxb1’ set but not used [-Wunused-but-set-variable]
                 minb1, minb2, maxb1, maxb2,
                               ^
main.c:24111:24: warning: variable ‘minb2’ set but not used [-Wunused-but-set-variable]
                 minb1, minb2, maxb1, maxb2,
                        ^
main.c:24110:35: warning: variable ‘max2’ set but not used [-Wunused-but-set-variable]
                 min1, min2, max1, max2,
                                   ^
main.c:24110:23: warning: variable ‘min2’ set but not used [-Wunused-but-set-variable]
                 min1, min2, max1, max2,
                       ^
main.c: In function ‘Configure_station’:
main.c:25615:17: warning: variable ‘posamb’ set but not used [-Wunused-but-set-variable]
                 posamb,option_box,
                 ^
main.c:25614:17: warning: variable ‘sts’ set but not used [-Wunused-but-set-variable]
                 sts, group, st_symbol, comment,
                 ^
main.c:25612:17: warning: variable ‘slong’ set but not used [-Wunused-but-set-variable]
                 slong,
                 ^
main.c:25611:38: warning: variable ‘slat_ns’ set but not used [-Wunused-but-set-variable]
                 slat_deg,  slat_min, slat_ns,
                                      ^
main.c:25605:27: warning: variable ‘pg2’ set but not used [-Wunused-but-set-variable]
                 framephg, pg2, formphg,
                           ^
mv -f .deps/main.Tpo .deps/main.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT maps.o -MD -MP -MF .deps/maps.Tpo -c -o maps.o maps.c
maps.c: In function ‘draw_complete_lat_lon_grid’:
maps.c:1330:9: warning: variable ‘screen_height_xastir’ set but not used [-Wunused-but-set-variable]
     int screen_height_xastir; // screen height in xastir units (1/100 of a second)
         ^
maps.c: In function ‘draw_major_utm_mgrs_grid’:
maps.c:1782:9: warning: variable ‘mgrs_single_digraph’ set but not used [-Wunused-but-set-variable]
     int mgrs_single_digraph = FALSE; // mgrs_ul_digraph and mgrs_ur_digraph are the same.
         ^
maps.c: In function ‘index_save_to_file’:
maps.c:7421:23: warning: variable ‘last’ set but not used [-Wunused-but-set-variable]
     map_index_record *last;
                       ^
maps.c: In function ‘fill_in_new_alert_entries’:
maps.c:8290:37: warning: variable ‘dir_ptr’ set but not used [-Wunused-but-set-variable]
     char alert_scan[MAX_FILENAME], *dir_ptr;
                                     ^
mv -f .deps/maps.Tpo .deps/maps.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT map_cache.o -MD -MP -MF .deps/map_cache.Tpo -c -o map_cache.o map_cache.c
mv -f .deps/map_cache.Tpo .deps/map_cache.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT map_dos.o -MD -MP -MF .deps/map_dos.Tpo -c -o map_dos.o map_dos.c
map_dos.c: In function ‘draw_dos_map’:
map_dos.c:402:19: warning: variable ‘symbol_ptr’ set but not used [-Wunused-but-set-variable]
     symbol_label *symbol_ptr;
                   ^
map_dos.c:401:17: warning: variable ‘text_ptr’ set but not used [-Wunused-but-set-variable]
     text_label *text_ptr;
                 ^
map_dos.c:400:18: warning: variable ‘vectors_ptr’ set but not used [-Wunused-but-set-variable]
     map_vectors *vectors_ptr;
                  ^
map_dos.c:399:9: warning: variable ‘map_maxed_symbol_labels’ set but not used [-Wunused-but-set-variable]
     int map_maxed_symbol_labels;
         ^
map_dos.c:398:9: warning: variable ‘map_maxed_text_labels’ set but not used [-Wunused-but-set-variable]
     int map_maxed_text_labels;
         ^
map_dos.c:397:9: warning: variable ‘map_maxed_vectors’ set but not used [-Wunused-but-set-variable]
     int map_maxed_vectors;
         ^
map_dos.c:373:9: warning: variable ‘map_range’ set but not used [-Wunused-but-set-variable]
     int map_range;
         ^
mv -f .deps/map_dos.Tpo .deps/map_dos.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT map_gdal.o -MD -MP -MF .deps/map_gdal.Tpo -c -o map_gdal.o map_gdal.c
mv -f .deps/map_gdal.Tpo .deps/map_gdal.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT map_geo.o -MD -MP -MF .deps/map_geo.Tpo -c -o map_geo.o map_geo.c
In file included from /usr/include/GraphicsMagick/magick/gem.h:14:0,
                 from /usr/include/GraphicsMagick/magick/api.h:79,
                 from map_geo.c:138:
/usr/include/GraphicsMagick/magick/random.h:90:3: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
   MagickExport MagickRandomKernel* AcquireMagickRandomKernel();
   ^
/usr/include/GraphicsMagick/magick/random.h:95:3: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
   extern void InitializeMagickRandomGenerator();
   ^
/usr/include/GraphicsMagick/magick/random.h:100:3: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
   extern void DestroyMagickRandomGenerator();
   ^
map_geo.c: In function ‘draw_geo_image_map’:
map_geo.c:649:49: warning: variable ‘map_height’ set but not used [-Wunused-but-set-variable]
     double left, right, top, bottom, map_width, map_height;
                                                 ^
map_geo.c:649:38: warning: variable ‘map_width’ set but not used [-Wunused-but-set-variable]
     double left, right, top, bottom, map_width, map_height;
                                      ^
map_geo.c:614:10: warning: variable ‘scr_x_mc’ set but not used [-Wunused-but-set-variable]
     long scr_x_mc;                  // map center in screen units
          ^
map_geo.c:601:10: warning: variable ‘map_y_ctr’ set but not used [-Wunused-but-set-variable]
     long map_y_ctr;                 // half map height in pixel
          ^
map_geo.c:591:19: warning: variable ‘c_y_max’ set but not used [-Wunused-but-set-variable]
     unsigned long c_y_max;          // bottom right coordinates of map inside screen
                   ^
map_geo.c:588:9: warning: variable ‘test’ set but not used [-Wunused-but-set-variable]
     int test;                       // temporary debugging
         ^
map_geo.c:579:19: warning: variable ‘atb’ set but not used [-Wunused-but-set-variable]
     XpmAttributes atb;              // Map attributes after map's read into an XImage
                   ^
mv -f .deps/map_geo.Tpo .deps/map_geo.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT map_gnis.o -MD -MP -MF .deps/map_gnis.Tpo -c -o map_gnis.o map_gnis.c
mv -f .deps/map_gnis.Tpo .deps/map_gnis.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT map_OSM.o -MD -MP -MF .deps/map_OSM.Tpo -c -o map_OSM.o map_OSM.c
map_OSM.c: In function ‘draw_OSM_image’:
map_OSM.c:672:9: warning: variable ‘map_done’ set but not used [-Wunused-but-set-variable]
     int map_done;
         ^
mv -f .deps/map_OSM.Tpo .deps/map_OSM.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT map_pop.o -MD -MP -MF .deps/map_pop.Tpo -c -o map_pop.o map_pop.c
mv -f .deps/map_pop.Tpo .deps/map_pop.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT map_pdb.o -MD -MP -MF .deps/map_pdb.Tpo -c -o map_pdb.o map_pdb.c
mv -f .deps/map_pdb.Tpo .deps/map_pdb.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT map_shp.o -MD -MP -MF .deps/map_shp.Tpo -c -o map_shp.o map_shp.c
map_shp.c: In function ‘draw_shapefile_map’:
map_shp.c:3392:37: warning: variable ‘nVertStart’ set but not used [-Wunused-but-set-variable]
                                 int nVertStart;
                                     ^
map_shp.c:734:21: warning: variable ‘search_param2’ set but not used [-Wunused-but-set-variable]
     char            search_param2[10];
                     ^
map_shp.c:729:21: warning: variable ‘search_param1’ set but not used [-Wunused-but-set-variable]
     char            search_param1[10];
                     ^
mv -f .deps/map_shp.Tpo .deps/map_shp.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT map_tif.o -MD -MP -MF .deps/map_tif.Tpo -c -o map_tif.o map_tif.c
In file included from map_tif.c:88:0:
/usr/include/libgeotiff/xtiffio.h:68:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
 extern void CPL_DLL XTIFFInitialize();
 ^
map_tif.c: In function ‘draw_geotiff_image_map’:
map_tif.c:584:12: warning: variable ‘current_line_width’ set but not used [-Wunused-but-set-variable]
     uint32 current_line_width;
            ^
map_tif.c:577:11: warning: variable ‘xastir_avg_y_increment’ set but not used [-Wunused-but-set-variable]
     float xastir_avg_y_increment;
           ^
mv -f .deps/map_tif.Tpo .deps/map_tif.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT map_tiger.o -MD -MP -MF .deps/map_tiger.Tpo -c -o map_tiger.o map_tiger.c
map_tiger.c: In function ‘draw_tiger_map’:
map_tiger.c:306:12: warning: variable ‘scale_x_nm’ set but not used [-Wunused-but-set-variable]
     double scale_x_nm;              // nm per Xastir coordinate unit
            ^
map_tiger.c:305:10: warning: variable ‘scale_xa’ set but not used [-Wunused-but-set-variable]
     long scale_xa;                  // adjusted for topo maps
          ^
map_tiger.c:303:10: warning: variable ‘scr_c_xr’ set but not used [-Wunused-but-set-variable]
     long scr_c_xr;
          ^
map_tiger.c:301:10: warning: variable ‘scr_x_mc’ set but not used [-Wunused-but-set-variable]
     long scr_x_mc;                  // map center in screen units
          ^
map_tiger.c:291:9: warning: variable ‘map_done’ set but not used [-Wunused-but-set-variable]
     int map_done;
         ^
map_tiger.c:288:10: warning: variable ‘map_y_ctr’ set but not used [-Wunused-but-set-variable]
     long map_y_ctr;                 // half map height in pixel
          ^
map_tiger.c:287:10: warning: variable ‘map_x_ctr’ set but not used [-Wunused-but-set-variable]
     long map_x_ctr;                 // half map width in pixel
          ^
map_tiger.c:279:19: warning: variable ‘c_y_max’ set but not used [-Wunused-but-set-variable]
     unsigned long c_y_max;          // bottom right coordinates of map inside screen
                   ^
mv -f .deps/map_tiger.Tpo .deps/map_tiger.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT map_WMS.o -MD -MP -MF .deps/map_WMS.Tpo -c -o map_WMS.o map_WMS.c
map_WMS.c: In function ‘draw_WMS_map’:
map_WMS.c:190:12: warning: variable ‘scale_x_nm’ set but not used [-Wunused-but-set-variable]
     double scale_x_nm;              // nm per Xastir coordinate unit
            ^
map_WMS.c:189:10: warning: variable ‘scale_xa’ set but not used [-Wunused-but-set-variable]
     long scale_xa;                  // adjusted for topo maps
          ^
map_WMS.c:187:10: warning: variable ‘scr_c_xr’ set but not used [-Wunused-but-set-variable]
     long scr_c_xr;
          ^
map_WMS.c:185:10: warning: variable ‘scr_x_mc’ set but not used [-Wunused-but-set-variable]
     long scr_x_mc;                  // map center in screen units
          ^
map_WMS.c:175:9: warning: variable ‘map_done’ set but not used [-Wunused-but-set-variable]
     int map_done;
         ^
map_WMS.c:172:10: warning: variable ‘map_y_ctr’ set but not used [-Wunused-but-set-variable]
     long map_y_ctr;                 // half map height in pixel
          ^
map_WMS.c:171:10: warning: variable ‘map_x_ctr’ set but not used [-Wunused-but-set-variable]
     long map_x_ctr;                 // half map width in pixel
          ^
map_WMS.c:163:19: warning: variable ‘c_y_max’ set but not used [-Wunused-but-set-variable]
     unsigned long c_y_max;          // bottom right coordinates of map inside screen
                   ^
mv -f .deps/map_WMS.Tpo .deps/map_WMS.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT messages.o -MD -MP -MF .deps/messages.Tpo -c -o messages.o messages.c
mv -f .deps/messages.Tpo .deps/messages.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT messages_gui.o -MD -MP -MF .deps/messages_gui.Tpo -c -o messages_gui.o messages_gui.c
messages_gui.c: In function ‘Send_message_change_path’:
messages_gui.c:417:10: warning: variable ‘delw’ set but not used [-Wunused-but-set-variable]
     Atom delw;
          ^
mv -f .deps/messages_gui.Tpo .deps/messages_gui.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT objects.o -MD -MP -MF .deps/objects.Tpo -c -o objects.o objects.c
objects.c: In function ‘Populate_predefined_objects’:
objects.c:6842:10: warning: unused variable ‘temp_file_path’ [-Wunused-variable]
     char temp_file_path[MAX_VALUE];
          ^
objects.c: In function ‘Set_Del_Object’:
objects.c:7405:17: warning: variable ‘beamlabel’ set but not used [-Wunused-but-set-variable]
                 beamlabel,formbeam,
                 ^
objects.c:7400:17: warning: variable ‘omnilabel’ set but not used [-Wunused-but-set-variable]
                 omnilabel,formomni,
                 ^
objects.c:7396:17: warning: variable ‘area_ts’ set but not used [-Wunused-but-set-variable]
                 area_ts, area_form,
                 ^
objects.c:7395:17: warning: variable ‘ob_option_ts’ set but not used [-Wunused-but-set-variable]
                 ob_option_ts,ob_option_form,
                 ^
objects.c:7393:52: warning: variable ‘probability_ts’ set but not used [-Wunused-but-set-variable]
                 probability_frame,probability_form,probability_ts,
                                                    ^
objects.c:7391:31: warning: variable ‘signpost_ts’ set but not used [-Wunused-but-set-variable]
                 signpost_form,signpost_ts,
                               ^
objects.c:7390:27: warning: variable ‘ob_ts’ set but not used [-Wunused-but-set-variable]
                 ob_form1, ob_ts,
                           ^
objects.c:7388:49: warning: variable ‘ob_lat_ns’ set but not used [-Wunused-but-set-variable]
                 ob_lat, ob_lat_deg, ob_lat_min, ob_lat_ns,
                                                 ^
objects.c:7387:56: warning: variable ‘ob_latlon_ts’ set but not used [-Wunused-but-set-variable]
                 ob_name,ob_latlon_frame,ob_latlon_form,ob_latlon_ts,
                                                        ^
objects.c: In function ‘disown_object_item’:
objects.c:10819:11: warning: unused variable ‘ptr’ [-Wunused-variable]
     char *ptr;
           ^
mv -f .deps/objects.Tpo .deps/objects.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT popup_gui.o -MD -MP -MF .deps/popup_gui.Tpo -c -o popup_gui.o popup_gui.c
mv -f .deps/popup_gui.Tpo .deps/popup_gui.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT rac_data.o -MD -MP -MF .deps/rac_data.Tpo -c -o rac_data.o rac_data.c
rac_data.c: In function ‘search_rac_data’:
rac_data.c:210:11: warning: variable ‘rc’ set but not used [-Wunused-but-set-variable]
     char *rc;
           ^
mv -f .deps/rac_data.Tpo .deps/rac_data.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT rotated.o -MD -MP -MF .deps/rotated.Tpo -c -o rotated.o rotated.c
mv -f .deps/rotated.Tpo .deps/rotated.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT rpl_malloc.o -MD -MP -MF .deps/rpl_malloc.Tpo -c -o rpl_malloc.o rpl_malloc.c
mv -f .deps/rpl_malloc.Tpo .deps/rpl_malloc.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT shp_hash.o -MD -MP -MF .deps/shp_hash.Tpo -c -o shp_hash.o shp_hash.c
mv -f .deps/shp_hash.Tpo .deps/shp_hash.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT snprintf.o -MD -MP -MF .deps/snprintf.Tpo -c -o snprintf.o snprintf.c
mv -f .deps/snprintf.Tpo .deps/snprintf.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT sound.o -MD -MP -MF .deps/sound.Tpo -c -o sound.o sound.c
mv -f .deps/sound.Tpo .deps/sound.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT tile_mgmnt.o -MD -MP -MF .deps/tile_mgmnt.Tpo -c -o tile_mgmnt.o tile_mgmnt.c
mv -f .deps/tile_mgmnt.Tpo .deps/tile_mgmnt.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT track_gui.o -MD -MP -MF .deps/track_gui.Tpo -c -o track_gui.o track_gui.c
mv -f .deps/track_gui.Tpo .deps/track_gui.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c
util.c: In function ‘phg_decode’:
util.c:967:9: warning: variable ‘len’ set but not used [-Wunused-but-set-variable]
     int len;
         ^
util.c: In function ‘shg_decode’:
util.c:1106:9: warning: variable ‘len’ set but not used [-Wunused-but-set-variable]
     int len;
         ^
util.c: In function ‘bearing_decode’:
util.c:1321:9: warning: variable ‘len’ set but not used [-Wunused-but-set-variable]
     int len;
         ^
util.c: In function ‘valid_call’:
util.c:4417:17: warning: variable ‘has_num’ set but not used [-Wunused-but-set-variable]
     int i, del, has_num, has_chr;
                 ^
mv -f .deps/util.Tpo .deps/util.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT view_message_gui.o -MD -MP -MF .deps/view_message_gui.Tpo -c -o view_message_gui.o view_message_gui.c
mv -f .deps/view_message_gui.Tpo .deps/view_message_gui.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT wx.o -MD -MP -MF .deps/wx.Tpo -c -o wx.o wx.c
wx.c: In function ‘decode_U2000_L’:
wx.c:538:10: warning: variable ‘format’ set but not used [-Wunused-but-set-variable]
     char format;
          ^
wx.c: In function ‘wx_fill_data’:
wx.c:1116:10: warning: variable ‘format’ set but not used [-Wunused-but-set-variable]
     char format;
          ^
mv -f .deps/wx.Tpo .deps/wx.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT wx_gui.o -MD -MP -MF .deps/wx_gui.Tpo -c -o wx_gui.o wx_gui.c
wx_gui.c: In function ‘WX_station’:
wx_gui.c:805:13: warning: variable ‘sts’ set but not used [-Wunused-but-set-variable]
             sts;
             ^
wx_gui.c:804:22: warning: variable ‘low_temp’ set but not used [-Wunused-but-set-variable]
             hi_temp, low_temp,
                      ^
wx_gui.c:800:23: warning: variable ‘humidity_n’ set but not used [-Wunused-but-set-variable]
             humidity, humidity_n,
                       ^
wx_gui.c:800:13: warning: variable ‘humidity’ set but not used [-Wunused-but-set-variable]
             humidity, humidity_n,
             ^
wx_gui.c:798:38: warning: variable ‘wind_deg’ set but not used [-Wunused-but-set-variable]
             WX_type, temp, wind_cse, wind_deg, wind_spd, wind_gst, 
                                      ^
mv -f .deps/wx_gui.Tpo .deps/wx_gui.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT x_spider.o -MD -MP -MF .deps/x_spider.Tpo -c -o x_spider.o x_spider.c
mv -f .deps/x_spider.Tpo .deps/x_spider.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT xa_config.o -MD -MP -MF .deps/xa_config.Tpo -c -o xa_config.o xa_config.c
mv -f .deps/xa_config.Tpo .deps/xa_config.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT compiledate.o -MD -MP -MF .deps/compiledate.Tpo -c -o compiledate.o compiledate.c
mv -f .deps/compiledate.Tpo .deps/compiledate.Po
gcc  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -Wl,--no-keep-memory -L/usr/lib64 -L/usr/lib -L/usr/local/lib -o xastir alert.o awk.o bulletin_gui.o color.o datum.o db.o db_gis.o dbfawk.o draw_symbols.o fcc_data.o festival.o fetch_remote.o geo-find.o geocoder_gui.o gps.o hashtable.o hashtable_itr.o hostname.o igate.o interface.o interface_gui.o io-common.o io-mmap.o lang.o list_gui.o locate_gui.o location.o location_gui.o main.o maps.o map_cache.o map_dos.o map_gdal.o map_geo.o map_gnis.o map_OSM.o map_pop.o map_pdb.o map_shp.o map_tif.o map_tiger.o map_WMS.o messages.o messages_gui.o objects.o popup_gui.o rac_data.o rotated.o rpl_malloc.o shp_hash.o snprintf.o sound.o tile_mgmnt.o track_gui.o util.o view_message_gui.o wx.o wx_gui.o x_spider.o xa_config.o compiledate.o -Lrtree -lrtree -Lshapelib -lshape -lXm -lXt -lX11 -lGraphicsMagick -llcms -lfreetype -lXext -lSM -lICE -lX11 -llzma -lz -lltdl -lm -lgomp -lpthread -ldb-4.8 -lXpm -lrt -lXm -lXt -lXp -lXext -lm -lSM -lICE -lX11 -lcurl -lproj -lpcre -ltiff -lgeotiff
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT xastir_udp_client.o -MD -MP -MF .deps/xastir_udp_client.Tpo -c -o xastir_udp_client.o xastir_udp_client.c
mv -f .deps/xastir_udp_client.Tpo .deps/xastir_udp_client.Po
gcc  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -Wl,--no-keep-memory -L/usr/lib64 -L/usr/lib -L/usr/local/lib -o xastir_udp_client xastir_udp_client.o  -lXm -lXt -lX11 -lGraphicsMagick -llcms -lfreetype -lXext -lSM -lICE -lX11 -llzma -lz -lltdl -lm -lgomp -lpthread -ldb-4.8 -lXpm -lrt -lXm -lXt -lXp -lXext -lm -lSM -lICE -lX11 -lcurl -lproj -lpcre -ltiff -lgeotiff
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT testdbfawk.o -MD -MP -MF .deps/testdbfawk.Tpo -c -o testdbfawk.o testdbfawk.c
mv -f .deps/testdbfawk.Tpo .deps/testdbfawk.Po
gcc  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -Wl,--no-keep-memory -L/usr/lib64 -L/usr/lib -L/usr/local/lib -o testdbfawk testdbfawk.o awk.o dbfawk.o rpl_malloc.o -Lshapelib -lshape -lXm -lXt -lX11 -lGraphicsMagick -llcms -lfreetype -lXext -lSM -lICE -lX11 -llzma -lz -lltdl -lm -lgomp -lpthread -ldb-4.8 -lXpm -lrt -lXm -lXt -lXp -lXext -lm -lSM -lICE -lX11 -lcurl -lproj -lpcre -ltiff -lgeotiff
make[3]: Leaving directory `/home/dflood/src/xastir/src'
make[2]: Leaving directory `/home/dflood/src/xastir/src'
Making all in m4
make[2]: Entering directory `/home/dflood/src/xastir/m4'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/dflood/src/xastir/m4'
Making all in config
make[2]: Entering directory `/home/dflood/src/xastir/config'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/dflood/src/xastir/config'
Making all in help
make[2]: Entering directory `/home/dflood/src/xastir/help'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/dflood/src/xastir/help'
Making all in scripts
make[2]: Entering directory `/home/dflood/src/xastir/scripts'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/dflood/src/xastir/scripts'
Making all in symbols
make[2]: Entering directory `/home/dflood/src/xastir/symbols'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/dflood/src/xastir/symbols'
Making all in callpass
make[2]: Entering directory `/home/dflood/src/xastir/callpass'
gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/GraphicsMagick -I../src/shapelib -I/usr/local/include -I/usr/include/libgeotiff -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\"  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -MT callpass.o -MD -MP -MF .deps/callpass.Tpo -c -o callpass.o callpass.c
mv -f .deps/callpass.Tpo .deps/callpass.Po
gcc  -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -Wl,--no-keep-memory -L/usr/lib64 -L/usr/lib -L/usr/local/lib -o callpass callpass.o  -lXm -lXt -lX11 -lGraphicsMagick -llcms -lfreetype -lXext -lSM -lICE -lX11 -llzma -lz -lltdl -lm -lgomp -lpthread -ldb-4.8 -lXpm -lrt -lXm -lXt -lXp -lXext -lm -lSM -lICE -lX11 -lcurl -lproj -lpcre -ltiff -lgeotiff
make[2]: Leaving directory `/home/dflood/src/xastir/callpass'
make[2]: Entering directory `/home/dflood/src/xastir'
make[2]: Leaving directory `/home/dflood/src/xastir'
make[1]: Leaving directory `/home/dflood/src/xastir'





More information about the Xastir mailing list