I have a fresh update of basemap from svn and a clean build dir, and I
am getting a build error
matplotlib/toolkits/basemap> gcc --version
gcc (GCC) 3.3.5 (Debian 1:3.3.5-8ubuntu2.1)
Copyright (C) 2003 Free Software Foundation, Inc.
matplotlib/toolkits/basemap> svn up
At revision 2842.
matplotlib/toolkits/basemap> sudo rm -rf build
matplotlib/toolkits/basemap> python setup.py build > & build.out
Here is build.out. Any ideas?
running build
running build_py
creating build
creating build/lib.linux-i686-2.4
creating build/lib.linux-i686-2.4/matplotlib
creating build/lib.linux-i686-2.4/matplotlib/toolkits
creating build/lib.linux-i686-2.4/matplotlib/toolkits/basemap
copying lib/matplotlib/toolkits/basemap/greatcircle.py -> build/lib.linux-i686-2.4/matplotlib/toolkits/basemap
copying lib/matplotlib/toolkits/basemap/basemap.py -> build/lib.linux-i686-2.4/matplotlib/toolkits/basemap
copying lib/matplotlib/toolkits/basemap/proj.py -> build/lib.linux-i686-2.4/matplotlib/toolkits/basemap
copying lib/matplotlib/toolkits/basemap/__init__.py -> build/lib.linux-i686-2.4/matplotlib/toolkits/basemap
creating build/lib.linux-i686-2.4/shapelib
copying lib/shapelib/__init__.py -> build/lib.linux-i686-2.4/shapelib
copying lib/shapelib/shapelib.py -> build/lib.linux-i686-2.4/shapelib
creating build/lib.linux-i686-2.4/dbflib
copying lib/dbflib/__init__.py -> build/lib.linux-i686-2.4/dbflib
copying lib/dbflib/dbflib.py -> build/lib.linux-i686-2.4/dbflib
running build_ext
building 'pyproj' extension
creating build/temp.linux-i686-2.4
creating build/temp.linux-i686-2.4/src
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_gridlist.c -o build/temp.linux-i686-2.4/src/PJ_gridlist.o
In file included from src/projects.h:289,
from src/PJ_gridlist.c:48:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_gridlist.c:48:
src/projects.h:440: warning: function declaration isn't a prototype
src/PJ_gridlist.c:70: warning: function declaration isn't a prototype
src/PJ_gridlist.c: In function `pj_gridlist_merge_gridfile':
src/PJ_gridlist.c:103: warning: unused variable `i'
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_wag7.c -o build/temp.linux-i686-2.4/src/PJ_wag7.o
In file included from src/projects.h:289,
from src/PJ_wag7.c:5:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_wag7.c:5:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_malloc.c -o build/temp.linux-i686-2.4/src/PJ_malloc.o
In file included from src/projects.h:289,
from src/PJ_malloc.c:8:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_malloc.c:8:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_eqc.c -o build/temp.linux-i686-2.4/src/PJ_eqc.o
In file included from src/projects.h:289,
from src/PJ_eqc.c:7:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_eqc.c:7:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_putp2.c -o build/temp.linux-i686-2.4/src/PJ_putp2.o
In file included from src/projects.h:289,
from src/PJ_putp2.c:5:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_putp2.c:5:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_tcea.c -o build/temp.linux-i686-2.4/src/PJ_tcea.o
In file included from src/projects.h:289,
from src/PJ_tcea.c:7:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_tcea.c:7:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/adjlon.c -o build/temp.linux-i686-2.4/src/adjlon.o
In file included from src/projects.h:289,
from src/adjlon.c:6:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/adjlon.c:6:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_putp6.c -o build/temp.linux-i686-2.4/src/PJ_putp6.o
In file included from src/projects.h:289,
from src/PJ_putp6.c:7:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_putp6.c:7:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_fwd.c -o build/temp.linux-i686-2.4/src/PJ_fwd.o
In file included from src/projects.h:289,
from src/PJ_fwd.c:6:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_fwd.c:6:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/pj_open_lib.c -o build/temp.linux-i686-2.4/src/pj_open_lib.o
In file included from src/projects.h:289,
from src/pj_open_lib.c:43:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/pj_open_lib.c:43:
src/projects.h:440: warning: function declaration isn't a prototype
src/pj_open_lib.c:48: warning: function declaration isn't a prototype
src/pj_open_lib.c: In function `pj_open_lib':
src/pj_open_lib.c:116: warning: suggest parentheses around assignment used as truth value
src/pj_open_lib.c:144: warning: suggest parentheses around assignment used as truth value
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_merc.c -o build/temp.linux-i686-2.4/src/PJ_merc.o
In file included from src/projects.h:289,
from src/PJ_merc.c:5:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_merc.c:5:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_urm5.c -o build/temp.linux-i686-2.4/src/PJ_urm5.o
In file included from src/projects.h:289,
from src/PJ_urm5.c:7:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_urm5.c:7:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_somerc.c -o build/temp.linux-i686-2.4/src/PJ_somerc.o
In file included from src/projects.h:289,
from src/PJ_somerc.c:7:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_somerc.c:7:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/mk_cheby.c -o build/temp.linux-i686-2.4/src/mk_cheby.o
In file included from src/projects.h:289,
from src/mk_cheby.c:4:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/mk_cheby.c:4:
src/projects.h:440: warning: function declaration isn't a prototype
src/mk_cheby.c: In function `mk_cheby':
src/mk_cheby.c:97: warning: suggest parentheses around assignment used as truth value
src/mk_cheby.c:104: warning: suggest parentheses around assignment used as truth value
src/mk_cheby.c:104: warning: suggest explicit braces to avoid ambiguous `else'
src/mk_cheby.c:112: warning: suggest parentheses around assignment used as truth value
src/mk_cheby.c:112: warning: suggest explicit braces to avoid ambiguous `else'
src/mk_cheby.c:120: warning: suggest parentheses around assignment used as truth value
src/mk_cheby.c:130: warning: suggest parentheses around assignment used as truth value
src/mk_cheby.c:130: warning: suggest explicit braces to avoid ambiguous `else'
src/mk_cheby.c:138: warning: suggest parentheses around assignment used as truth value
src/mk_cheby.c:138: warning: suggest explicit braces to avoid ambiguous `else'
src/mk_cheby.c:42: warning: `T' might be used uninitialized in this function
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_apply_gridshift.c -o build/temp.linux-i686-2.4/src/PJ_apply_gridshift.o
In file included from src/projects.h:289,
from src/PJ_apply_gridshift.c:62:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_apply_gridshift.c:62:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/geod_for.c -o build/temp.linux-i686-2.4/src/geod_for.o
In file included from src/projects.h:289,
from src/geod_for.c:4:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/geod_for.c:4:
src/projects.h:440: warning: function declaration isn't a prototype
src/geod_for.c: In function `geod_for':
src/geod_for.c:97: warning: suggest explicit braces to avoid ambiguous `else'
src/geod_for.c:50: warning: `ss' might be used uninitialized in this function
src/geod_for.c: At top level:
src/geodesic.h:2: warning: `GEODESIC_H_ID' defined but not used
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/nad_init.c -o build/temp.linux-i686-2.4/src/nad_init.o
In file included from src/projects.h:289,
from src/nad_init.c:53:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/nad_init.c:53:
src/projects.h:440: warning: function declaration isn't a prototype
src/nad_init.c: In function `nad_init':
src/nad_init.c:138: warning: unused variable `header'
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_mill.c -o build/temp.linux-i686-2.4/src/PJ_mill.o
In file included from src/projects.h:289,
from src/PJ_mill.c:5:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_mill.c:5:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/biveval.c -o build/temp.linux-i686-2.4/src/biveval.o
In file included from src/projects.h:289,
from src/biveval.c:5:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/biveval.c:5:
src/projects.h:440: warning: function declaration isn't a prototype
src/biveval.c: In function `ceval':
src/biveval.c:14: warning: suggest parentheses around assignment used as truth value
src/biveval.c:25: warning: suggest parentheses around assignment used as truth value
src/biveval.c: In function `bpseval':
src/biveval.c:61: warning: suggest parentheses around assignment used as truth value
src/biveval.c:70: warning: suggest parentheses around assignment used as truth value
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/gen_cheb.c -o build/temp.linux-i686-2.4/src/gen_cheb.o
In file included from src/projects.h:289,
from src/gen_cheb.c:6:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/gen_cheb.c:6:
src/projects.h:440: warning: function declaration isn't a prototype
src/emess.h:6: warning: `EMESS_H_ID' defined but not used
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_nell_h.c -o build/temp.linux-i686-2.4/src/PJ_nell_h.o
In file included from src/projects.h:289,
from src/PJ_nell_h.c:5:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_nell_h.c:5:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_moll.c -o build/temp.linux-i686-2.4/src/PJ_moll.o
In file included from src/projects.h:289,
from src/PJ_moll.c:7:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_moll.c:7:
src/projects.h:440: warning: function declaration isn't a prototype
src/PJ_moll.c: In function `s_inverse':
src/PJ_moll.c:33: warning: unused variable `th'
src/PJ_moll.c:33: warning: unused variable `s'
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_airy.c -o build/temp.linux-i686-2.4/src/PJ_airy.o
In file included from src/projects.h:289,
from src/PJ_airy.c:44:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_airy.c:44:
src/projects.h:440: warning: function declaration isn't a prototype
src/PJ_airy.c:46: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_list.c -o build/temp.linux-i686-2.4/src/PJ_list.o
In file included from src/projects.h:289,
from src/PJ_list.c:8:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_list.c:8:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/dmstor.c -o build/temp.linux-i686-2.4/src/dmstor.o
In file included from src/projects.h:289,
from src/dmstor.c:5:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/dmstor.c:5:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_bacon.c -o build/temp.linux-i686-2.4/src/PJ_bacon.o
In file included from src/projects.h:289,
from src/PJ_bacon.c:10:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_bacon.c:10:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_vandg4.c -o build/temp.linux-i686-2.4/src/PJ_vandg4.o
In file included from src/projects.h:289,
from src/PJ_vandg4.c:5:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_vandg4.c:5:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_eck3.c -o build/temp.linux-i686-2.4/src/PJ_eck3.o
In file included from src/projects.h:289,
from src/PJ_eck3.c:7:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_eck3.c:7:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/nad_cvt.c -o build/temp.linux-i686-2.4/src/nad_cvt.o
In file included from src/projects.h:289,
from src/nad_cvt.c:5:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/nad_cvt.c:5:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_cass.c -o build/temp.linux-i686-2.4/src/PJ_cass.o
In file included from src/projects.h:289,
from src/PJ_cass.c:17:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_cass.c:17:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_geos.c -o build/temp.linux-i686-2.4/src/PJ_geos.o
In file included from src/projects.h:289,
from src/PJ_geos.c:40:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_geos.c:40:
src/projects.h:440: warning: function declaration isn't a prototype
src/PJ_geos.c: In function `s_inverse':
src/PJ_geos.c:82: warning: unused variable `c'
src/PJ_geos.c: In function `e_inverse':
src/PJ_geos.c:103: warning: unused variable `c'
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_gnom.c -o build/temp.linux-i686-2.4/src/PJ_gnom.o
In file included from src/projects.h:289,
from src/PJ_gnom.c:9:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_gnom.c:9:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_larr.c -o build/temp.linux-i686-2.4/src/PJ_larr.o
In file included from src/projects.h:289,
from src/PJ_larr.c:6:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_larr.c:6:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_factors.c -o build/temp.linux-i686-2.4/src/PJ_factors.o
In file included from src/projects.h:289,
from src/PJ_factors.c:6:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_factors.c:6:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_boggs.c -o build/temp.linux-i686-2.4/src/PJ_boggs.o
In file included from src/projects.h:289,
from src/PJ_boggs.c:5:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_boggs.c:5:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_lcc.c -o build/temp.linux-i686-2.4/src/PJ_lcc.o
In file included from src/projects.h:289,
from src/PJ_lcc.c:13:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_lcc.c:13:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/geod_inv.c -o build/temp.linux-i686-2.4/src/geod_inv.o
In file included from src/projects.h:289,
from src/geod_inv.c:4:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/geod_inv.c:4:
src/projects.h:440: warning: function declaration isn't a prototype
src/geodesic.h:2: warning: `GEODESIC_H_ID' defined but not used
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_lcca.c -o build/temp.linux-i686-2.4/src/PJ_lcca.o
In file included from src/projects.h:289,
from src/PJ_lcca.c:15:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_lcca.c:15:
src/projects.h:440: warning: function declaration isn't a prototype
src/PJ_lcca.c: In function `e_forward':
src/PJ_lcca.c:29: warning: unused variable `S3'
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_tcc.c -o build/temp.linux-i686-2.4/src/PJ_tcc.o
In file included from src/projects.h:289,
from src/PJ_tcc.c:8:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_tcc.c:8:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_sts.c -o build/temp.linux-i686-2.4/src/PJ_sts.o
In file included from src/projects.h:289,
from src/PJ_sts.c:8:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_sts.c:8:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_robin.c -o build/temp.linux-i686-2.4/src/PJ_robin.o
In file included from src/projects.h:289,
from src/PJ_robin.c:5:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_robin.c:5:
src/projects.h:440: warning: function declaration isn't a prototype
src/PJ_robin.c:13: warning: missing braces around initializer
src/PJ_robin.c:13: warning: (near initialization for `X[0]')
src/PJ_robin.c:33: warning: missing braces around initializer
src/PJ_robin.c:33: warning: (near initialization for `Y[0]')
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_putp3.c -o build/temp.linux-i686-2.4/src/PJ_putp3.o
In file included from src/projects.h:289,
from src/PJ_putp3.c:7:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_putp3.c:7:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_gall.c -o build/temp.linux-i686-2.4/src/PJ_gall.o
In file included from src/projects.h:289,
from src/PJ_gall.c:5:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_gall.c:5:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_poly.c -o build/temp.linux-i686-2.4/src/PJ_poly.o
In file included from src/projects.h:289,
from src/PJ_poly.c:8:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_poly.c:8:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_nsper.c -o build/temp.linux-i686-2.4/src/PJ_nsper.o
In file included from src/projects.h:289,
from src/PJ_nsper.c:20:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_nsper.c:20:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/pj_strerrno.c -o build/temp.linux-i686-2.4/src/pj_strerrno.o
In file included from src/projects.h:289,
from src/pj_strerrno.c:5:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/pj_strerrno.c:5:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_gins8.c -o build/temp.linux-i686-2.4/src/PJ_gins8.o
In file included from src/projects.h:289,
from src/PJ_gins8.c:5:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_gins8.c:5:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_goode.c -o build/temp.linux-i686-2.4/src/PJ_goode.o
In file included from src/projects.h:289,
from src/PJ_goode.c:8:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_goode.c:8:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_collg.c -o build/temp.linux-i686-2.4/src/PJ_collg.o
In file included from src/projects.h:289,
from src/PJ_collg.c:5:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_collg.c:5:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/geod_set.c -o build/temp.linux-i686-2.4/src/geod_set.o
In file included from src/projects.h:289,
from src/geod_set.c:8:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/geod_set.c:8:
src/projects.h:440: warning: function declaration isn't a prototype
src/geod_set.c: In function `geod_set':
src/geod_set.c:29: warning: suggest parentheses around assignment used as truth value
src/geod_set.c:38: warning: suggest parentheses around assignment used as truth value
src/geod_set.c:59: warning: suggest parentheses around assignment used as truth value
src/geod_set.c:67: warning: suggest parentheses around assignment used as truth value
src/geod_set.c:13: warning: `curr' might be used uninitialized in this function
src/geod_set.c: At top level:
src/geodesic.h:2: warning: `GEODESIC_H_ID' defined but not used
src/emess.h:6: warning: `EMESS_H_ID' defined but not used
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_msfn.c -o build/temp.linux-i686-2.4/src/PJ_msfn.o
In file included from src/projects.h:289,
from src/PJ_msfn.c:6:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_msfn.c:6:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/bchgen.c -o build/temp.linux-i686-2.4/src/bchgen.o
In file included from src/projects.h:289,
from src/bchgen.c:5:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/bchgen.c:5:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_lsat.c -o build/temp.linux-i686-2.4/src/PJ_lsat.o
In file included from src/projects.h:289,
from src/PJ_lsat.c:9:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_lsat.c:9:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_rpoly.c -o build/temp.linux-i686-2.4/src/PJ_rpoly.o
In file included from src/projects.h:289,
from src/PJ_rpoly.c:11:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_rpoly.c:11:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_aitoff.c -o build/temp.linux-i686-2.4/src/PJ_aitoff.o
In file included from src/projects.h:289,
from src/PJ_aitoff.c:41:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_aitoff.c:41:
src/projects.h:440: warning: function declaration isn't a prototype
src/PJ_aitoff.c:43: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_aeqd.c -o build/temp.linux-i686-2.4/src/PJ_aeqd.o
In file included from src/projects.h:289,
from src/PJ_aeqd.c:47:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_aeqd.c:47:
src/projects.h:440: warning: function declaration isn't a prototype
src/PJ_aeqd.c:49: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_nzmg.c -o build/temp.linux-i686-2.4/src/PJ_nzmg.o
In file included from src/projects.h:289,
from src/PJ_nzmg.c:39:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_nzmg.c:39:
src/projects.h:440: warning: function declaration isn't a prototype
src/PJ_nzmg.c:41: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_tpeqd.c -o build/temp.linux-i686-2.4/src/PJ_tpeqd.o
In file included from src/projects.h:289,
from src/PJ_tpeqd.c:8:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_tpeqd.c:8:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_bipc.c -o build/temp.linux-i686-2.4/src/PJ_bipc.o
In file included from src/projects.h:289,
from src/PJ_bipc.c:7:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_bipc.c:7:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/p_series.c -o build/temp.linux-i686-2.4/src/p_series.o
In file included from src/projects.h:289,
from src/p_series.c:5:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/p_series.c:5:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_eck4.c -o build/temp.linux-i686-2.4/src/PJ_eck4.o
In file included from src/projects.h:289,
from src/PJ_eck4.c:5:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_eck4.c:5:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_mbtfpp.c -o build/temp.linux-i686-2.4/src/PJ_mbtfpp.o
In file included from src/projects.h:289,
from src/PJ_mbtfpp.c:5:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_mbtfpp.c:5:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_mbt_fps.c -o build/temp.linux-i686-2.4/src/PJ_mbt_fps.o
In file included from src/projects.h:289,
from src/PJ_mbt_fps.c:5:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_mbt_fps.c:5:
src/projects.h:440: warning: function declaration isn't a prototype
src/PJ_mbt_fps.c: In function `s_inverse':
src/PJ_mbt_fps.c:33: warning: unused variable `s'
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/geocent.c -o build/temp.linux-i686-2.4/src/geocent.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_latlong.c -o build/temp.linux-i686-2.4/src/PJ_latlong.o
In file included from src/projects.h:289,
from src/PJ_latlong.c:43:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_latlong.c:43:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_deriv.c -o build/temp.linux-i686-2.4/src/PJ_deriv.o
In file included from src/projects.h:289,
from src/PJ_deriv.c:6:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_deriv.c:6:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_nocol.c -o build/temp.linux-i686-2.4/src/PJ_nocol.o
In file included from src/projects.h:289,
from src/PJ_nocol.c:5:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_nocol.c:5:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_chamb.c -o build/temp.linux-i686-2.4/src/PJ_chamb.o
In file included from src/projects.h:289,
from src/PJ_chamb.c:16:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_chamb.c:16:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_imw_p.c -o build/temp.linux-i686-2.4/src/PJ_imw_p.o
In file included from src/projects.h:289,
from src/PJ_imw_p.c:10:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_imw_p.c:10:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_fouc_s.c -o build/temp.linux-i686-2.4/src/PJ_fouc_s.o
In file included from src/projects.h:289,
from src/PJ_fouc_s.c:7:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_fouc_s.c:7:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_denoy.c -o build/temp.linux-i686-2.4/src/PJ_denoy.o
In file included from src/projects.h:289,
from src/PJ_denoy.c:5:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_denoy.c:5:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_errno.c -o build/temp.linux-i686-2.4/src/PJ_errno.o
In file included from src/projects.h:289,
from src/PJ_errno.c:6:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_errno.c:6:
src/projects.h:440: warning: function declaration isn't a prototype
src/PJ_errno.c:8: warning: `pj_errno' initialized and declared `extern'
src/PJ_errno.c:16: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_loxim.c -o build/temp.linux-i686-2.4/src/PJ_loxim.o
In file included from src/projects.h:289,
from src/PJ_loxim.c:9:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_loxim.c:9:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_wink1.c -o build/temp.linux-i686-2.4/src/PJ_wink1.o
In file included from src/projects.h:289,
from src/PJ_wink1.c:7:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_wink1.c:7:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/bch2bps.c -o build/temp.linux-i686-2.4/src/bch2bps.o
In file included from src/projects.h:289,
from src/bch2bps.c:5:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/bch2bps.c:5:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_utils.c -o build/temp.linux-i686-2.4/src/PJ_utils.o
In file included from src/projects.h:289,
from src/PJ_utils.c:49:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_utils.c:49:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_mpoly.c -o build/temp.linux-i686-2.4/src/PJ_mpoly.o
In file included from src/projects.h:289,
from src/PJ_mpoly.c:7:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_mpoly.c:7:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_sconics.c -o build/temp.linux-i686-2.4/src/PJ_sconics.o
In file included from src/projects.h:289,
from src/PJ_sconics.c:12:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_sconics.c:12:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_auth.c -o build/temp.linux-i686-2.4/src/PJ_auth.o
In file included from src/projects.h:289,
from src/PJ_auth.c:5:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_auth.c:5:
src/projects.h:440: warning: function declaration isn't a prototype
src/PJ_auth.c: In function `pj_authset':
src/PJ_auth.c:17: warning: suggest parentheses around assignment used as truth value
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_phi2.c -o build/temp.linux-i686-2.4/src/PJ_phi2.o
In file included from src/projects.h:289,
from src/PJ_phi2.c:5:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_phi2.c:5:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_tmerc.c -o build/temp.linux-i686-2.4/src/PJ_tmerc.o
In file included from src/projects.h:289,
from src/PJ_tmerc.c:9:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_tmerc.c:9:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_lagrng.c -o build/temp.linux-i686-2.4/src/PJ_lagrng.o
In file included from src/projects.h:289,
from src/PJ_lagrng.c:10:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_lagrng.c:10:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_crast.c -o build/temp.linux-i686-2.4/src/PJ_crast.o
In file included from src/projects.h:289,
from src/PJ_crast.c:5:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_crast.c:5:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_vandg2.c -o build/temp.linux-i686-2.4/src/PJ_vandg2.o
In file included from src/projects.h:289,
from src/PJ_vandg2.c:9:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_vandg2.c:9:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/rtodms.c -o build/temp.linux-i686-2.4/src/rtodms.o
In file included from src/projects.h:289,
from src/rtodms.c:5:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/rtodms.c:5:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_eck1.c -o build/temp.linux-i686-2.4/src/PJ_eck1.o
In file included from src/projects.h:289,
from src/PJ_eck1.c:5:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_eck1.c:5:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/emess.c -o build/temp.linux-i686-2.4/src/emess.o
In file included from src/emess.c:11:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
src/emess.h:6: warning: `EMESS_H_ID' defined but not used
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_eck5.c -o build/temp.linux-i686-2.4/src/PJ_eck5.o
In file included from src/projects.h:289,
from src/PJ_eck5.c:5:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_eck5.c:5:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_cc.c -o build/temp.linux-i686-2.4/src/PJ_cc.o
In file included from src/projects.h:289,
from src/PJ_cc.c:7:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_cc.c:7:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_mbtfpq.c -o build/temp.linux-i686-2.4/src/PJ_mbtfpq.o
In file included from src/projects.h:289,
from src/PJ_mbtfpq.c:5:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_mbtfpq.c:5:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/pj_gridinfo.c -o build/temp.linux-i686-2.4/src/pj_gridinfo.o
In file included from src/projects.h:289,
from src/pj_gridinfo.c:58:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/pj_gridinfo.c:58:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_nell.c -o build/temp.linux-i686-2.4/src/PJ_nell.o
In file included from src/projects.h:289,
from src/PJ_nell.c:5:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_nell.c:5:
src/projects.h:440: warning: function declaration isn't a prototype
src/PJ_nell.c: In function `s_inverse':
src/PJ_nell.c:27: warning: unused variable `th'
src/PJ_nell.c:27: warning: unused variable `s'
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/vector1.c -o build/temp.linux-i686-2.4/src/vector1.o
In file included from src/projects.h:289,
from src/vector1.c:6:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/vector1.c:6:
src/projects.h:440: warning: function declaration isn't a prototype
src/vector1.c: In function `vector2':
src/vector1.c:21: warning: suggest parentheses around assignment used as truth value
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_putp4p.c -o build/temp.linux-i686-2.4/src/PJ_putp4p.o
In file included from src/projects.h:289,
from src/PJ_putp4p.c:7:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_putp4p.c:7:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_fahey.c -o build/temp.linux-i686-2.4/src/PJ_fahey.o
In file included from src/projects.h:289,
from src/PJ_fahey.c:5:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_fahey.c:5:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_krovak.c -o build/temp.linux-i686-2.4/src/PJ_krovak.o
In file included from src/projects.h:289,
from src/PJ_krovak.c:54:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_krovak.c:54:
src/projects.h:440: warning: function declaration isn't a prototype
src/PJ_krovak.c:58: warning: function declaration isn't a prototype
src/PJ_krovak.c: In function `s_forward':
src/PJ_krovak.c:90: warning: unused variable `errmess'
src/PJ_krovak.c:91: warning: unused variable `tmp'
src/PJ_krovak.c:95: warning: unused variable `lon17'
src/PJ_krovak.c:95: warning: unused variable `lamdd'
src/PJ_krovak.c: In function `s_inverse':
src/PJ_krovak.c:161: warning: unused variable `l24'
src/PJ_krovak.c:161: warning: unused variable `lamdd'
src/PJ_krovak.c:161: warning: unused variable `lon17'
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_zpoly1.c -o build/temp.linux-i686-2.4/src/PJ_zpoly1.o
In file included from src/projects.h:289,
from src/PJ_zpoly1.c:5:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_zpoly1.c:5:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_wag2.c -o build/temp.linux-i686-2.4/src/PJ_wag2.o
In file included from src/projects.h:289,
from src/PJ_wag2.c:5:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_wag2.c:5:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_param.c -o build/temp.linux-i686-2.4/src/PJ_param.o
In file included from src/projects.h:289,
from src/PJ_param.c:5:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_param.c:5:
src/projects.h:440: warning: function declaration isn't a prototype
src/PJ_param.c: In function `pj_mkparam':
src/PJ_param.c:12: warning: suggest parentheses around assignment used as truth value
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_transform.c -o build/temp.linux-i686-2.4/src/PJ_transform.o
In file included from src/projects.h:289,
from src/PJ_transform.c:108:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_transform.c:108:
src/projects.h:440: warning: function declaration isn't a prototype
src/PJ_transform.c:113: warning: function declaration isn't a prototype
src/PJ_transform.c: In function `pj_transform':
src/PJ_transform.c:164: warning: unused variable `need_datum_shift'
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/nad_intr.c -o build/temp.linux-i686-2.4/src/nad_intr.o
In file included from src/projects.h:289,
from src/nad_intr.c:6:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/nad_intr.c:6:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/pyproj.c -o build/temp.linux-i686-2.4/src/pyproj.o
In file included from src/pyproj.c:22:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
src/pyproj.c: In function `__pyx_f_6pyproj_4Proj___new__':
src/pyproj.c:294: warning: label `__pyx_L6' defined but not used
src/pyproj.c:252: warning: label `__pyx_L5' defined but not used
src/pyproj.c: In function `__pyx_f_6pyproj_4Proj___dealloc__':
src/pyproj.c:374: warning: label `__pyx_L1' defined but not used
src/pyproj.c: In function `__pyx_f_6pyproj_4Proj__fwd':
src/pyproj.c:437: warning: unused variable `__pyx_v_u'
src/pyproj.c:438: warning: unused variable `__pyx_v_v'
src/pyproj.c:615: warning: label `__pyx_L10' defined but not used
src/pyproj.c:613: warning: label `__pyx_L9' defined but not used
src/pyproj.c:563: warning: label `__pyx_L7' defined but not used
src/pyproj.c:561: warning: label `__pyx_L6' defined but not used
src/pyproj.c: In function `__pyx_f_6pyproj_4Proj__inv':
src/pyproj.c:663: warning: unused variable `__pyx_v_u'
src/pyproj.c:664: warning: unused variable `__pyx_v_v'
src/pyproj.c:841: warning: label `__pyx_L10' defined but not used
src/pyproj.c:839: warning: label `__pyx_L9' defined but not used
src/pyproj.c:789: warning: label `__pyx_L7' defined but not used
src/pyproj.c:787: warning: label `__pyx_L6' defined but not used
src/pyproj.c: In function `__pyx_f_6pyproj__transform':
src/pyproj.c:2671: warning: label `__pyx_L14' defined but not used
src/pyproj.c:2669: warning: label `__pyx_L13' defined but not used
src/pyproj.c:2619: warning: label `__pyx_L10' defined but not used
src/pyproj.c:2617: warning: label `__pyx_L9' defined but not used
src/pyproj.c:2479: warning: `__pyx_v_zz' might be used uninitialized in this function
src/pyproj.c: In function `__Pyx_Raise':
src/pyproj.c:3281: warning: assignment from incompatible pointer type
src/pyproj.c: In function `__Pyx_EndUnpack':
src/pyproj.c:3359: warning: suggest parentheses around assignment used as truth value
src/pyproj.c: At top level:
src/pyproj.c:33: warning: `__Pyx_ReRaise' declared `static' but never defined
src/pyproj.c:37: warning: `__Pyx_TypeTest' declared `static' but never defined
src/pyproj.c:39: warning: `__Pyx_WriteUnraisable' declared `static' but never defined
src/pyproj.c:41: warning: `__Pyx_ImportType' declared `static' but never defined
src/pyproj.c:42: warning: `__Pyx_SetVtable' declared `static' but never defined
src/pyproj.c:43: warning: `__Pyx_GetVtable' declared `static' but never defined
src/pyproj.c:44: warning: `__Pyx_CreateClass' declared `static' but never defined
src/pyproj.c:47: warning: `__Pyx_InitCApi' declared `static' but never defined
src/pyproj.c:48: warning: `__Pyx_ImportModuleCApi' declared `static' but never defined
src/pyproj.c:129: warning: `__pyx_doc_6pyproj_4Proj___new__' defined but not used
src/pyproj.c:366: warning: `__pyx_doc_6pyproj_4Proj___dealloc__' defined but not used
src/pyproj.c:893: warning: `__pyx_doc_6pyproj_4Proj___call__' defined but not used
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/aasincos.c -o build/temp.linux-i686-2.4/src/aasincos.o
In file included from src/projects.h:289,
from src/aasincos.c:5:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/aasincos.c:5:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_august.c -o build/temp.linux-i686-2.4/src/PJ_august.o
In file included from src/projects.h:289,
from src/PJ_august.c:5:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_august.c:5:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_hammer.c -o build/temp.linux-i686-2.4/src/PJ_hammer.o
In file included from src/projects.h:289,
from src/PJ_hammer.c:8:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_hammer.c:8:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_tsfn.c -o build/temp.linux-i686-2.4/src/PJ_tsfn.o
In file included from src/projects.h:289,
from src/PJ_tsfn.c:6:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_tsfn.c:6:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_hatano.c -o build/temp.linux-i686-2.4/src/PJ_hatano.o
In file included from src/projects.h:289,
from src/PJ_hatano.c:5:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_hatano.c:5:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_mod_ster.c -o build/temp.linux-i686-2.4/src/PJ_mod_ster.o
In file included from src/projects.h:289,
from src/PJ_mod_ster.c:10:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_mod_ster.c:10:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_pr_list.c -o build/temp.linux-i686-2.4/src/PJ_pr_list.o
In file included from src/projects.h:289,
from src/PJ_pr_list.c:5:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_pr_list.c:5:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/pj_datum_set.c -o build/temp.linux-i686-2.4/src/pj_datum_set.o
In file included from src/projects.h:289,
from src/pj_datum_set.c:39:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/pj_datum_set.c:39:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_eqdc.c -o build/temp.linux-i686-2.4/src/PJ_eqdc.o
In file included from src/projects.h:289,
from src/PJ_eqdc.c:14:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_eqdc.c:14:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_putp5.c -o build/temp.linux-i686-2.4/src/PJ_putp5.o
In file included from src/projects.h:289,
from src/PJ_putp5.c:7:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_putp5.c:7:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/pj_ellps.c -o build/temp.linux-i686-2.4/src/pj_ellps.o
In file included from src/projects.h:289,
from src/pj_ellps.c:6:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/pj_ellps.c:6:
src/projects.h:440: warning: function declaration isn't a prototype
src/pj_ellps.c:9: warning: `pj_ellps' initialized and declared `extern'
src/pj_ellps.c:10: warning: missing braces around initializer
src/pj_ellps.c:10: warning: (near initialization for `pj_ellps[0]')
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_stere.c -o build/temp.linux-i686-2.4/src/PJ_stere.o
In file included from src/projects.h:289,
from src/PJ_stere.c:11:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_stere.c:11:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_gauss.c -o build/temp.linux-i686-2.4/src/PJ_gauss.o
In file included from src/projects.h:289,
from src/PJ_gauss.c:29:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_gauss.c:29:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_geocent.c -o build/temp.linux-i686-2.4/src/PJ_geocent.o
In file included from src/projects.h:289,
from src/PJ_geocent.c:39:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_geocent.c:39:
src/projects.h:440: warning: function declaration isn't a prototype
src/PJ_geocent.c:41: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_labrd.c -o build/temp.linux-i686-2.4/src/PJ_labrd.o
In file included from src/projects.h:289,
from src/PJ_labrd.c:8:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_labrd.c:8:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_ell_set.c -o build/temp.linux-i686-2.4/src/PJ_ell_set.o
In file included from src/projects.h:289,
from src/PJ_ell_set.c:5:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_ell_set.c:5:
src/projects.h:440: warning: function declaration isn't a prototype
src/PJ_ell_set.c: In function `pj_ell_set':
src/PJ_ell_set.c:27: warning: suggest parentheses around assignment used as truth value
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_wink2.c -o build/temp.linux-i686-2.4/src/PJ_wink2.o
In file included from src/projects.h:289,
from src/PJ_wink2.c:7:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_wink2.c:7:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_lask.c -o build/temp.linux-i686-2.4/src/PJ_lask.o
In file included from src/projects.h:289,
from src/PJ_lask.c:6:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_lask.c:6:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_ortho.c -o build/temp.linux-i686-2.4/src/PJ_ortho.o
In file included from src/projects.h:289,
from src/PJ_ortho.c:9:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_ortho.c:9:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_mlfn.c -o build/temp.linux-i686-2.4/src/PJ_mlfn.o
In file included from src/projects.h:289,
from src/PJ_mlfn.c:4:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_mlfn.c:4:
src/projects.h:440: warning: function declaration isn't a prototype
src/PJ_mlfn.c: In function `pj_enfn':
src/PJ_mlfn.c:29: warning: suggest parentheses around assignment used as truth value
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_vandg.c -o build/temp.linux-i686-2.4/src/PJ_vandg.o
In file included from src/projects.h:289,
from src/PJ_vandg.c:5:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_vandg.c:5:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_bonne.c -o build/temp.linux-i686-2.4/src/PJ_bonne.o
In file included from src/projects.h:289,
from src/PJ_bonne.c:11:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_bonne.c:11:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_units.c -o build/temp.linux-i686-2.4/src/PJ_units.o
In file included from src/projects.h:289,
from src/PJ_units.c:6:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_units.c:6:
src/projects.h:440: warning: function declaration isn't a prototype
src/PJ_units.c:11: warning: `pj_units' initialized and declared `extern'
src/PJ_units.c:12: warning: missing braces around initializer
src/PJ_units.c:12: warning: (near initialization for `pj_units[0]')
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_omerc.c -o build/temp.linux-i686-2.4/src/PJ_omerc.o
In file included from src/projects.h:289,
from src/PJ_omerc.c:9:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_omerc.c:9:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_qsfn.c -o build/temp.linux-i686-2.4/src/PJ_qsfn.o
In file included from src/projects.h:289,
from src/PJ_qsfn.c:6:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_qsfn.c:6:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_ocea.c -o build/temp.linux-i686-2.4/src/PJ_ocea.o
In file included from src/projects.h:289,
from src/PJ_ocea.c:12:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_ocea.c:12:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_urmfps.c -o build/temp.linux-i686-2.4/src/PJ_urmfps.o
In file included from src/projects.h:289,
from src/PJ_urmfps.c:7:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_urmfps.c:7:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_release.c -o build/temp.linux-i686-2.4/src/PJ_release.o
In file included from src/projects.h:289,
from src/PJ_release.c:3:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_release.c:3:
src/projects.h:440: warning: function declaration isn't a prototype
src/PJ_release.c:9: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_sterea.c -o build/temp.linux-i686-2.4/src/PJ_sterea.o
In file included from src/projects.h:289,
from src/PJ_sterea.c:35:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_sterea.c:35:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_ob_tran.c -o build/temp.linux-i686-2.4/src/PJ_ob_tran.o
In file included from src/projects.h:289,
from src/PJ_ob_tran.c:9:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_ob_tran.c:9:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_eck2.c -o build/temp.linux-i686-2.4/src/PJ_eck2.o
In file included from src/projects.h:289,
from src/PJ_eck2.c:5:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_eck2.c:5:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_datums.c -o build/temp.linux-i686-2.4/src/PJ_datums.o
In file included from src/projects.h:289,
from src/PJ_datums.c:71:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_datums.c:71:
src/projects.h:440: warning: function declaration isn't a prototype
src/PJ_datums.c:79: warning: `pj_datums' initialized and declared `extern'
src/PJ_datums.c:82: warning: missing braces around initializer
src/PJ_datums.c:82: warning: (near initialization for `pj_datums[0]')
src/PJ_datums.c:105: warning: `pj_prime_meridians' initialized and declared `extern'
src/PJ_datums.c:108: warning: missing braces around initializer
src/PJ_datums.c:108: warning: (near initialization for `pj_prime_meridians[0]')
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_aea.c -o build/temp.linux-i686-2.4/src/PJ_aea.o
In file included from src/projects.h:289,
from src/PJ_aea.c:53:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_aea.c:53:
src/projects.h:440: warning: function declaration isn't a prototype
src/PJ_aea.c:55: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_cea.c -o build/temp.linux-i686-2.4/src/PJ_cea.o
In file included from src/projects.h:289,
from src/PJ_cea.c:8:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_cea.c:8:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/pj_inv.c -o build/temp.linux-i686-2.4/src/pj_inv.o
In file included from src/projects.h:289,
from src/pj_inv.c:6:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/pj_inv.c:6:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_wag3.c -o build/temp.linux-i686-2.4/src/PJ_wag3.o
In file included from src/projects.h:289,
from src/PJ_wag3.c:7:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_wag3.c:7:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_gn_sinu.c -o build/temp.linux-i686-2.4/src/PJ_gn_sinu.o
In file included from src/projects.h:289,
from src/PJ_gn_sinu.c:8:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_gn_sinu.c:8:
src/projects.h:440: warning: function declaration isn't a prototype
src/PJ_gn_sinu.c: In function `s_inverse':
src/PJ_gn_sinu.c:58: warning: unused variable `s'
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_laea.c -o build/temp.linux-i686-2.4/src/PJ_laea.o
In file included from src/projects.h:289,
from src/PJ_laea.c:16:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_laea.c:16:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_init.c -o build/temp.linux-i686-2.4/src/PJ_init.o
In file included from src/projects.h:289,
from src/PJ_init.c:71:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_init.c:71:
src/projects.h:440: warning: function declaration isn't a prototype
src/PJ_init.c:76: warning: function declaration isn't a prototype
src/PJ_init.c: In function `get_defaults':
src/PJ_init.c:129: warning: suggest parentheses around assignment used as truth value
src/PJ_init.c: In function `get_init':
src/PJ_init.c:149: warning: suggest parentheses around assignment used as truth value
src/PJ_init.c:152: warning: suggest parentheses around assignment used as truth value
src/PJ_init.c: In function `pj_init':
src/PJ_init.c:335: warning: suggest parentheses around assignment used as truth value
src/PJ_init.c:350: warning: suggest parentheses around assignment used as truth value
src/PJ_init.c:236: warning: `curr' might be used uninitialized in this function
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/PJ_oea.c -o build/temp.linux-i686-2.4/src/PJ_oea.o
In file included from src/projects.h:289,
from src/PJ_oea.c:10:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/PJ_oea.c:10:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/pj_tsfn.c -o build/temp.linux-i686-2.4/src/pj_tsfn.o
In file included from src/projects.h:289,
from src/pj_tsfn.c:6:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/pj_tsfn.c:6:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/pj_pr_list.c -o build/temp.linux-i686-2.4/src/pj_pr_list.o
In file included from src/projects.h:289,
from src/pj_pr_list.c:5:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/pj_pr_list.c:5:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/pj_ell_set.c -o build/temp.linux-i686-2.4/src/pj_ell_set.o
In file included from src/projects.h:289,
from src/pj_ell_set.c:5:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/pj_ell_set.c:5:
src/projects.h:440: warning: function declaration isn't a prototype
src/pj_ell_set.c: In function `pj_ell_set':
src/pj_ell_set.c:27: warning: suggest parentheses around assignment used as truth value
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/pj_mlfn.c -o build/temp.linux-i686-2.4/src/pj_mlfn.o
In file included from src/projects.h:289,
from src/pj_mlfn.c:4:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/pj_mlfn.c:4:
src/projects.h:440: warning: function declaration isn't a prototype
src/pj_mlfn.c: In function `pj_enfn':
src/pj_mlfn.c:29: warning: suggest parentheses around assignment used as truth value
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/pj_units.c -o build/temp.linux-i686-2.4/src/pj_units.o
In file included from src/projects.h:289,
from src/pj_units.c:6:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/pj_units.c:6:
src/projects.h:440: warning: function declaration isn't a prototype
src/pj_units.c:11: warning: `pj_units' initialized and declared `extern'
src/pj_units.c:12: warning: missing braces around initializer
src/pj_units.c:12: warning: (near initialization for `pj_units[0]')
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/pj_qsfn.c -o build/temp.linux-i686-2.4/src/pj_qsfn.o
In file included from src/projects.h:289,
from src/pj_qsfn.c:6:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/pj_qsfn.c:6:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/pj_release.c -o build/temp.linux-i686-2.4/src/pj_release.o
In file included from src/projects.h:289,
from src/pj_release.c:3:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/pj_release.c:3:
src/projects.h:440: warning: function declaration isn't a prototype
src/pj_release.c:9: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/pj_malloc.c -o build/temp.linux-i686-2.4/src/pj_malloc.o
In file included from src/projects.h:289,
from src/pj_malloc.c:8:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/pj_malloc.c:8:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/pj_fwd.c -o build/temp.linux-i686-2.4/src/pj_fwd.o
In file included from src/projects.h:289,
from src/pj_fwd.c:6:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/pj_fwd.c:6:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/pj_list.c -o build/temp.linux-i686-2.4/src/pj_list.o
In file included from src/projects.h:289,
from src/pj_list.c:8:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/pj_list.c:8:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/proj_rouss.c -o build/temp.linux-i686-2.4/src/proj_rouss.o
In file included from src/projects.h:289,
from src/proj_rouss.c:36:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/proj_rouss.c:36:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/pj_factors.c -o build/temp.linux-i686-2.4/src/pj_factors.o
In file included from src/projects.h:289,
from src/pj_factors.c:6:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/pj_factors.c:6:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/pj_msfn.c -o build/temp.linux-i686-2.4/src/pj_msfn.o
In file included from src/projects.h:289,
from src/pj_msfn.c:6:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/pj_msfn.c:6:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/pj_deriv.c -o build/temp.linux-i686-2.4/src/pj_deriv.o
In file included from src/projects.h:289,
from src/pj_deriv.c:6:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/pj_deriv.c:6:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/pj_errno.c -o build/temp.linux-i686-2.4/src/pj_errno.o
In file included from src/projects.h:289,
from src/pj_errno.c:6:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/pj_errno.c:6:
src/projects.h:440: warning: function declaration isn't a prototype
src/pj_errno.c:8: warning: `pj_errno' initialized and declared `extern'
src/pj_errno.c:16: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/pj_auth.c -o build/temp.linux-i686-2.4/src/pj_auth.o
In file included from src/projects.h:289,
from src/pj_auth.c:5:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/pj_auth.c:5:
src/projects.h:440: warning: function declaration isn't a prototype
src/pj_auth.c: In function `pj_authset':
src/pj_auth.c:17: warning: suggest parentheses around assignment used as truth value
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/pj_phi2.c -o build/temp.linux-i686-2.4/src/pj_phi2.o
In file included from src/projects.h:289,
from src/pj_phi2.c:5:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/pj_phi2.c:5:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/proj_mdist.c -o build/temp.linux-i686-2.4/src/proj_mdist.o
In file included from src/projects.h:289,
from src/proj_mdist.c:33:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/proj_mdist.c:33:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/pj_zpoly1.c -o build/temp.linux-i686-2.4/src/pj_zpoly1.o
In file included from src/projects.h:289,
from src/pj_zpoly1.c:5:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/pj_zpoly1.c:5:
src/projects.h:440: warning: function declaration isn't a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -Isrc -I/usr/include/python2.4 -c src/pj_param.c -o build/temp.linux-i686-2.4/src/pj_param.o
In file included from src/projects.h:289,
from src/pj_param.c:5:
src/proj_api.h:129: warning: function declaration isn't a prototype
src/proj_api.h:143: warning: function declaration isn't a prototype
src/proj_api.h:144: warning: function declaration isn't a prototype
In file included from src/pj_param.c:5:
src/projects.h:440: warning: function declaration isn't a prototype
src/pj_param.c: In function `pj_mkparam':
src/pj_param.c:12: warning: suggest parentheses around assignment used as truth value
gcc -pthread -shared build/temp.linux-i686-2.4/src/PJ_gridlist.o build/temp.linux-i686-2.4/src/PJ_wag7.o build/temp.linux-i686-2.4/src/PJ_malloc.o build/temp.linux-i686-2.4/src/PJ_eqc.o build/temp.linux-i686-2.4/src/PJ_putp2.o build/temp.linux-i686-2.4/src/PJ_tcea.o build/temp.linux-i686-2.4/src/adjlon.o build/temp.linux-i686-2.4/src/PJ_putp6.o build/temp.linux-i686-2.4/src/PJ_fwd.o build/temp.linux-i686-2.4/src/pj_open_lib.o build/temp.linux-i686-2.4/src/PJ_merc.o build/temp.linux-i686-2.4/src/PJ_urm5.o build/temp.linux-i686-2.4/src/PJ_somerc.o build/temp.linux-i686-2.4/src/mk_cheby.o build/temp.linux-i686-2.4/src/PJ_apply_gridshift.o build/temp.linux-i686-2.4/src/geod_for.o build/temp.linux-i686-2.4/src/nad_init.o build/temp.linux-i686-2.4/src/PJ_mill.o build/temp.linux-i686-2.4/src/biveval.o build/temp.linux-i686-2.4/src/gen_cheb.o build/temp.linux-i686-2.4/src/PJ_nell_h.o build/temp.linux-i686-2.4/src/PJ_moll.o build/temp.linux-i686-2.4/src/PJ_airy.o build/temp.linux-i686-2.4/src/PJ_list.o build/temp.linux-i686-2.4/src/dmstor.o build/temp.linux-i686-2.4/src/PJ_bacon.o build/temp.linux-i686-2.4/src/PJ_vandg4.o build/temp.linux-i686-2.4/src/PJ_eck3.o build/temp.linux-i686-2.4/src/nad_cvt.o build/temp.linux-i686-2.4/src/PJ_cass.o build/temp.linux-i686-2.4/src/PJ_geos.o build/temp.linux-i686-2.4/src/PJ_gnom.o build/temp.linux-i686-2.4/src/PJ_larr.o build/temp.linux-i686-2.4/src/PJ_factors.o build/temp.linux-i686-2.4/src/PJ_boggs.o build/temp.linux-i686-2.4/src/PJ_lcc.o build/temp.linux-i686-2.4/src/geod_inv.o build/temp.linux-i686-2.4/src/PJ_lcca.o build/temp.linux-i686-2.4/src/PJ_tcc.o build/temp.linux-i686-2.4/src/PJ_sts.o build/temp.linux-i686-2.4/src/PJ_robin.o build/temp.linux-i686-2.4/src/PJ_putp3.o build/temp.linux-i686-2.4/src/PJ_gall.o build/temp.linux-i686-2.4/src/PJ_poly.o build/temp.linux-i686-2.4/src/PJ_nsper.o build/temp.linux-i686-2.4/src/pj_strerrno.o build/temp.linux-i686-2.4/src/PJ_gins8.o build/temp.linux-i686-2.4/src/PJ_goode.o build/temp.linux-i686-2.4/src/PJ_collg.o build/temp.linux-i686-2.4/src/geod_set.o build/temp.linux-i686-2.4/src/PJ_msfn.o build/temp.linux-i686-2.4/src/bchgen.o build/temp.linux-i686-2.4/src/PJ_lsat.o build/temp.linux-i686-2.4/src/PJ_rpoly.o build/temp.linux-i686-2.4/src/PJ_aitoff.o build/temp.linux-i686-2.4/src/PJ_aeqd.o build/temp.linux-i686-2.4/src/PJ_nzmg.o build/temp.linux-i686-2.4/src/PJ_tpeqd.o build/temp.linux-i686-2.4/src/PJ_bipc.o build/temp.linux-i686-2.4/src/p_series.o build/temp.linux-i686-2.4/src/PJ_eck4.o build/temp.linux-i686-2.4/src/PJ_mbtfpp.o build/temp.linux-i686-2.4/src/PJ_mbt_fps.o build/temp.linux-i686-2.4/src/geocent.o build/temp.linux-i686-2.4/src/PJ_latlong.o build/temp.linux-i686-2.4/src/PJ_deriv.o build/temp.linux-i686-2.4/src/PJ_nocol.o build/temp.linux-i686-2.4/src/PJ_chamb.o build/temp.linux-i686-2.4/src/PJ_imw_p.o build/temp.linux-i686-2.4/src/PJ_fouc_s.o build/temp.linux-i686-2.4/src/PJ_denoy.o build/temp.linux-i686-2.4/src/PJ_errno.o build/temp.linux-i686-2.4/src/PJ_loxim.o build/temp.linux-i686-2.4/src/PJ_wink1.o build/temp.linux-i686-2.4/src/bch2bps.o build/temp.linux-i686-2.4/src/PJ_utils.o build/temp.linux-i686-2.4/src/PJ_mpoly.o build/temp.linux-i686-2.4/src/PJ_sconics.o build/temp.linux-i686-2.4/src/PJ_auth.o build/temp.linux-i686-2.4/src/PJ_phi2.o build/temp.linux-i686-2.4/src/PJ_tmerc.o build/temp.linux-i686-2.4/src/PJ_lagrng.o build/temp.linux-i686-2.4/src/PJ_crast.o build/temp.linux-i686-2.4/src/PJ_vandg2.o build/temp.linux-i686-2.4/src/rtodms.o build/temp.linux-i686-2.4/src/PJ_eck1.o build/temp.linux-i686-2.4/src/emess.o build/temp.linux-i686-2.4/src/PJ_eck5.o build/temp.linux-i686-2.4/src/PJ_cc.o build/temp.linux-i686-2.4/src/PJ_mbtfpq.o build/temp.linux-i686-2.4/src/pj_gridinfo.o build/temp.linux-i686-2.4/src/PJ_nell.o build/temp.linux-i686-2.4/src/vector1.o build/temp.linux-i686-2.4/src/PJ_putp4p.o build/temp.linux-i686-2.4/src/PJ_fahey.o build/temp.linux-i686-2.4/src/PJ_krovak.o build/temp.linux-i686-2.4/src/PJ_zpoly1.o build/temp.linux-i686-2.4/src/PJ_wag2.o build/temp.linux-i686-2.4/src/PJ_param.o build/temp.linux-i686-2.4/src/PJ_transform.o build/temp.linux-i686-2.4/src/nad_intr.o build/temp.linux-i686-2.4/src/pyproj.o build/temp.linux-i686-2.4/src/aasincos.o build/temp.linux-i686-2.4/src/PJ_august.o build/temp.linux-i686-2.4/src/PJ_hammer.o build/temp.linux-i686-2.4/src/PJ_tsfn.o build/temp.linux-i686-2.4/src/PJ_hatano.o build/temp.linux-i686-2.4/src/PJ_mod_ster.o build/temp.linux-i686-2.4/src/PJ_pr_list.o build/temp.linux-i686-2.4/src/pj_datum_set.o build/temp.linux-i686-2.4/src/PJ_eqdc.o build/temp.linux-i686-2.4/src/PJ_putp5.o build/temp.linux-i686-2.4/src/pj_ellps.o build/temp.linux-i686-2.4/src/PJ_stere.o build/temp.linux-i686-2.4/src/PJ_gauss.o build/temp.linux-i686-2.4/src/PJ_geocent.o build/temp.linux-i686-2.4/src/PJ_labrd.o build/temp.linux-i686-2.4/src/PJ_ell_set.o build/temp.linux-i686-2.4/src/PJ_wink2.o build/temp.linux-i686-2.4/src/PJ_lask.o build/temp.linux-i686-2.4/src/PJ_ortho.o build/temp.linux-i686-2.4/src/PJ_mlfn.o build/temp.linux-i686-2.4/src/PJ_vandg.o build/temp.linux-i686-2.4/src/PJ_bonne.o build/temp.linux-i686-2.4/src/PJ_units.o build/temp.linux-i686-2.4/src/PJ_omerc.o build/temp.linux-i686-2.4/src/PJ_qsfn.o build/temp.linux-i686-2.4/src/PJ_ocea.o build/temp.linux-i686-2.4/src/PJ_urmfps.o build/temp.linux-i686-2.4/src/PJ_release.o build/temp.linux-i686-2.4/src/PJ_sterea.o build/temp.linux-i686-2.4/src/PJ_ob_tran.o build/temp.linux-i686-2.4/src/PJ_eck2.o build/temp.linux-i686-2.4/src/PJ_datums.o build/temp.linux-i686-2.4/src/PJ_aea.o build/temp.linux-i686-2.4/src/PJ_cea.o build/temp.linux-i686-2.4/src/pj_inv.o build/temp.linux-i686-2.4/src/PJ_wag3.o build/temp.linux-i686-2.4/src/PJ_gn_sinu.o build/temp.linux-i686-2.4/src/PJ_laea.o build/temp.linux-i686-2.4/src/PJ_init.o build/temp.linux-i686-2.4/src/PJ_oea.o build/temp.linux-i686-2.4/src/pj_tsfn.o build/temp.linux-i686-2.4/src/pj_pr_list.o build/temp.linux-i686-2.4/src/pj_ell_set.o build/temp.linux-i686-2.4/src/pj_mlfn.o build/temp.linux-i686-2.4/src/pj_units.o build/temp.linux-i686-2.4/src/pj_qsfn.o build/temp.linux-i686-2.4/src/pj_release.o build/temp.linux-i686-2.4/src/pj_malloc.o build/temp.linux-i686-2.4/src/pj_fwd.o build/temp.linux-i686-2.4/src/pj_list.o build/temp.linux-i686-2.4/src/proj_rouss.o build/temp.linux-i686-2.4/src/pj_factors.o build/temp.linux-i686-2.4/src/pj_msfn.o build/temp.linux-i686-2.4/src/pj_deriv.o build/temp.linux-i686-2.4/src/pj_errno.o build/temp.linux-i686-2.4/src/pj_auth.o build/temp.linux-i686-2.4/src/pj_phi2.o build/temp.linux-i686-2.4/src/proj_mdist.o build/temp.linux-i686-2.4/src/pj_zpoly1.o build/temp.linux-i686-2.4/src/pj_param.o -o build/lib.linux-i686-2.4/pyproj.so
build/temp.linux-i686-2.4/src/pj_tsfn.o(.text+0x0): In function `pj_tsfn':
src/pj_tsfn.c:9: multiple definition of `pj_tsfn'
build/temp.linux-i686-2.4/src/PJ_tsfn.o(.text+0x0):src/PJ_tsfn.c:9: first defined here
build/temp.linux-i686-2.4/src/pj_pr_list.o(.text+0x0): In function `pj_pr_list':
src/pj_pr_list.c:34: multiple definition of `pj_pr_list'
build/temp.linux-i686-2.4/src/PJ_pr_list.o(.text+0x0):src/PJ_pr_list.c:34: first defined here
build/temp.linux-i686-2.4/src/pj_pr_list.o(.text+0x2e0): In function `pj_get_def':
src/pj_pr_list.c:60: multiple definition of `pj_get_def'
build/temp.linux-i686-2.4/src/PJ_pr_list.o(.text+0x2e0):src/PJ_pr_list.c:60: first defined here
build/temp.linux-i686-2.4/src/pj_ell_set.o(.text+0x0): In function `pj_ell_set':
src/pj_ell_set.c:13: multiple definition of `pj_ell_set'
build/temp.linux-i686-2.4/src/PJ_ell_set.o(.text+0x0):src/PJ_ell_set.c:13: first defined here
build/temp.linux-i686-2.4/src/pj_mlfn.o(.text+0x0): In function `pj_enfn':
src/pj_mlfn.c:26: multiple definition of `pj_enfn'
build/temp.linux-i686-2.4/src/PJ_mlfn.o(.text+0x0):src/PJ_mlfn.c:26: first defined here
build/temp.linux-i686-2.4/src/pj_mlfn.o(.text+0xd0): In function `pj_mlfn':
src/pj_mlfn.c:39: multiple definition of `pj_mlfn'
build/temp.linux-i686-2.4/src/PJ_mlfn.o(.text+0xd0):src/PJ_mlfn.c:39: first defined here
build/temp.linux-i686-2.4/src/pj_mlfn.o(.text+0x110): In function `pj_inv_mlfn':
src/pj_mlfn.c:46: multiple definition of `pj_inv_mlfn'
build/temp.linux-i686-2.4/src/PJ_mlfn.o(.text+0x110):src/PJ_mlfn.c:46: first defined here
build/temp.linux-i686-2.4/src/pj_units.o(.data.rel.local+0x0):src/pj_units.c:38: multiple definition of `pj_units'
build/temp.linux-i686-2.4/src/PJ_units.o(.data.rel.local+0x0):src/PJ_units.c:38: first defined here
build/temp.linux-i686-2.4/src/pj_units.o(.text+0x0): In function `pj_get_units_ref':
src/pj_units.c:38: multiple definition of `pj_get_units_ref'
build/temp.linux-i686-2.4/src/PJ_units.o(.text+0x0):src/PJ_units.c:38: first defined here
build/temp.linux-i686-2.4/src/pj_qsfn.o(.text+0x0): In function `pj_qsfn':
src/pj_qsfn.c:10: multiple definition of `pj_qsfn'
build/temp.linux-i686-2.4/src/PJ_qsfn.o(.text+0x0):src/PJ_qsfn.c:10: first defined here
build/temp.linux-i686-2.4/src/pj_release.o(.rodata+0x0):src/pj_release.c:9: multiple definition of `pj_release'
build/temp.linux-i686-2.4/src/PJ_release.o(.rodata+0x0):src/PJ_release.c:9: first defined here
build/temp.linux-i686-2.4/src/pj_release.o(.text+0x0): In function `pj_get_release':
src/pj_release.c:9: multiple definition of `pj_get_release'
build/temp.linux-i686-2.4/src/PJ_release.o(.text+0x0):src/PJ_release.c:9: first defined here
build/temp.linux-i686-2.4/src/pj_malloc.o(.text+0x0): In function `pj_malloc':
src/pj_malloc.c:12: multiple definition of `pj_malloc'
build/temp.linux-i686-2.4/src/PJ_malloc.o(.text+0x0):src/PJ_malloc.c:12: first defined here
build/temp.linux-i686-2.4/src/pj_malloc.o(.text+0x50): In function `pj_dalloc':
src/pj_malloc.c:26: multiple definition of `pj_dalloc'
build/temp.linux-i686-2.4/src/PJ_malloc.o(.text+0x50):src/PJ_malloc.c:26: first defined here
build/temp.linux-i686-2.4/src/pj_fwd.o(.text+0x0): In function `pj_fwd':
src/pj_fwd.c:10: multiple definition of `pj_fwd'
build/temp.linux-i686-2.4/src/PJ_fwd.o(.text+0x0):src/PJ_fwd.c:10: first defined here
build/temp.linux-i686-2.4/src/pj_list.o(.data.rel+0x0):src/pj_list.c:12: multiple definition of `pj_list'
build/temp.linux-i686-2.4/src/PJ_list.o(.data.rel+0x0):src/PJ_list.c:12: first defined here
build/temp.linux-i686-2.4/src/pj_list.o(.text+0x0): In function `pj_get_list_ref':
src/pj_list.c:12: multiple definition of `pj_get_list_ref'
build/temp.linux-i686-2.4/src/PJ_list.o(.text+0x0):src/PJ_list.c:12: first defined here
build/temp.linux-i686-2.4/src/pj_factors.o(.text+0x0): In function `pj_factors':
src/pj_factors.c:13: multiple definition of `pj_factors'
build/temp.linux-i686-2.4/src/PJ_factors.o(.text+0x0):src/PJ_factors.c:13: first defined here
build/temp.linux-i686-2.4/src/pj_msfn.o(.text+0x0): In function `pj_msfn':
src/pj_msfn.c:8: multiple definition of `pj_msfn'
build/temp.linux-i686-2.4/src/PJ_msfn.o(.text+0x0):src/PJ_msfn.c:8: first defined here
build/temp.linux-i686-2.4/src/pj_deriv.o(.text+0x0): In function `pj_deriv':
src/pj_deriv.c:8: multiple definition of `pj_deriv'
build/temp.linux-i686-2.4/src/PJ_deriv.o(.text+0x0):src/PJ_deriv.c:8: first defined here
build/temp.linux-i686-2.4/src/pj_errno.o(.bss+0x0):src/pj_errno.c:16: multiple definition of `pj_errno'
build/temp.linux-i686-2.4/src/PJ_errno.o(.bss+0x0):src/PJ_errno.c:16: first defined here
build/temp.linux-i686-2.4/src/pj_errno.o(.text+0x0): In function `pj_get_errno_ref':
src/pj_errno.c:16: multiple definition of `pj_get_errno_ref'
build/temp.linux-i686-2.4/src/PJ_errno.o(.text+0x0):src/PJ_errno.c:16: first defined here
build/temp.linux-i686-2.4/src/pj_auth.o(.text+0x0): In function `pj_authset':
src/pj_auth.c:14: multiple definition of `pj_authset'
build/temp.linux-i686-2.4/src/PJ_auth.o(.text+0x0):src/PJ_auth.c:14: first defined here
build/temp.linux-i686-2.4/src/pj_auth.o(.text+0x90): In function `pj_authlat':
src/pj_auth.c:30: multiple definition of `pj_authlat'
build/temp.linux-i686-2.4/src/PJ_auth.o(.text+0x90):src/PJ_auth.c:30: first defined here
build/temp.linux-i686-2.4/src/pj_phi2.o(.text+0x0): In function `pj_phi2':
src/pj_phi2.c:12: multiple definition of `pj_phi2'
build/temp.linux-i686-2.4/src/PJ_phi2.o(.text+0x0):src/PJ_phi2.c:12: first defined here
build/temp.linux-i686-2.4/src/pj_zpoly1.o(.text+0x0): In function `pj_zpoly1':
src/pj_zpoly1.c:11: multiple definition of `pj_zpoly1'
build/temp.linux-i686-2.4/src/PJ_zpoly1.o(.text+0x0):src/PJ_zpoly1.c:11: first defined here
build/temp.linux-i686-2.4/src/pj_zpoly1.o(.text+0xd0): In function `pj_zpolyd1':
src/pj_zpoly1.c:26: multiple definition of `pj_zpolyd1'
build/temp.linux-i686-2.4/src/PJ_zpoly1.o(.text+0xd0):src/PJ_zpoly1.c:26: first defined here
build/temp.linux-i686-2.4/src/pj_param.o(.text+0x0): In function `pj_mkparam':
src/pj_param.c:9: multiple definition of `pj_mkparam'
build/temp.linux-i686-2.4/src/PJ_param.o(.text+0x0):src/PJ_param.c:9: first defined here
build/temp.linux-i686-2.4/src/pj_param.o(.text+0x70): In function `pj_param':
src/pj_param.c:40: multiple definition of `pj_param'
build/temp.linux-i686-2.4/src/PJ_param.o(.text+0x70):src/PJ_param.c:40: first defined here
collect2: ld returned 1 exit status
error: command 'gcc' failed with exit status 1