You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(33) |
Dec
(20) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(7) |
Feb
(44) |
Mar
(51) |
Apr
(43) |
May
(43) |
Jun
(36) |
Jul
(61) |
Aug
(44) |
Sep
(25) |
Oct
(82) |
Nov
(97) |
Dec
(47) |
2005 |
Jan
(77) |
Feb
(143) |
Mar
(42) |
Apr
(31) |
May
(93) |
Jun
(93) |
Jul
(35) |
Aug
(78) |
Sep
(56) |
Oct
(44) |
Nov
(72) |
Dec
(75) |
2006 |
Jan
(116) |
Feb
(99) |
Mar
(181) |
Apr
(171) |
May
(112) |
Jun
(86) |
Jul
(91) |
Aug
(111) |
Sep
(77) |
Oct
(72) |
Nov
(57) |
Dec
(51) |
2007 |
Jan
(64) |
Feb
(116) |
Mar
(70) |
Apr
(74) |
May
(53) |
Jun
(40) |
Jul
(519) |
Aug
(151) |
Sep
(132) |
Oct
(74) |
Nov
(282) |
Dec
(190) |
2008 |
Jan
(141) |
Feb
(67) |
Mar
(69) |
Apr
(96) |
May
(227) |
Jun
(404) |
Jul
(399) |
Aug
(96) |
Sep
(120) |
Oct
(205) |
Nov
(126) |
Dec
(261) |
2009 |
Jan
(136) |
Feb
(136) |
Mar
(119) |
Apr
(124) |
May
(155) |
Jun
(98) |
Jul
(136) |
Aug
(292) |
Sep
(174) |
Oct
(126) |
Nov
(126) |
Dec
(79) |
2010 |
Jan
(109) |
Feb
(83) |
Mar
(139) |
Apr
(91) |
May
(79) |
Jun
(164) |
Jul
(184) |
Aug
(146) |
Sep
(163) |
Oct
(128) |
Nov
(70) |
Dec
(73) |
2011 |
Jan
(235) |
Feb
(165) |
Mar
(147) |
Apr
(86) |
May
(74) |
Jun
(118) |
Jul
(65) |
Aug
(75) |
Sep
(162) |
Oct
(94) |
Nov
(48) |
Dec
(44) |
2012 |
Jan
(49) |
Feb
(40) |
Mar
(88) |
Apr
(35) |
May
(52) |
Jun
(69) |
Jul
(90) |
Aug
(123) |
Sep
(112) |
Oct
(120) |
Nov
(105) |
Dec
(116) |
2013 |
Jan
(76) |
Feb
(26) |
Mar
(78) |
Apr
(43) |
May
(61) |
Jun
(53) |
Jul
(147) |
Aug
(85) |
Sep
(83) |
Oct
(122) |
Nov
(18) |
Dec
(27) |
2014 |
Jan
(58) |
Feb
(25) |
Mar
(49) |
Apr
(17) |
May
(29) |
Jun
(39) |
Jul
(53) |
Aug
(52) |
Sep
(35) |
Oct
(47) |
Nov
(110) |
Dec
(27) |
2015 |
Jan
(50) |
Feb
(93) |
Mar
(96) |
Apr
(30) |
May
(55) |
Jun
(83) |
Jul
(44) |
Aug
(8) |
Sep
(5) |
Oct
|
Nov
(1) |
Dec
(1) |
2016 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
(3) |
Sep
(1) |
Oct
(3) |
Nov
|
Dec
|
2017 |
Jan
|
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(3) |
Aug
|
Sep
(7) |
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
1
(8) |
2
|
3
|
4
|
5
(15) |
6
(4) |
7
(2) |
8
(1) |
9
(1) |
10
(6) |
11
(1) |
12
(1) |
13
(3) |
14
(2) |
15
|
16
|
17
|
18
|
19
(1) |
20
|
21
(3) |
22
(2) |
23
|
24
|
25
|
26
|
27
(1) |
28
(3) |
29
|
30
(3) |
|
|
From: John H. <jdh...@ac...> - 2006-11-01 19:11:41
|
>>>>> "Jeff" == Jeff Whitaker <js...@fa...> writes: Jeff> John Hunter wrote: Jeff> John: In the process of updating the proj4 source files to Jeff> version 4.5.0, I've somehow munged the repository. Could Jeff> you try revision 2836? If that works for you, I'll try to Jeff> revert the repository. Yes, this works. But now I am getting a traceback with basemap + mpl svn in contour with the attached file. I don't know if this is a bug in the example code or in the contour module (it appears tcolors is not getting set because the changed method is not being called, but I only looked at it briefly) matplotlib/htdocs/screenshots> python plotmap.py /usr/lib/python2.4/site-packages/matplotlib/figure.py:690: DeprecationWarning: Old colorbar kwargs (tickfmt) found; using colorbar_classic. warnings.warn(msg, DeprecationWarning) Traceback (most recent call last): File "plotmap.py", line 36, in ? colorbar(tickfmt='%d', cax=cax) # draw colorbar File "/usr/lib/python2.4/site-packages/matplotlib/pylab.py", line 342, in colorbar ret = gcf().colorbar(mappable, cax = cax, **kw) File "/usr/lib/python2.4/site-packages/matplotlib/figure.py", line 691, in colorbar self.colorbar_classic(mappable, cax, **kw) File "/usr/lib/python2.4/site-packages/matplotlib/figure.py", line 825, in colorbar_classic CS = cax.contourf(*args, **kw) File "/usr/lib/python2.4/site-packages/matplotlib/axes.py", line 4097, in contourf return ContourSet(self, *args, **kwargs) File "/usr/lib/python2.4/site-packages/matplotlib/contour.py", line 456, in __init__ for level, level_upper, color in zip(lowers, uppers, self.tcolors): AttributeError: ContourSet instance has no attribute 'tcolors' |
From: Jeff W. <js...@fa...> - 2006-11-01 18:55:37
|
John Hunter wrote: > 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/project... [truncated message content] |
From: John H. <jdh...@ac...> - 2006-11-01 17:06:48
|
>>>>> "Chris" == Chris Walker <ch...@ch...> writes: Chris> On which subject, "What's new" starts: Chris> What's new in matplotlib 0.83 Chris> rather than the 0.87.7 yes, that is a bit out of date.... If you would like to help here, the file htdocs/whats_new.html.template is in the htdocs svn repository. The format of what's new is a python dictionary where the keys are version numbers and the values are tuples of (header, description) tuples. If you could take some time to peruse the CHANGELOG file and update some entries in the what's new dictionary, I will apply them to the svn code and update the web page. versioninfo['0.87.5'] = ( ("aspect handling", """\ Excellent support for axes aspect handling, with aspect='equal' or aspect=1.5 or aspect='norm' passed to an Axes or Subplot """), ("lasso tool", """\ Use a lasso tool for picking points -- see <a href=examples/lasso_demo.py>lasso demo</a> """), ("true ellipses", """\ Earlier versions of matplotlib used a polygon approximation to ellipses. With this release we have arcs supporting scale free ellipses and circles. See <a href=examples/ellipse_demo.py>ellipse demo.py</a> """), ("pdf backend", """\ A alpha release of the PDF backend """), ("quiver2", """\ Better support for quiver / direction field plots """), ("enhanced colorbar support", """\ Supports discrete colorbars and more """), ("John Porter's 3D code incorporated", """\ A prototype implementation of simple 3D plots -- see <a href=examples/simple3d_oo.py>simple3d_oo.py</a> """), ) versioninfo['0.83'] = ( ("axis('scale')", """\ Added Mark Athen's 'scale' patch, so that on a scaled axis a circle looks like circle. See <a href=matplotlib.pylab.html#-axis>help(axis)</a>. """), ('New cursor and span selector widgets', """\ Added new <a href=matplotlib.widgets.html#Cursor>Cursor<a/> and <a href=matplotlib.widgets.html#HorizontalSpanSelector>HorizontalSpanSelector</a> to <a href=matplotlib.widgets.html>matplotlib.widgets</a>. See <a href=examples/widgets/cursor.py>cursor.py</a> and <a href=examples/widgets/span_selector.py>span_selector.py</a>. Set <tt>useblit = True</tt> on gtkagg for significantly enhanced performance. """), ('draw events', """\ You can use use matplotlib event handling to register a callback after figure draw using 'draw_event' which calls the callback with a <a href=matplotlib.backend_bases.html#DrawEvent>DrawEvent</a> instance <pre> def callback(event): #event.renderer is the backend Renderer instance pass connect('draw_event') </pre> """), ('Full screen mode in GTK*', """\ Use 'f' to toggle full screen mode in the GTK backends. """), ('GTK and SVG fixes', """\ Steve Chaplin has made numerous updates to the GTK and SVG backends. See the <a href=CHANGELOG>CHANGELOG</a> for details. """), ('Reorganized config files', """\ Made <tt>HOME/.matplotlib</tt> the new config dir where the <tt>matplotlibrc</tt> file, the <tt>ttf.cache</tt>, and the <tt>tex.cache</tt> live. The new default filenames in <tt>.matplotlib</tt> have no leading dot and are not hidden. Eg, the new names are <tt>matplotlibrc</tt>, <tt>tex.cache</tt>, and <tt>ttffont.cache</tt>. This is how <a href=http://ipython.scipy.org>ipython</a> does it so it must be right. If old files are found, a warning is issued and they are moved to the new location. Also fixed <a href=matplotlib.texmanager.html>texmanager</a> to put all files, including temp files in <tt>~/.matplotlib/tex.cache</tt>, which allows you to usetex in non-writable dirs. """), ('Using matplotlib.agg to draw paths', """\ Updated <a href=examples/agg_test.py>agg_test.py</a> to demonstrate curved paths and fills. """ ), ('CocoaAgg', """\ New CocoaAgg backend for native GUI on OSX, 10.3 and 10.4 compliant. """), ('Qt enhancements', """\ Applied Ted Drain's QtAgg patch: 1) Changed the toolbar to be a horizontal bar of push buttons instead of a QToolbar and updated the layout algorithms in the main window accordingly. This eliminates the ability to drag and drop the toolbar and detach it from the window. 2) Updated the resize algorithm in the main window to show the correct size for the plot widget as requested. This works almost correctly right now. It looks to me like the final size of the widget is off by the border of the main window but I haven't figured out a way to get that information yet. We could just add a small margin to the new size but that seems a little hacky. 3) Changed the x/y location label to be in the toolbar like the Tk backend instead of as a status line at the bottom of the widget. 4) Changed the toolbar pixmaps to use the ppm files instead of the png files. I noticed that the Tk backend buttons looked much nicer and it uses the ppm files so I switched them. """), ('mathtext optimizations', """\ Upgraded pyparsing and applied Paul McGuire's suggestions for speeding things up. This more than doubles the speed of mathtext in my simple tests. """), ('Bugs fixed / small features', """\ Applied SF patches 1242648, 1244732. Fixes SF bugs 1238412, 1231611, 1209354, subplot (2,1,1) bug, """), |
From: John H. <jdh...@ac...> - 2006-11-01 16:35:04
|
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-i= 686-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.li= nux-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.linu= x-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-i= 686-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-i= 686-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-i= 686-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.li= nux-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.linu= x-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 t= ruth 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 `el= se' 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 `el= se' 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 `el= se' 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 `el= se' 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 `els= e' src/geod_for.c:50: warning: `ss' might be used uninitialized in this functi= on 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 tr= uth value src/biveval.c:25: warning: suggest parentheses around assignment used as tr= uth value src/biveval.c: In function `bpseval': src/biveval.c:61: warning: suggest parentheses around assignment used as tr= uth value src/biveval.c:70: warning: suggest parentheses around assignment used as tr= uth 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.linu= x-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-i= 686-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.linu= x-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.lin= ux-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-i= 686-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-i= 686-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-i= 686-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.li= nux-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 t= ruth value src/geod_set.c:38: warning: suggest parentheses around assignment used as t= ruth value src/geod_set.c:59: warning: suggest parentheses around assignment used as t= ruth value src/geod_set.c:67: warning: suggest parentheses around assignment used as t= ruth value src/geod_set.c:13: warning: `curr' might be used uninitialized in this func= tion 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-i= 686-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.linu= x-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.linu= x-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.lin= ux-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.lin= ux-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.linu= x-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.lin= ux-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 tr= uth 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.linu= x-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.linu= x-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-i= 686-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-i6= 86-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-i6= 86-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.linu= x-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.li= nux-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 tr= uth 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.linu= x-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.linu= x-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 s... [truncated message content] |
From: Chris W. <ch...@ch...> - 2006-11-01 15:54:22
|
John Hunter <jdh...@ac...> writes: > >>>>> "Charlie" == Charlie Moad <cw...@gm...> writes: > > Charlie> I think this needs some clean-up: "The latest > Charlie> matplotlib-0.87.7 for windows was compiled with numpy 1.0 > Charlie> final. Please make sure you are not using the latest > Charlie> numpy-1.0." > > Oops -- done. Thanks. On which subject, "What's new" starts: What's new in matplotlib 0.83 rather than the 0.87.7 Chris |
From: John H. <jdh...@ac...> - 2006-11-01 14:37:28
|
>>>>> "Charlie" == Charlie Moad <cw...@gm...> writes: Charlie> I think this needs some clean-up: "The latest Charlie> matplotlib-0.87.7 for windows was compiled with numpy 1.0 Charlie> final. Please make sure you are not using the latest Charlie> numpy-1.0." Oops -- done. Thanks. JDH |
From: Charlie M. <cw...@gm...> - 2006-11-01 13:23:18
|
I think this needs some clean-up: "The latest matplotlib-0.87.7 for windows was compiled with numpy 1.0 final. Please make sure you are not using the latest numpy-1.0." |