~ubuntu-branches/ubuntu/maverick/pygame/maverick

« back to all changes in this revision

Viewing changes to test/util/build_page/libs/build_client/test_fixtures/BUILD_SUCCESSFUL

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-01-14 17:02:11 UTC
  • mfrom: (1.3.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100114170211-21eop2ja7mr9vdcr
Tags: 1.9.1release-0ubuntu1
* New upstream version (lp: #433304)
* debian/control:
  - build-depends on libportmidi-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
WARNING, DLL for tiff library not found.
 
2
running build
 
3
running build_py
 
4
creating build
 
5
creating build\lib.win32-2.5
 
6
creating build\lib.win32-2.5\pygame
 
7
copying lib\colordict.py -> build\lib.win32-2.5\pygame
 
8
copying lib\cursors.py -> build\lib.win32-2.5\pygame
 
9
copying lib\locals.py -> build\lib.win32-2.5\pygame
 
10
copying lib\macosx.py -> build\lib.win32-2.5\pygame
 
11
copying lib\mac_scrap.py -> build\lib.win32-2.5\pygame
 
12
copying lib\pkgdata.py -> build\lib.win32-2.5\pygame
 
13
copying lib\sndarray.py -> build\lib.win32-2.5\pygame
 
14
copying lib\sprite.py -> build\lib.win32-2.5\pygame
 
15
copying lib\surfarray.py -> build\lib.win32-2.5\pygame
 
16
copying lib\sysfont.py -> build\lib.win32-2.5\pygame
 
17
copying lib\version.py -> build\lib.win32-2.5\pygame
 
18
copying lib\_numpysndarray.py -> build\lib.win32-2.5\pygame
 
19
copying lib\_numpysurfarray.py -> build\lib.win32-2.5\pygame
 
20
copying lib\__init__.py -> build\lib.win32-2.5\pygame
 
21
creating build\lib.win32-2.5\pygame\gp2x
 
22
copying lib\gp2x\constants.py -> build\lib.win32-2.5\pygame\gp2x
 
23
copying lib\gp2x\locals.py -> build\lib.win32-2.5\pygame\gp2x
 
24
copying lib\gp2x\__init__.py -> build\lib.win32-2.5\pygame\gp2x
 
25
creating build\lib.win32-2.5\pygame\threads
 
26
copying lib\threads\Py25Queue.py -> build\lib.win32-2.5\pygame\threads
 
27
copying lib\threads\__init__.py -> build\lib.win32-2.5\pygame\threads
 
28
running build_ext
 
29
building 'pygame.imageext' extension
 
30
creating build\temp.win32-2.5
 
31
creating build\temp.win32-2.5\Release
 
32
creating build\temp.win32-2.5\Release\src
 
33
c:\mingw\bin\gcc.exe -mno-cygwin -mdll -O -Wall -D_GNU_SOURCE= -Dmain=DL_main -Ic:/msys/1.0/local/include/SDL -Ic:/msys/1.0/local/include/SDL -Ic:/msys/1.0/local/include -Ic:/msys/1.0/local/include -IC:\Python25\include -IC:\Python25\PC -c src/imageext.c -o build\temp.win32-2.5\Release\src\imageext.o
 
34
In file included from C:/Python25/include/Python.h:8,
 
35
                 from src/pygame.h:60,
 
36
                 from src/imageext.c:31:
 
37
C:/Python25/include/pyconfig.h:615:1: warning: "HAVE_STDDEF_H" redefined
 
38
In file included from c:/msys/1.0/local/include/jpeglib.h:24,
 
39
                 from src/imageext.c:30:
 
40
c:/msys/1.0/local/include/jconfig.h:11:1: warning: this is the location of the previous definition
 
41
In file included from c:/msys/1.0/local/include/SDL/SDL_stdinc.h:28,
 
42
                 from c:/msys/1.0/local/include/SDL/SDL_main.h:26,
 
43
                 from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
44
                 from src/pygame.h:68,
 
45
                 from src/imageext.c:31:
 
46
c:/msys/1.0/local/include/SDL/SDL_config.h:67:1: warning: "HAVE_STDLIB_H" redefined
 
47
In file included from c:/msys/1.0/local/include/jpeglib.h:24,
 
48
                 from src/imageext.c:30:
 
49
c:/msys/1.0/local/include/jconfig.h:12:1: warning: this is the location of the previous definition
 
50
In file included from c:/msys/1.0/local/include/SDL/SDL_stdinc.h:28,
 
51
                 from c:/msys/1.0/local/include/SDL/SDL_main.h:26,
 
52
                 from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
53
                 from src/pygame.h:68,
 
54
                 from src/imageext.c:31:
 
55
c:/msys/1.0/local/include/SDL/SDL_config.h:131:1: warning: "HAVE_SNPRINTF" redefined
 
56
In file included from C:/Python25/include/Python.h:114,
 
57
                 from src/pygame.h:60,
 
58
                 from src/imageext.c:31:
 
59
C:/Python25/include/pyerrors.h:320:1: warning: this is the location of the previous definition
 
60
In file included from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
61
                 from src/pygame.h:68,
 
62
                 from src/imageext.c:31:
 
63
c:/msys/1.0/local/include/SDL/SDL_main.h:50:1: warning: "main" redefined
 
64
<command line>:2:1: warning: this is the location of the previous definition
 
65
src/imageext.c: In function `opengltosdl':
 
66
src/imageext.c:356: warning: unused variable `pyopengl'
 
67
src/imageext.c:356: warning: unused variable `readpixels'
 
68
src/imageext.c:357: warning: unused variable `typeflag'
 
69
src/imageext.c:357: warning: unused variable `formatflag'
 
70
writing build\temp.win32-2.5\Release\src\imageext.def
 
71
c:\mingw\bin\gcc.exe -mno-cygwin -shared -mwindows -s build\temp.win32-2.5\Release\src\imageext.o build\temp.win32-2.5\Release\src\imageext.def -Lc:/msys/1.0/local/lib -Lc:/msys/1.0/local/lib -Lc:/msys/1.0/local/lib -Lc:/msys/1.0/local/lib -LC:\Python25\libs -LC:\Python25\PCBuild -lmingw32 -lSDLmain -lSDL -lSDL_image -lpng -ljpeg -lpython25 -lmsvcr71 -o build\lib.win32-2.5\pygame\imageext.pyd
 
72
building 'pygame.font' extension
 
73
c:\mingw\bin\gcc.exe -mno-cygwin -mdll -O -Wall -D_GNU_SOURCE= -Dmain=DL_main -Ic:/msys/1.0/local/include/SDL -Ic:/msys/1.0/local/include/SDL -IC:\Python25\include -IC:\Python25\PC -c src/font.c -o build\temp.win32-2.5\Release\src\font.o
 
74
In file included from c:/msys/1.0/local/include/SDL/SDL_stdinc.h:28,
 
75
                 from c:/msys/1.0/local/include/SDL/SDL_main.h:26,
 
76
                 from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
77
                 from c:/msys/1.0/local/include/SDL/SDL_ttf.h:33,
 
78
                 from src/font.h:24,
 
79
                 from src/font.c:28:
 
80
c:/msys/1.0/local/include/SDL/SDL_config.h:131:1: warning: "HAVE_SNPRINTF" redefined
 
81
In file included from C:/Python25/include/Python.h:114,
 
82
                 from src/font.h:23,
 
83
                 from src/font.c:28:
 
84
C:/Python25/include/pyerrors.h:320:1: warning: this is the location of the previous definition
 
85
In file included from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
86
                 from c:/msys/1.0/local/include/SDL/SDL_ttf.h:33,
 
87
                 from src/font.h:24,
 
88
                 from src/font.c:28:
 
89
c:/msys/1.0/local/include/SDL/SDL_main.h:50:1: warning: "main" redefined
 
90
<command line>:2:1: warning: this is the location of the previous definition
 
91
writing build\temp.win32-2.5\Release\src\font.def
 
92
c:\mingw\bin\gcc.exe -mno-cygwin -shared -mwindows -s build\temp.win32-2.5\Release\src\font.o build\temp.win32-2.5\Release\src\font.def -Lc:/msys/1.0/local/lib -Lc:/msys/1.0/local/lib -LC:\Python25\libs -LC:\Python25\PCBuild -lmingw32 -lSDLmain -lSDL -lSDL_ttf -lpython25 -lmsvcr71 -o build\lib.win32-2.5\pygame\font.pyd
 
93
building 'pygame.mixer' extension
 
94
c:\mingw\bin\gcc.exe -mno-cygwin -mdll -O -Wall -D_GNU_SOURCE= -Dmain=DL_main -Ic:/msys/1.0/local/include/SDL -Ic:/msys/1.0/local/include/SDL -IC:\Python25\include -IC:\Python25\PC -c src/mixer.c -o build\temp.win32-2.5\Release\src\mixer.o
 
95
In file included from c:/msys/1.0/local/include/SDL/SDL_stdinc.h:28,
 
96
                 from c:/msys/1.0/local/include/SDL/SDL_main.h:26,
 
97
                 from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
98
                 from src/pygame.h:68,
 
99
                 from src/mixer.c:27:
 
100
c:/msys/1.0/local/include/SDL/SDL_config.h:131:1: warning: "HAVE_SNPRINTF" redefined
 
101
In file included from C:/Python25/include/Python.h:114,
 
102
                 from src/pygame.h:60,
 
103
                 from src/mixer.c:27:
 
104
C:/Python25/include/pyerrors.h:320:1: warning: this is the location of the previous definition
 
105
In file included from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
106
                 from src/pygame.h:68,
 
107
                 from src/mixer.c:27:
 
108
c:/msys/1.0/local/include/SDL/SDL_main.h:50:1: warning: "main" redefined
 
109
<command line>:2:1: warning: this is the location of the previous definition
 
110
writing build\temp.win32-2.5\Release\src\mixer.def
 
111
c:\mingw\bin\gcc.exe -mno-cygwin -shared -mwindows -s build\temp.win32-2.5\Release\src\mixer.o build\temp.win32-2.5\Release\src\mixer.def -Lc:/msys/1.0/local/lib -Lc:/msys/1.0/local/lib -LC:\Python25\libs -LC:\Python25\PCBuild -lmingw32 -lSDLmain -lSDL -lSDL_mixer -lpython25 -lmsvcr71 -o build\lib.win32-2.5\pygame\mixer.pyd
 
112
building 'pygame.mixer_music' extension
 
113
c:\mingw\bin\gcc.exe -mno-cygwin -mdll -O -Wall -D_GNU_SOURCE= -Dmain=DL_main -Ic:/msys/1.0/local/include/SDL -Ic:/msys/1.0/local/include/SDL -IC:\Python25\include -IC:\Python25\PC -c src/music.c -o build\temp.win32-2.5\Release\src\music.o
 
114
In file included from c:/msys/1.0/local/include/SDL/SDL_stdinc.h:28,
 
115
                 from c:/msys/1.0/local/include/SDL/SDL_main.h:26,
 
116
                 from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
117
                 from src/pygame.h:68,
 
118
                 from src/music.c:27:
 
119
c:/msys/1.0/local/include/SDL/SDL_config.h:131:1: warning: "HAVE_SNPRINTF" redefined
 
120
In file included from C:/Python25/include/Python.h:114,
 
121
                 from src/pygame.h:60,
 
122
                 from src/music.c:27:
 
123
C:/Python25/include/pyerrors.h:320:1: warning: this is the location of the previous definition
 
124
In file included from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
125
                 from src/pygame.h:68,
 
126
                 from src/music.c:27:
 
127
c:/msys/1.0/local/include/SDL/SDL_main.h:50:1: warning: "main" redefined
 
128
<command line>:2:1: warning: this is the location of the previous definition
 
129
writing build\temp.win32-2.5\Release\src\mixer_music.def
 
130
c:\mingw\bin\gcc.exe -mno-cygwin -shared -mwindows -s build\temp.win32-2.5\Release\src\music.o build\temp.win32-2.5\Release\src\mixer_music.def -Lc:/msys/1.0/local/lib -Lc:/msys/1.0/local/lib -LC:\Python25\libs -LC:\Python25\PCBuild -lmingw32 -lSDLmain -lSDL -lSDL_mixer -lpython25 -lmsvcr71 -o build\lib.win32-2.5\pygame\mixer_music.pyd
 
131
building 'pygame._numericsurfarray' extension
 
132
c:\mingw\bin\gcc.exe -mno-cygwin -mdll -O -Wall -D_GNU_SOURCE= -Dmain=DL_main -Ic:/msys/1.0/local/include/SDL -IC:\Python25\include -IC:\Python25\PC -c src/_numericsurfarray.c -o build\temp.win32-2.5\Release\src\_numericsurfarray.o
 
133
In file included from c:/msys/1.0/local/include/SDL/SDL_stdinc.h:28,
 
134
                 from c:/msys/1.0/local/include/SDL/SDL_main.h:26,
 
135
                 from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
136
                 from src/pygame.h:68,
 
137
                 from src/_numericsurfarray.c:23:
 
138
c:/msys/1.0/local/include/SDL/SDL_config.h:131:1: warning: "HAVE_SNPRINTF" redefined
 
139
In file included from C:/Python25/include/Python.h:114,
 
140
                 from src/pygame.h:60,
 
141
                 from src/_numericsurfarray.c:23:
 
142
C:/Python25/include/pyerrors.h:320:1: warning: this is the location of the previous definition
 
143
In file included from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
144
                 from src/pygame.h:68,
 
145
                 from src/_numericsurfarray.c:23:
 
146
c:/msys/1.0/local/include/SDL/SDL_main.h:50:1: warning: "main" redefined
 
147
<command line>:2:1: warning: this is the location of the previous definition
 
148
writing build\temp.win32-2.5\Release\src\_numericsurfarray.def
 
149
c:\mingw\bin\gcc.exe -mno-cygwin -shared -mwindows -s build\temp.win32-2.5\Release\src\_numericsurfarray.o build\temp.win32-2.5\Release\src\_numericsurfarray.def -Lc:/msys/1.0/local/lib -LC:\Python25\libs -LC:\Python25\PCBuild -lmingw32 -lSDLmain -lSDL -lpython25 -lmsvcr71 -o build\lib.win32-2.5\pygame\_numericsurfarray.pyd
 
150
building 'pygame._numericsndarray' extension
 
151
c:\mingw\bin\gcc.exe -mno-cygwin -mdll -O -Wall -D_GNU_SOURCE= -Dmain=DL_main -Ic:/msys/1.0/local/include/SDL -Ic:/msys/1.0/local/include/SDL -IC:\Python25\include -IC:\Python25\PC -c src/_numericsndarray.c -o build\temp.win32-2.5\Release\src\_numericsndarray.o
 
152
In file included from c:/msys/1.0/local/include/SDL/SDL_stdinc.h:28,
 
153
                 from c:/msys/1.0/local/include/SDL/SDL_main.h:26,
 
154
                 from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
155
                 from src/pygame.h:68,
 
156
                 from src/_numericsndarray.c:23:
 
157
c:/msys/1.0/local/include/SDL/SDL_config.h:131:1: warning: "HAVE_SNPRINTF" redefined
 
158
In file included from C:/Python25/include/Python.h:114,
 
159
                 from src/pygame.h:60,
 
160
                 from src/_numericsndarray.c:23:
 
161
C:/Python25/include/pyerrors.h:320:1: warning: this is the location of the previous definition
 
162
In file included from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
163
                 from src/pygame.h:68,
 
164
                 from src/_numericsndarray.c:23:
 
165
c:/msys/1.0/local/include/SDL/SDL_main.h:50:1: warning: "main" redefined
 
166
<command line>:2:1: warning: this is the location of the previous definition
 
167
writing build\temp.win32-2.5\Release\src\_numericsndarray.def
 
168
c:\mingw\bin\gcc.exe -mno-cygwin -shared -mwindows -s build\temp.win32-2.5\Release\src\_numericsndarray.o build\temp.win32-2.5\Release\src\_numericsndarray.def -Lc:/msys/1.0/local/lib -Lc:/msys/1.0/local/lib -LC:\Python25\libs -LC:\Python25\PCBuild -lmingw32 -lSDLmain -lSDL -lSDL_mixer -lpython25 -lmsvcr71 -o build\lib.win32-2.5\pygame\_numericsndarray.pyd
 
169
building 'pygame.movie' extension
 
170
c:\mingw\bin\gcc.exe -mno-cygwin -mdll -O -Wall -D_GNU_SOURCE= -Dmain=DL_main -D_GNU_SOURCE= -Dmain=DL_main -Ic:/msys/1.0/local/include/SDL -Ic:/msys/1.0/local/include -Ic:/msys/1.0/local/include/smpeg -Ic:/msys/1.0/local/include/SDL -IC:\Python25\include -IC:\Python25\PC -c src/movie.c -o build\temp.win32-2.5\Release\src\movie.o
 
171
In file included from c:/msys/1.0/local/include/SDL/SDL_stdinc.h:28,
 
172
                 from c:/msys/1.0/local/include/SDL/SDL_main.h:26,
 
173
                 from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
174
                 from src/pygame.h:68,
 
175
                 from src/movie.c:26:
 
176
c:/msys/1.0/local/include/SDL/SDL_config.h:131:1: warning: "HAVE_SNPRINTF" redefined
 
177
In file included from C:/Python25/include/Python.h:114,
 
178
                 from src/pygame.h:60,
 
179
                 from src/movie.c:26:
 
180
C:/Python25/include/pyerrors.h:320:1: warning: this is the location of the previous definition
 
181
In file included from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
182
                 from src/pygame.h:68,
 
183
                 from src/movie.c:26:
 
184
c:/msys/1.0/local/include/SDL/SDL_main.h:50:1: warning: "main" redefined
 
185
<command line>:4:1: warning: this is the location of the previous definition
 
186
src/movie.c:356: warning: initialization from incompatible pointer type
 
187
writing build\temp.win32-2.5\Release\src\movie.def
 
188
c:\mingw\bin\gcc.exe -mno-cygwin -shared -mwindows -s build\temp.win32-2.5\Release\src\movie.o build\temp.win32-2.5\Release\src\movie.def -Lc:/msys/1.0/local/lib -Lc:/msys/1.0/local/lib -Lc:/msys/1.0/local/lib -LC:\Python25\libs -LC:\Python25\PCBuild -lmingw32 -lSDLmain -lSDL -lsmpeg -lmingw32 -lSDLmain -lSDL -lpython25 -lmsvcr71 -o build\lib.win32-2.5\pygame\movie.pyd
 
189
building 'pygame.scrap' extension
 
190
c:\mingw\bin\gcc.exe -mno-cygwin -mdll -O -Wall -D_GNU_SOURCE= -Dmain=DL_main -Ic:/msys/1.0/local/include/SDL -IC:\Python25\include -IC:\Python25\PC -c src/scrap.c -o build\temp.win32-2.5\Release\src\scrap.o
 
191
In file included from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
192
                 from src/scrap.c:27:
 
193
c:/msys/1.0/local/include/SDL/SDL_main.h:50:1: warning: "main" redefined
 
194
<command line>:2:1: warning: this is the location of the previous definition
 
195
In file included from src/scrap.c:63:
 
196
src/scrap_win.c: In function `pygame_scrap_get':
 
197
src/scrap_win.c:275: warning: 'src' might be used uninitialized in this function
 
198
src/scrap.c: At top level:
 
199
src/scrap.c:62: warning: '_cliptype' defined but not used
 
200
writing build\temp.win32-2.5\Release\src\scrap.def
 
201
c:\mingw\bin\gcc.exe -mno-cygwin -shared -mwindows -s build\temp.win32-2.5\Release\src\scrap.o build\temp.win32-2.5\Release\src\scrap.def -Lc:/msys/1.0/local/lib -LC:\Python25\libs -LC:\Python25\PCBuild -lmingw32 -lSDLmain -lSDL -luser32 -lgdi32 -lpython25 -lmsvcr71 -o build\lib.win32-2.5\pygame\scrap.pyd
 
202
building 'pygame.base' extension
 
203
c:\mingw\bin\gcc.exe -mno-cygwin -mdll -O -Wall -D_GNU_SOURCE= -Dmain=DL_main -Ic:/msys/1.0/local/include/SDL -IC:\Python25\include -IC:\Python25\PC -c src/base.c -o build\temp.win32-2.5\Release\src\base.o
 
204
In file included from c:/msys/1.0/local/include/SDL/SDL_stdinc.h:28,
 
205
                 from c:/msys/1.0/local/include/SDL/SDL_main.h:26,
 
206
                 from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
207
                 from src/pygame.h:68,
 
208
                 from src/base.c:24:
 
209
c:/msys/1.0/local/include/SDL/SDL_config.h:131:1: warning: "HAVE_SNPRINTF" redefined
 
210
In file included from C:/Python25/include/Python.h:114,
 
211
                 from src/pygame.h:60,
 
212
                 from src/base.c:24:
 
213
C:/Python25/include/pyerrors.h:320:1: warning: this is the location of the previous definition
 
214
In file included from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
215
                 from src/pygame.h:68,
 
216
                 from src/base.c:24:
 
217
c:/msys/1.0/local/include/SDL/SDL_main.h:50:1: warning: "main" redefined
 
218
<command line>:2:1: warning: this is the location of the previous definition
 
219
writing build\temp.win32-2.5\Release\src\base.def
 
220
c:\mingw\bin\gcc.exe -mno-cygwin -shared -mwindows -s build\temp.win32-2.5\Release\src\base.o build\temp.win32-2.5\Release\src\base.def -Lc:/msys/1.0/local/lib -LC:\Python25\libs -LC:\Python25\PCBuild -lmingw32 -lSDLmain -lSDL -lpython25 -lmsvcr71 -o build\lib.win32-2.5\pygame\base.pyd
 
221
building 'pygame.cdrom' extension
 
222
c:\mingw\bin\gcc.exe -mno-cygwin -mdll -O -Wall -D_GNU_SOURCE= -Dmain=DL_main -Ic:/msys/1.0/local/include/SDL -IC:\Python25\include -IC:\Python25\PC -c src/cdrom.c -o build\temp.win32-2.5\Release\src\cdrom.o
 
223
In file included from c:/msys/1.0/local/include/SDL/SDL_stdinc.h:28,
 
224
                 from c:/msys/1.0/local/include/SDL/SDL_main.h:26,
 
225
                 from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
226
                 from src/pygame.h:68,
 
227
                 from src/cdrom.c:24:
 
228
c:/msys/1.0/local/include/SDL/SDL_config.h:131:1: warning: "HAVE_SNPRINTF" redefined
 
229
In file included from C:/Python25/include/Python.h:114,
 
230
                 from src/pygame.h:60,
 
231
                 from src/cdrom.c:24:
 
232
C:/Python25/include/pyerrors.h:320:1: warning: this is the location of the previous definition
 
233
In file included from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
234
                 from src/pygame.h:68,
 
235
                 from src/cdrom.c:24:
 
236
c:/msys/1.0/local/include/SDL/SDL_main.h:50:1: warning: "main" redefined
 
237
<command line>:2:1: warning: this is the location of the previous definition
 
238
writing build\temp.win32-2.5\Release\src\cdrom.def
 
239
c:\mingw\bin\gcc.exe -mno-cygwin -shared -mwindows -s build\temp.win32-2.5\Release\src\cdrom.o build\temp.win32-2.5\Release\src\cdrom.def -Lc:/msys/1.0/local/lib -LC:\Python25\libs -LC:\Python25\PCBuild -lmingw32 -lSDLmain -lSDL -lpython25 -lmsvcr71 -o build\lib.win32-2.5\pygame\cdrom.pyd
 
240
building 'pygame.color' extension
 
241
c:\mingw\bin\gcc.exe -mno-cygwin -mdll -O -Wall -D_GNU_SOURCE= -Dmain=DL_main -Ic:/msys/1.0/local/include/SDL -IC:\Python25\include -IC:\Python25\PC -c src/color.c -o build\temp.win32-2.5\Release\src\color.o
 
242
In file included from c:/msys/1.0/local/include/SDL/SDL_stdinc.h:28,
 
243
                 from c:/msys/1.0/local/include/SDL/SDL_main.h:26,
 
244
                 from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
245
                 from src/pygame.h:68,
 
246
                 from src/color.c:23:
 
247
c:/msys/1.0/local/include/SDL/SDL_config.h:131:1: warning: "HAVE_SNPRINTF" redefined
 
248
In file included from C:/Python25/include/Python.h:114,
 
249
                 from src/pygame.h:60,
 
250
                 from src/color.c:23:
 
251
C:/Python25/include/pyerrors.h:320:1: warning: this is the location of the previous definition
 
252
In file included from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
253
                 from src/pygame.h:68,
 
254
                 from src/color.c:23:
 
255
c:/msys/1.0/local/include/SDL/SDL_main.h:50:1: warning: "main" redefined
 
256
<command line>:2:1: warning: this is the location of the previous definition
 
257
writing build\temp.win32-2.5\Release\src\color.def
 
258
c:\mingw\bin\gcc.exe -mno-cygwin -shared -mwindows -s build\temp.win32-2.5\Release\src\color.o build\temp.win32-2.5\Release\src\color.def -Lc:/msys/1.0/local/lib -LC:\Python25\libs -LC:\Python25\PCBuild -lmingw32 -lSDLmain -lSDL -lpython25 -lmsvcr71 -o build\lib.win32-2.5\pygame\color.pyd
 
259
building 'pygame.constants' extension
 
260
c:\mingw\bin\gcc.exe -mno-cygwin -mdll -O -Wall -D_GNU_SOURCE= -Dmain=DL_main -Ic:/msys/1.0/local/include/SDL -IC:\Python25\include -IC:\Python25\PC -c src/constants.c -o build\temp.win32-2.5\Release\src\constants.o
 
261
In file included from c:/msys/1.0/local/include/SDL/SDL_stdinc.h:28,
 
262
                 from c:/msys/1.0/local/include/SDL/SDL_main.h:26,
 
263
                 from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
264
                 from src/pygame.h:68,
 
265
                 from src/constants.c:23:
 
266
c:/msys/1.0/local/include/SDL/SDL_config.h:131:1: warning: "HAVE_SNPRINTF" redefined
 
267
In file included from C:/Python25/include/Python.h:114,
 
268
                 from src/pygame.h:60,
 
269
                 from src/constants.c:23:
 
270
C:/Python25/include/pyerrors.h:320:1: warning: this is the location of the previous definition
 
271
In file included from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
272
                 from src/pygame.h:68,
 
273
                 from src/constants.c:23:
 
274
c:/msys/1.0/local/include/SDL/SDL_main.h:50:1: warning: "main" redefined
 
275
<command line>:2:1: warning: this is the location of the previous definition
 
276
writing build\temp.win32-2.5\Release\src\constants.def
 
277
c:\mingw\bin\gcc.exe -mno-cygwin -shared -mwindows -s build\temp.win32-2.5\Release\src\constants.o build\temp.win32-2.5\Release\src\constants.def -Lc:/msys/1.0/local/lib -LC:\Python25\libs -LC:\Python25\PCBuild -lmingw32 -lSDLmain -lSDL -lpython25 -lmsvcr71 -o build\lib.win32-2.5\pygame\constants.pyd
 
278
building 'pygame.display' extension
 
279
c:\mingw\bin\gcc.exe -mno-cygwin -mdll -O -Wall -D_GNU_SOURCE= -Dmain=DL_main -Ic:/msys/1.0/local/include/SDL -IC:\Python25\include -IC:\Python25\PC -c src/display.c -o build\temp.win32-2.5\Release\src\display.o
 
280
In file included from c:/msys/1.0/local/include/SDL/SDL_stdinc.h:28,
 
281
                 from c:/msys/1.0/local/include/SDL/SDL_main.h:26,
 
282
                 from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
283
                 from src/pygame.h:68,
 
284
                 from src/display.c:27:
 
285
c:/msys/1.0/local/include/SDL/SDL_config.h:131:1: warning: "HAVE_SNPRINTF" redefined
 
286
In file included from C:/Python25/include/Python.h:114,
 
287
                 from src/pygame.h:60,
 
288
                 from src/display.c:27:
 
289
C:/Python25/include/pyerrors.h:320:1: warning: this is the location of the previous definition
 
290
In file included from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
291
                 from src/pygame.h:68,
 
292
                 from src/display.c:27:
 
293
c:/msys/1.0/local/include/SDL/SDL_main.h:50:1: warning: "main" redefined
 
294
<command line>:2:1: warning: this is the location of the previous definition
 
295
writing build\temp.win32-2.5\Release\src\display.def
 
296
c:\mingw\bin\gcc.exe -mno-cygwin -shared -mwindows -s build\temp.win32-2.5\Release\src\display.o build\temp.win32-2.5\Release\src\display.def -Lc:/msys/1.0/local/lib -LC:\Python25\libs -LC:\Python25\PCBuild -lmingw32 -lSDLmain -lSDL -lpython25 -lmsvcr71 -o build\lib.win32-2.5\pygame\display.pyd
 
297
building 'pygame.event' extension
 
298
c:\mingw\bin\gcc.exe -mno-cygwin -mdll -O -Wall -D_GNU_SOURCE= -Dmain=DL_main -Ic:/msys/1.0/local/include/SDL -IC:\Python25\include -IC:\Python25\PC -c src/event.c -o build\temp.win32-2.5\Release\src\event.o
 
299
In file included from c:/msys/1.0/local/include/SDL/SDL_stdinc.h:28,
 
300
                 from c:/msys/1.0/local/include/SDL/SDL_main.h:26,
 
301
                 from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
302
                 from src/pygame.h:68,
 
303
                 from src/event.c:27:
 
304
c:/msys/1.0/local/include/SDL/SDL_config.h:131:1: warning: "HAVE_SNPRINTF" redefined
 
305
In file included from C:/Python25/include/Python.h:114,
 
306
                 from src/pygame.h:60,
 
307
                 from src/event.c:27:
 
308
C:/Python25/include/pyerrors.h:320:1: warning: this is the location of the previous definition
 
309
In file included from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
310
                 from src/pygame.h:68,
 
311
                 from src/event.c:27:
 
312
c:/msys/1.0/local/include/SDL/SDL_main.h:50:1: warning: "main" redefined
 
313
<command line>:2:1: warning: this is the location of the previous definition
 
314
writing build\temp.win32-2.5\Release\src\event.def
 
315
c:\mingw\bin\gcc.exe -mno-cygwin -shared -mwindows -s build\temp.win32-2.5\Release\src\event.o build\temp.win32-2.5\Release\src\event.def -Lc:/msys/1.0/local/lib -LC:\Python25\libs -LC:\Python25\PCBuild -lmingw32 -lSDLmain -lSDL -lpython25 -lmsvcr71 -o build\lib.win32-2.5\pygame\event.pyd
 
316
building 'pygame.fastevent' extension
 
317
c:\mingw\bin\gcc.exe -mno-cygwin -mdll -O -Wall -D_GNU_SOURCE= -Dmain=DL_main -Ic:/msys/1.0/local/include/SDL -IC:\Python25\include -IC:\Python25\PC -c src/fastevent.c -o build\temp.win32-2.5\Release\src\fastevent.o
 
318
In file included from c:/msys/1.0/local/include/SDL/SDL_stdinc.h:28,
 
319
                 from c:/msys/1.0/local/include/SDL/SDL_main.h:26,
 
320
                 from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
321
                 from src/pygame.h:68,
 
322
                 from src/fastevent.c:27:
 
323
c:/msys/1.0/local/include/SDL/SDL_config.h:131:1: warning: "HAVE_SNPRINTF" redefined
 
324
In file included from C:/Python25/include/Python.h:114,
 
325
                 from src/pygame.h:60,
 
326
                 from src/fastevent.c:27:
 
327
C:/Python25/include/pyerrors.h:320:1: warning: this is the location of the previous definition
 
328
In file included from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
329
                 from src/pygame.h:68,
 
330
                 from src/fastevent.c:27:
 
331
c:/msys/1.0/local/include/SDL/SDL_main.h:50:1: warning: "main" redefined
 
332
<command line>:2:1: warning: this is the location of the previous definition
 
333
c:\mingw\bin\gcc.exe -mno-cygwin -mdll -O -Wall -D_GNU_SOURCE= -Dmain=DL_main -Ic:/msys/1.0/local/include/SDL -IC:\Python25\include -IC:\Python25\PC -c src/fastevents.c -o build\temp.win32-2.5\Release\src\fastevents.o
 
334
In file included from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
335
                 from src/fastevents.c:30:
 
336
c:/msys/1.0/local/include/SDL/SDL_main.h:50:1: warning: "main" redefined
 
337
<command line>:2:1: warning: this is the location of the previous definition
 
338
writing build\temp.win32-2.5\Release\src\fastevent.def
 
339
c:\mingw\bin\gcc.exe -mno-cygwin -shared -mwindows -s build\temp.win32-2.5\Release\src\fastevent.o build\temp.win32-2.5\Release\src\fastevents.o build\temp.win32-2.5\Release\src\fastevent.def -Lc:/msys/1.0/local/lib -LC:\Python25\libs -LC:\Python25\PCBuild -lmingw32 -lSDLmain -lSDL -lpython25 -lmsvcr71 -o build\lib.win32-2.5\pygame\fastevent.pyd
 
340
building 'pygame.key' extension
 
341
c:\mingw\bin\gcc.exe -mno-cygwin -mdll -O -Wall -D_GNU_SOURCE= -Dmain=DL_main -Ic:/msys/1.0/local/include/SDL -IC:\Python25\include -IC:\Python25\PC -c src/key.c -o build\temp.win32-2.5\Release\src\key.o
 
342
In file included from c:/msys/1.0/local/include/SDL/SDL_stdinc.h:28,
 
343
                 from c:/msys/1.0/local/include/SDL/SDL_main.h:26,
 
344
                 from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
345
                 from src/pygame.h:68,
 
346
                 from src/key.c:26:
 
347
c:/msys/1.0/local/include/SDL/SDL_config.h:131:1: warning: "HAVE_SNPRINTF" redefined
 
348
In file included from C:/Python25/include/Python.h:114,
 
349
                 from src/pygame.h:60,
 
350
                 from src/key.c:26:
 
351
C:/Python25/include/pyerrors.h:320:1: warning: this is the location of the previous definition
 
352
In file included from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
353
                 from src/pygame.h:68,
 
354
                 from src/key.c:26:
 
355
c:/msys/1.0/local/include/SDL/SDL_main.h:50:1: warning: "main" redefined
 
356
<command line>:2:1: warning: this is the location of the previous definition
 
357
writing build\temp.win32-2.5\Release\src\key.def
 
358
c:\mingw\bin\gcc.exe -mno-cygwin -shared -mwindows -s build\temp.win32-2.5\Release\src\key.o build\temp.win32-2.5\Release\src\key.def -Lc:/msys/1.0/local/lib -LC:\Python25\libs -LC:\Python25\PCBuild -lmingw32 -lSDLmain -lSDL -lpython25 -lmsvcr71 -o build\lib.win32-2.5\pygame\key.pyd
 
359
building 'pygame.mouse' extension
 
360
c:\mingw\bin\gcc.exe -mno-cygwin -mdll -O -Wall -D_GNU_SOURCE= -Dmain=DL_main -Ic:/msys/1.0/local/include/SDL -IC:\Python25\include -IC:\Python25\PC -c src/mouse.c -o build\temp.win32-2.5\Release\src\mouse.o
 
361
In file included from c:/msys/1.0/local/include/SDL/SDL_stdinc.h:28,
 
362
                 from c:/msys/1.0/local/include/SDL/SDL_main.h:26,
 
363
                 from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
364
                 from src/pygame.h:68,
 
365
                 from src/mouse.c:26:
 
366
c:/msys/1.0/local/include/SDL/SDL_config.h:131:1: warning: "HAVE_SNPRINTF" redefined
 
367
In file included from C:/Python25/include/Python.h:114,
 
368
                 from src/pygame.h:60,
 
369
                 from src/mouse.c:26:
 
370
C:/Python25/include/pyerrors.h:320:1: warning: this is the location of the previous definition
 
371
In file included from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
372
                 from src/pygame.h:68,
 
373
                 from src/mouse.c:26:
 
374
c:/msys/1.0/local/include/SDL/SDL_main.h:50:1: warning: "main" redefined
 
375
<command line>:2:1: warning: this is the location of the previous definition
 
376
writing build\temp.win32-2.5\Release\src\mouse.def
 
377
c:\mingw\bin\gcc.exe -mno-cygwin -shared -mwindows -s build\temp.win32-2.5\Release\src\mouse.o build\temp.win32-2.5\Release\src\mouse.def -Lc:/msys/1.0/local/lib -LC:\Python25\libs -LC:\Python25\PCBuild -lmingw32 -lSDLmain -lSDL -lpython25 -lmsvcr71 -o build\lib.win32-2.5\pygame\mouse.pyd
 
378
building 'pygame.rect' extension
 
379
c:\mingw\bin\gcc.exe -mno-cygwin -mdll -O -Wall -D_GNU_SOURCE= -Dmain=DL_main -Ic:/msys/1.0/local/include/SDL -IC:\Python25\include -IC:\Python25\PC -c src/rect.c -o build\temp.win32-2.5\Release\src\rect.o
 
380
In file included from c:/msys/1.0/local/include/SDL/SDL_stdinc.h:28,
 
381
                 from c:/msys/1.0/local/include/SDL/SDL_main.h:26,
 
382
                 from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
383
                 from src/pygame.h:68,
 
384
                 from src/rect.c:27:
 
385
c:/msys/1.0/local/include/SDL/SDL_config.h:131:1: warning: "HAVE_SNPRINTF" redefined
 
386
In file included from C:/Python25/include/Python.h:114,
 
387
                 from src/pygame.h:60,
 
388
                 from src/rect.c:27:
 
389
C:/Python25/include/pyerrors.h:320:1: warning: this is the location of the previous definition
 
390
In file included from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
391
                 from src/pygame.h:68,
 
392
                 from src/rect.c:27:
 
393
c:/msys/1.0/local/include/SDL/SDL_main.h:50:1: warning: "main" redefined
 
394
<command line>:2:1: warning: this is the location of the previous definition
 
395
src/rect.c:888: warning: initialization from incompatible pointer type
 
396
writing build\temp.win32-2.5\Release\src\rect.def
 
397
c:\mingw\bin\gcc.exe -mno-cygwin -shared -mwindows -s build\temp.win32-2.5\Release\src\rect.o build\temp.win32-2.5\Release\src\rect.def -Lc:/msys/1.0/local/lib -LC:\Python25\libs -LC:\Python25\PCBuild -lmingw32 -lSDLmain -lSDL -lpython25 -lmsvcr71 -o build\lib.win32-2.5\pygame\rect.pyd
 
398
building 'pygame.rwobject' extension
 
399
c:\mingw\bin\gcc.exe -mno-cygwin -mdll -O -Wall -D_GNU_SOURCE= -Dmain=DL_main -Ic:/msys/1.0/local/include/SDL -IC:\Python25\include -IC:\Python25\PC -c src/rwobject.c -o build\temp.win32-2.5\Release\src\rwobject.o
 
400
In file included from c:/msys/1.0/local/include/SDL/SDL_stdinc.h:28,
 
401
                 from c:/msys/1.0/local/include/SDL/SDL_main.h:26,
 
402
                 from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
403
                 from src/pygame.h:68,
 
404
                 from src/rwobject.c:28:
 
405
c:/msys/1.0/local/include/SDL/SDL_config.h:131:1: warning: "HAVE_SNPRINTF" redefined
 
406
In file included from C:/Python25/include/Python.h:114,
 
407
                 from src/pygame.h:60,
 
408
                 from src/rwobject.c:28:
 
409
C:/Python25/include/pyerrors.h:320:1: warning: this is the location of the previous definition
 
410
In file included from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
411
                 from src/pygame.h:68,
 
412
                 from src/rwobject.c:28:
 
413
c:/msys/1.0/local/include/SDL/SDL_main.h:50:1: warning: "main" redefined
 
414
<command line>:2:1: warning: this is the location of the previous definition
 
415
writing build\temp.win32-2.5\Release\src\rwobject.def
 
416
c:\mingw\bin\gcc.exe -mno-cygwin -shared -mwindows -s build\temp.win32-2.5\Release\src\rwobject.o build\temp.win32-2.5\Release\src\rwobject.def -Lc:/msys/1.0/local/lib -LC:\Python25\libs -LC:\Python25\PCBuild -lmingw32 -lSDLmain -lSDL -lpython25 -lmsvcr71 -o build\lib.win32-2.5\pygame\rwobject.pyd
 
417
building 'pygame.surface' extension
 
418
c:\mingw\bin\gcc.exe -mno-cygwin -mdll -O -Wall -D_GNU_SOURCE= -Dmain=DL_main -Ic:/msys/1.0/local/include/SDL -IC:\Python25\include -IC:\Python25\PC -c src/surface.c -o build\temp.win32-2.5\Release\src\surface.o
 
419
In file included from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
420
                 from src/surface.h:27,
 
421
                 from src/surface.c:26:
 
422
c:/msys/1.0/local/include/SDL/SDL_main.h:50:1: warning: "main" redefined
 
423
<command line>:2:1: warning: this is the location of the previous definition
 
424
src/surface.c: In function `surf_set_at':
 
425
src/surface.c:582: warning: unused variable `intobj'
 
426
src/surface.c: In function `surf_get_bounding_rect':
 
427
src/surface.c:1828: warning: suggest parentheses around && within ||
 
428
src/surface.c:1848: warning: suggest parentheses around && within ||
 
429
src/surface.c:1869: warning: suggest parentheses around && within ||
 
430
src/surface.c:1889: warning: suggest parentheses around && within ||
 
431
src/surface.c: In function `surf_get_buffer':
 
432
src/surface.c:1913: warning: unused variable `format'
 
433
c:\mingw\bin\gcc.exe -mno-cygwin -mdll -O -Wall -D_GNU_SOURCE= -Dmain=DL_main -Ic:/msys/1.0/local/include/SDL -IC:\Python25\include -IC:\Python25\PC -c src/alphablit.c -o build\temp.win32-2.5\Release\src\alphablit.o
 
434
In file included from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
435
                 from src/surface.h:27,
 
436
                 from src/alphablit.c:25:
 
437
c:/msys/1.0/local/include/SDL/SDL_main.h:50:1: warning: "main" redefined
 
438
<command line>:2:1: warning: this is the location of the previous definition
 
439
src/pygame.h:633: warning: 'PyGAME_C_API' defined but not used
 
440
c:\mingw\bin\gcc.exe -mno-cygwin -mdll -O -Wall -D_GNU_SOURCE= -Dmain=DL_main -Ic:/msys/1.0/local/include/SDL -IC:\Python25\include -IC:\Python25\PC -c src/surface_fill.c -o build\temp.win32-2.5\Release\src\surface_fill.o
 
441
In file included from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
442
                 from src/surface.h:27,
 
443
                 from src/surface_fill.c:20:
 
444
c:/msys/1.0/local/include/SDL/SDL_main.h:50:1: warning: "main" redefined
 
445
<command line>:2:1: warning: this is the location of the previous definition
 
446
src/pygame.h:633: warning: 'PyGAME_C_API' defined but not used
 
447
writing build\temp.win32-2.5\Release\src\surface.def
 
448
c:\mingw\bin\gcc.exe -mno-cygwin -shared -mwindows -s build\temp.win32-2.5\Release\src\surface.o build\temp.win32-2.5\Release\src\alphablit.o build\temp.win32-2.5\Release\src\surface_fill.o build\temp.win32-2.5\Release\src\surface.def -Lc:/msys/1.0/local/lib -LC:\Python25\libs -LC:\Python25\PCBuild -lmingw32 -lSDLmain -lSDL -lpython25 -lmsvcr71 -o build\lib.win32-2.5\pygame\surface.pyd
 
449
building 'pygame.surflock' extension
 
450
c:\mingw\bin\gcc.exe -mno-cygwin -mdll -O -Wall -D_GNU_SOURCE= -Dmain=DL_main -Ic:/msys/1.0/local/include/SDL -IC:\Python25\include -IC:\Python25\PC -c src/surflock.c -o build\temp.win32-2.5\Release\src\surflock.o
 
451
In file included from c:/msys/1.0/local/include/SDL/SDL_stdinc.h:28,
 
452
                 from c:/msys/1.0/local/include/SDL/SDL_main.h:26,
 
453
                 from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
454
                 from src/pygame.h:68,
 
455
                 from src/surflock.c:28:
 
456
c:/msys/1.0/local/include/SDL/SDL_config.h:131:1: warning: "HAVE_SNPRINTF" redefined
 
457
In file included from C:/Python25/include/Python.h:114,
 
458
                 from src/pygame.h:60,
 
459
                 from src/surflock.c:28:
 
460
C:/Python25/include/pyerrors.h:320:1: warning: this is the location of the previous definition
 
461
In file included from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
462
                 from src/pygame.h:68,
 
463
                 from src/surflock.c:28:
 
464
c:/msys/1.0/local/include/SDL/SDL_main.h:50:1: warning: "main" redefined
 
465
<command line>:2:1: warning: this is the location of the previous definition
 
466
writing build\temp.win32-2.5\Release\src\surflock.def
 
467
c:\mingw\bin\gcc.exe -mno-cygwin -shared -mwindows -s build\temp.win32-2.5\Release\src\surflock.o build\temp.win32-2.5\Release\src\surflock.def -Lc:/msys/1.0/local/lib -LC:\Python25\libs -LC:\Python25\PCBuild -lmingw32 -lSDLmain -lSDL -lpython25 -lmsvcr71 -o build\lib.win32-2.5\pygame\surflock.pyd
 
468
building 'pygame.time' extension
 
469
c:\mingw\bin\gcc.exe -mno-cygwin -mdll -O -Wall -D_GNU_SOURCE= -Dmain=DL_main -Ic:/msys/1.0/local/include/SDL -IC:\Python25\include -IC:\Python25\PC -c src/time.c -o build\temp.win32-2.5\Release\src\time.o
 
470
In file included from c:/msys/1.0/local/include/SDL/SDL_stdinc.h:28,
 
471
                 from c:/msys/1.0/local/include/SDL/SDL_main.h:26,
 
472
                 from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
473
                 from src/pygame.h:68,
 
474
                 from src/time.c:23:
 
475
c:/msys/1.0/local/include/SDL/SDL_config.h:131:1: warning: "HAVE_SNPRINTF" redefined
 
476
In file included from C:/Python25/include/Python.h:114,
 
477
                 from src/pygame.h:60,
 
478
                 from src/time.c:23:
 
479
C:/Python25/include/pyerrors.h:320:1: warning: this is the location of the previous definition
 
480
In file included from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
481
                 from src/pygame.h:68,
 
482
                 from src/time.c:23:
 
483
c:/msys/1.0/local/include/SDL/SDL_main.h:50:1: warning: "main" redefined
 
484
<command line>:2:1: warning: this is the location of the previous definition
 
485
writing build\temp.win32-2.5\Release\src\time.def
 
486
c:\mingw\bin\gcc.exe -mno-cygwin -shared -mwindows -s build\temp.win32-2.5\Release\src\time.o build\temp.win32-2.5\Release\src\time.def -Lc:/msys/1.0/local/lib -LC:\Python25\libs -LC:\Python25\PCBuild -lmingw32 -lSDLmain -lSDL -lpython25 -lmsvcr71 -o build\lib.win32-2.5\pygame\time.pyd
 
487
building 'pygame.joystick' extension
 
488
c:\mingw\bin\gcc.exe -mno-cygwin -mdll -O -Wall -D_GNU_SOURCE= -Dmain=DL_main -Ic:/msys/1.0/local/include/SDL -IC:\Python25\include -IC:\Python25\PC -c src/joystick.c -o build\temp.win32-2.5\Release\src\joystick.o
 
489
In file included from c:/msys/1.0/local/include/SDL/SDL_stdinc.h:28,
 
490
                 from c:/msys/1.0/local/include/SDL/SDL_main.h:26,
 
491
                 from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
492
                 from src/pygame.h:68,
 
493
                 from src/joystick.c:24:
 
494
c:/msys/1.0/local/include/SDL/SDL_config.h:131:1: warning: "HAVE_SNPRINTF" redefined
 
495
In file included from C:/Python25/include/Python.h:114,
 
496
                 from src/pygame.h:60,
 
497
                 from src/joystick.c:24:
 
498
C:/Python25/include/pyerrors.h:320:1: warning: this is the location of the previous definition
 
499
In file included from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
500
                 from src/pygame.h:68,
 
501
                 from src/joystick.c:24:
 
502
c:/msys/1.0/local/include/SDL/SDL_main.h:50:1: warning: "main" redefined
 
503
<command line>:2:1: warning: this is the location of the previous definition
 
504
writing build\temp.win32-2.5\Release\src\joystick.def
 
505
c:\mingw\bin\gcc.exe -mno-cygwin -shared -mwindows -s build\temp.win32-2.5\Release\src\joystick.o build\temp.win32-2.5\Release\src\joystick.def -Lc:/msys/1.0/local/lib -LC:\Python25\libs -LC:\Python25\PCBuild -lmingw32 -lSDLmain -lSDL -lpython25 -lmsvcr71 -o build\lib.win32-2.5\pygame\joystick.pyd
 
506
building 'pygame.draw' extension
 
507
c:\mingw\bin\gcc.exe -mno-cygwin -mdll -O -Wall -D_GNU_SOURCE= -Dmain=DL_main -Ic:/msys/1.0/local/include/SDL -IC:\Python25\include -IC:\Python25\PC -c src/draw.c -o build\temp.win32-2.5\Release\src\draw.o
 
508
In file included from c:/msys/1.0/local/include/SDL/SDL_stdinc.h:28,
 
509
                 from c:/msys/1.0/local/include/SDL/SDL_main.h:26,
 
510
                 from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
511
                 from src/pygame.h:68,
 
512
                 from src/draw.c:26:
 
513
c:/msys/1.0/local/include/SDL/SDL_config.h:131:1: warning: "HAVE_SNPRINTF" redefined
 
514
In file included from C:/Python25/include/Python.h:114,
 
515
                 from src/pygame.h:60,
 
516
                 from src/draw.c:26:
 
517
C:/Python25/include/pyerrors.h:320:1: warning: this is the location of the previous definition
 
518
In file included from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
519
                 from src/pygame.h:68,
 
520
                 from src/draw.c:26:
 
521
c:/msys/1.0/local/include/SDL/SDL_main.h:50:1: warning: "main" redefined
 
522
<command line>:2:1: warning: this is the location of the previous definition
 
523
writing build\temp.win32-2.5\Release\src\draw.def
 
524
c:\mingw\bin\gcc.exe -mno-cygwin -shared -mwindows -s build\temp.win32-2.5\Release\src\draw.o build\temp.win32-2.5\Release\src\draw.def -Lc:/msys/1.0/local/lib -LC:\Python25\libs -LC:\Python25\PCBuild -lmingw32 -lSDLmain -lSDL -lpython25 -lmsvcr71 -o build\lib.win32-2.5\pygame\draw.pyd
 
525
building 'pygame.image' extension
 
526
c:\mingw\bin\gcc.exe -mno-cygwin -mdll -O -Wall -D_GNU_SOURCE= -Dmain=DL_main -Ic:/msys/1.0/local/include/SDL -IC:\Python25\include -IC:\Python25\PC -c src/image.c -o build\temp.win32-2.5\Release\src\image.o
 
527
In file included from c:/msys/1.0/local/include/SDL/SDL_stdinc.h:28,
 
528
                 from c:/msys/1.0/local/include/SDL/SDL_main.h:26,
 
529
                 from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
530
                 from src/pygame.h:68,
 
531
                 from src/image.c:27:
 
532
c:/msys/1.0/local/include/SDL/SDL_config.h:131:1: warning: "HAVE_SNPRINTF" redefined
 
533
In file included from C:/Python25/include/Python.h:114,
 
534
                 from src/pygame.h:60,
 
535
                 from src/image.c:27:
 
536
C:/Python25/include/pyerrors.h:320:1: warning: this is the location of the previous definition
 
537
In file included from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
538
                 from src/pygame.h:68,
 
539
                 from src/image.c:27:
 
540
c:/msys/1.0/local/include/SDL/SDL_main.h:50:1: warning: "main" redefined
 
541
<command line>:2:1: warning: this is the location of the previous definition
 
542
src/image.c: In function `opengltosdl':
 
543
src/image.c:89: warning: unused variable `pyopengl'
 
544
src/image.c:89: warning: unused variable `readpixels'
 
545
src/image.c:90: warning: unused variable `typeflag'
 
546
src/image.c:90: warning: unused variable `formatflag'
 
547
src/image.c: In function `image_save':
 
548
src/image.c:223: warning: suggest explicit braces to avoid ambiguous `else'
 
549
writing build\temp.win32-2.5\Release\src\image.def
 
550
c:\mingw\bin\gcc.exe -mno-cygwin -shared -mwindows -s build\temp.win32-2.5\Release\src\image.o build\temp.win32-2.5\Release\src\image.def -Lc:/msys/1.0/local/lib -LC:\Python25\libs -LC:\Python25\PCBuild -lmingw32 -lSDLmain -lSDL -lpython25 -lmsvcr71 -o build\lib.win32-2.5\pygame\image.pyd
 
551
building 'pygame.overlay' extension
 
552
c:\mingw\bin\gcc.exe -mno-cygwin -mdll -O -Wall -D_GNU_SOURCE= -Dmain=DL_main -Ic:/msys/1.0/local/include/SDL -IC:\Python25\include -IC:\Python25\PC -c src/overlay.c -o build\temp.win32-2.5\Release\src\overlay.o
 
553
In file included from c:/msys/1.0/local/include/SDL/SDL_stdinc.h:28,
 
554
                 from c:/msys/1.0/local/include/SDL/SDL_main.h:26,
 
555
                 from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
556
                 from src/pygame.h:68,
 
557
                 from src/overlay.c:27:
 
558
c:/msys/1.0/local/include/SDL/SDL_config.h:131:1: warning: "HAVE_SNPRINTF" redefined
 
559
In file included from C:/Python25/include/Python.h:114,
 
560
                 from src/overlay.c:26:
 
561
C:/Python25/include/pyerrors.h:320:1: warning: this is the location of the previous definition
 
562
In file included from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
563
                 from src/pygame.h:68,
 
564
                 from src/overlay.c:27:
 
565
c:/msys/1.0/local/include/SDL/SDL_main.h:50:1: warning: "main" redefined
 
566
<command line>:2:1: warning: this is the location of the previous definition
 
567
writing build\temp.win32-2.5\Release\src\overlay.def
 
568
c:\mingw\bin\gcc.exe -mno-cygwin -shared -mwindows -s build\temp.win32-2.5\Release\src\overlay.o build\temp.win32-2.5\Release\src\overlay.def -Lc:/msys/1.0/local/lib -LC:\Python25\libs -LC:\Python25\PCBuild -lmingw32 -lSDLmain -lSDL -lpython25 -lmsvcr71 -o build\lib.win32-2.5\pygame\overlay.pyd
 
569
building 'pygame.transform' extension
 
570
c:\mingw\bin\gcc.exe -mno-cygwin -mdll -O -Wall -D_GNU_SOURCE= -Dmain=DL_main -Ic:/msys/1.0/local/include/SDL -IC:\Python25\include -IC:\Python25\PC -c src/transform.c -o build\temp.win32-2.5\Release\src\transform.o
 
571
In file included from c:/msys/1.0/local/include/SDL/SDL_stdinc.h:28,
 
572
                 from c:/msys/1.0/local/include/SDL/SDL_main.h:26,
 
573
                 from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
574
                 from src/pygame.h:68,
 
575
                 from src/transform.c:27:
 
576
c:/msys/1.0/local/include/SDL/SDL_config.h:131:1: warning: "HAVE_SNPRINTF" redefined
 
577
In file included from C:/Python25/include/Python.h:114,
 
578
                 from src/pygame.h:60,
 
579
                 from src/transform.c:27:
 
580
C:/Python25/include/pyerrors.h:320:1: warning: this is the location of the previous definition
 
581
In file included from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
582
                 from src/pygame.h:68,
 
583
                 from src/transform.c:27:
 
584
c:/msys/1.0/local/include/SDL/SDL_main.h:50:1: warning: "main" redefined
 
585
<command line>:2:1: warning: this is the location of the previous definition
 
586
src/transform.c: In function `filter_shrink_X_ONLYC':
 
587
src/transform.c:974: warning: integer constant is too large for "long" type
 
588
src/transform.c: In function `filter_shrink_X_MMX':
 
589
src/transform.c:1015: warning: unused variable `x'
 
590
src/transform.c:1015: warning: unused variable `y'
 
591
src/transform.c: In function `filter_shrink_Y_ONLYC':
 
592
src/transform.c:1185: warning: integer constant is too large for "long" type
 
593
src/transform.c: In function `filter_shrink_Y_MMX':
 
594
src/transform.c:1244: warning: unused variable `x'
 
595
src/transform.c:1244: warning: unused variable `y'
 
596
src/transform.c: In function `filter_expand_X_MMX':
 
597
src/transform.c:1559: warning: integer constant is too large for "long" type
 
598
src/transform.c:1526: warning: unused variable `xm1'
 
599
src/transform.c:1491: warning: unused variable `dstdiff'
 
600
src/transform.c: In function `filter_expand_Y_ONLYC':
 
601
src/transform.c:1600: warning: unused variable `dstdiff'
 
602
src/transform.c: In function `filter_expand_Y_MMX':
 
603
src/transform.c:1623: warning: unused variable `dstdiff'
 
604
src/transform.c:1624: warning: unused variable `x'
 
605
src/transform.c: In function `get_threshold':
 
606
src/transform.c:1964: warning: 'destpixels' might be used uninitialized in this function
 
607
src/transform.c:1964: warning: 'pixels2' might be used uninitialized in this function
 
608
src/transform.c:1968: warning: 'destformat' might be used uninitialized in this function
 
609
src/transform.c:1968: warning: 'format2' might be used uninitialized in this function
 
610
src/transform.c: In function `laplacian':
 
611
src/transform.c:2492: warning: unused variable `total2'
 
612
src/transform.c:2493: warning: unused variable `total3'
 
613
src/transform.c:2506: warning: unused variable `format2'
 
614
src/transform.c:2507: warning: unused variable `pixels2'
 
615
src/transform.c: In function `surf_average_surfaces':
 
616
src/transform.c:2845: warning: unused variable `surfobj'
 
617
src/transform.c:2847: warning: 'newsurf' might be used uninitialized in this function
 
618
c:\mingw\bin\gcc.exe -mno-cygwin -mdll -O -Wall -D_GNU_SOURCE= -Dmain=DL_main -Ic:/msys/1.0/local/include/SDL -IC:\Python25\include -IC:\Python25\PC -c src/rotozoom.c -o build\temp.win32-2.5\Release\src\rotozoom.o
 
619
In file included from c:/msys/1.0/local/include/SDL/SDL_stdinc.h:28,
 
620
                 from c:/msys/1.0/local/include/SDL/SDL_main.h:26,
 
621
                 from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
622
                 from src/pygame.h:68,
 
623
                 from src/rotozoom.c:15:
 
624
c:/msys/1.0/local/include/SDL/SDL_config.h:131:1: warning: "HAVE_SNPRINTF" redefined
 
625
In file included from C:/Python25/include/Python.h:114,
 
626
                 from src/pygame.h:60,
 
627
                 from src/rotozoom.c:15:
 
628
C:/Python25/include/pyerrors.h:320:1: warning: this is the location of the previous definition
 
629
In file included from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
630
                 from src/pygame.h:68,
 
631
                 from src/rotozoom.c:15:
 
632
c:/msys/1.0/local/include/SDL/SDL_main.h:50:1: warning: "main" redefined
 
633
<command line>:2:1: warning: this is the location of the previous definition
 
634
c:\mingw\bin\gcc.exe -mno-cygwin -mdll -O -Wall -D_GNU_SOURCE= -Dmain=DL_main -Ic:/msys/1.0/local/include/SDL -IC:\Python25\include -IC:\Python25\PC -c src/scale2x.c -o build\temp.win32-2.5\Release\src\scale2x.o
 
635
In file included from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
636
                 from src/scale2x.c:35:
 
637
c:/msys/1.0/local/include/SDL/SDL_main.h:50:1: warning: "main" redefined
 
638
<command line>:2:1: warning: this is the location of the previous definition
 
639
writing build\temp.win32-2.5\Release\src\transform.def
 
640
c:\mingw\bin\gcc.exe -mno-cygwin -shared -mwindows -s build\temp.win32-2.5\Release\src\transform.o build\temp.win32-2.5\Release\src\rotozoom.o build\temp.win32-2.5\Release\src\scale2x.o build\temp.win32-2.5\Release\src\transform.def -Lc:/msys/1.0/local/lib -LC:\Python25\libs -LC:\Python25\PCBuild -lmingw32 -lSDLmain -lSDL -lpython25 -lmsvcr71 -o build\lib.win32-2.5\pygame\transform.pyd
 
641
building 'pygame.mask' extension
 
642
c:\mingw\bin\gcc.exe -mno-cygwin -mdll -O -Wall -D_GNU_SOURCE= -Dmain=DL_main -Ic:/msys/1.0/local/include/SDL -IC:\Python25\include -IC:\Python25\PC -c src/mask.c -o build\temp.win32-2.5\Release\src\mask.o
 
643
In file included from c:/msys/1.0/local/include/SDL/SDL_stdinc.h:28,
 
644
                 from c:/msys/1.0/local/include/SDL/SDL_main.h:26,
 
645
                 from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
646
                 from src/pygame.h:68,
 
647
                 from src/mask.c:23:
 
648
c:/msys/1.0/local/include/SDL/SDL_config.h:131:1: warning: "HAVE_SNPRINTF" redefined
 
649
In file included from C:/Python25/include/Python.h:114,
 
650
                 from src/pygame.h:60,
 
651
                 from src/mask.c:23:
 
652
C:/Python25/include/pyerrors.h:320:1: warning: this is the location of the previous definition
 
653
In file included from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
654
                 from src/pygame.h:68,
 
655
                 from src/mask.c:23:
 
656
c:/msys/1.0/local/include/SDL/SDL_main.h:50:1: warning: "main" redefined
 
657
<command line>:2:1: warning: this is the location of the previous definition
 
658
c:\mingw\bin\gcc.exe -mno-cygwin -mdll -O -Wall -D_GNU_SOURCE= -Dmain=DL_main -Ic:/msys/1.0/local/include/SDL -IC:\Python25\include -IC:\Python25\PC -c src/bitmask.c -o build\temp.win32-2.5\Release\src\bitmask.o
 
659
src/bitmask.c: In function `bitcount':
 
660
src/bitmask.c:314: warning: integer constant is too large for "long" type
 
661
src/bitmask.c:314: warning: integer constant is too large for "long" type
 
662
src/bitmask.c:315: warning: integer constant is too large for "long" type
 
663
src/bitmask.c:315: warning: integer constant is too large for "long" type
 
664
src/bitmask.c:316: warning: integer constant is too large for "long" type
 
665
src/bitmask.c:319: warning: right shift count >= width of type
 
666
writing build\temp.win32-2.5\Release\src\mask.def
 
667
c:\mingw\bin\gcc.exe -mno-cygwin -shared -mwindows -s build\temp.win32-2.5\Release\src\mask.o build\temp.win32-2.5\Release\src\bitmask.o build\temp.win32-2.5\Release\src\mask.def -Lc:/msys/1.0/local/lib -LC:\Python25\libs -LC:\Python25\PCBuild -lmingw32 -lSDLmain -lSDL -lpython25 -lmsvcr71 -o build\lib.win32-2.5\pygame\mask.pyd
 
668
building 'pygame.bufferproxy' extension
 
669
c:\mingw\bin\gcc.exe -mno-cygwin -mdll -O -Wall -D_GNU_SOURCE= -Dmain=DL_main -Ic:/msys/1.0/local/include/SDL -IC:\Python25\include -IC:\Python25\PC -c src/bufferproxy.c -o build\temp.win32-2.5\Release\src\bufferproxy.o
 
670
In file included from c:/msys/1.0/local/include/SDL/SDL_stdinc.h:28,
 
671
                 from c:/msys/1.0/local/include/SDL/SDL_main.h:26,
 
672
                 from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
673
                 from src/pygame.h:68,
 
674
                 from src/bufferproxy.c:23:
 
675
c:/msys/1.0/local/include/SDL/SDL_config.h:131:1: warning: "HAVE_SNPRINTF" redefined
 
676
In file included from C:/Python25/include/Python.h:114,
 
677
                 from src/pygame.h:60,
 
678
                 from src/bufferproxy.c:23:
 
679
C:/Python25/include/pyerrors.h:320:1: warning: this is the location of the previous definition
 
680
In file included from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
681
                 from src/pygame.h:68,
 
682
                 from src/bufferproxy.c:23:
 
683
c:/msys/1.0/local/include/SDL/SDL_main.h:50:1: warning: "main" redefined
 
684
<command line>:2:1: warning: this is the location of the previous definition
 
685
src/pygame.h:633: warning: 'PyGAME_C_API' defined but not used
 
686
writing build\temp.win32-2.5\Release\src\bufferproxy.def
 
687
c:\mingw\bin\gcc.exe -mno-cygwin -shared -mwindows -s build\temp.win32-2.5\Release\src\bufferproxy.o build\temp.win32-2.5\Release\src\bufferproxy.def -Lc:/msys/1.0/local/lib -LC:\Python25\libs -LC:\Python25\PCBuild -lmingw32 -lSDLmain -lSDL -lpython25 -lmsvcr71 -o build\lib.win32-2.5\pygame\bufferproxy.pyd
 
688
building 'pygame.pixelarray' extension
 
689
c:\mingw\bin\gcc.exe -mno-cygwin -mdll -O -Wall -D_GNU_SOURCE= -Dmain=DL_main -Ic:/msys/1.0/local/include/SDL -IC:\Python25\include -IC:\Python25\PC -c src/pixelarray.c -o build\temp.win32-2.5\Release\src\pixelarray.o
 
690
In file included from c:/msys/1.0/local/include/SDL/SDL_stdinc.h:28,
 
691
                 from c:/msys/1.0/local/include/SDL/SDL_main.h:26,
 
692
                 from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
693
                 from src/pygame.h:68,
 
694
                 from src/pixelarray.c:23:
 
695
c:/msys/1.0/local/include/SDL/SDL_config.h:131:1: warning: "HAVE_SNPRINTF" redefined
 
696
In file included from C:/Python25/include/Python.h:114,
 
697
                 from src/pygame.h:60,
 
698
                 from src/pixelarray.c:23:
 
699
C:/Python25/include/pyerrors.h:320:1: warning: this is the location of the previous definition
 
700
In file included from c:/msys/1.0/local/include/SDL/SDL.h:28,
 
701
                 from src/pygame.h:68,
 
702
                 from src/pixelarray.c:23:
 
703
c:/msys/1.0/local/include/SDL/SDL_main.h:50:1: warning: "main" redefined
 
704
<command line>:2:1: warning: this is the location of the previous definition
 
705
writing build\temp.win32-2.5\Release\src\pixelarray.def
 
706
c:\mingw\bin\gcc.exe -mno-cygwin -shared -mwindows -s build\temp.win32-2.5\Release\src\pixelarray.o build\temp.win32-2.5\Release\src\pixelarray.def -Lc:/msys/1.0/local/lib -LC:\Python25\libs -LC:\Python25\PCBuild -lmingw32 -lSDLmain -lSDL -lpython25 -lmsvcr71 -o build\lib.win32-2.5\pygame\pixelarray.pyd
 
707
running install
 
708
running install_lib
 
709
copying build\lib.win32-2.5\pygame\base.pyd -> C:\Python25\Lib\site-packages\pygame
 
710
copying build\lib.win32-2.5\pygame\bufferproxy.pyd -> C:\Python25\Lib\site-packages\pygame
 
711
copying build\lib.win32-2.5\pygame\cdrom.pyd -> C:\Python25\Lib\site-packages\pygame
 
712
copying build\lib.win32-2.5\pygame\color.pyd -> C:\Python25\Lib\site-packages\pygame
 
713
copying build\lib.win32-2.5\pygame\constants.pyd -> C:\Python25\Lib\site-packages\pygame
 
714
copying build\lib.win32-2.5\pygame\display.pyd -> C:\Python25\Lib\site-packages\pygame
 
715
copying build\lib.win32-2.5\pygame\draw.pyd -> C:\Python25\Lib\site-packages\pygame
 
716
copying build\lib.win32-2.5\pygame\event.pyd -> C:\Python25\Lib\site-packages\pygame
 
717
copying build\lib.win32-2.5\pygame\fastevent.pyd -> C:\Python25\Lib\site-packages\pygame
 
718
copying build\lib.win32-2.5\pygame\font.pyd -> C:\Python25\Lib\site-packages\pygame
 
719
copying build\lib.win32-2.5\pygame\image.pyd -> C:\Python25\Lib\site-packages\pygame
 
720
copying build\lib.win32-2.5\pygame\imageext.pyd -> C:\Python25\Lib\site-packages\pygame
 
721
copying build\lib.win32-2.5\pygame\joystick.pyd -> C:\Python25\Lib\site-packages\pygame
 
722
copying build\lib.win32-2.5\pygame\key.pyd -> C:\Python25\Lib\site-packages\pygame
 
723
copying build\lib.win32-2.5\pygame\mask.pyd -> C:\Python25\Lib\site-packages\pygame
 
724
copying build\lib.win32-2.5\pygame\mixer.pyd -> C:\Python25\Lib\site-packages\pygame
 
725
copying build\lib.win32-2.5\pygame\mixer_music.pyd -> C:\Python25\Lib\site-packages\pygame
 
726
copying build\lib.win32-2.5\pygame\mouse.pyd -> C:\Python25\Lib\site-packages\pygame
 
727
copying build\lib.win32-2.5\pygame\movie.pyd -> C:\Python25\Lib\site-packages\pygame
 
728
copying build\lib.win32-2.5\pygame\overlay.pyd -> C:\Python25\Lib\site-packages\pygame
 
729
copying build\lib.win32-2.5\pygame\pixelarray.pyd -> C:\Python25\Lib\site-packages\pygame
 
730
copying build\lib.win32-2.5\pygame\rect.pyd -> C:\Python25\Lib\site-packages\pygame
 
731
copying build\lib.win32-2.5\pygame\rwobject.pyd -> C:\Python25\Lib\site-packages\pygame
 
732
copying build\lib.win32-2.5\pygame\scrap.pyd -> C:\Python25\Lib\site-packages\pygame
 
733
copying build\lib.win32-2.5\pygame\surface.pyd -> C:\Python25\Lib\site-packages\pygame
 
734
copying build\lib.win32-2.5\pygame\surflock.pyd -> C:\Python25\Lib\site-packages\pygame
 
735
copying build\lib.win32-2.5\pygame\time.pyd -> C:\Python25\Lib\site-packages\pygame
 
736
copying build\lib.win32-2.5\pygame\transform.pyd -> C:\Python25\Lib\site-packages\pygame
 
737
copying build\lib.win32-2.5\pygame\_numericsndarray.pyd -> C:\Python25\Lib\site-packages\pygame
 
738
copying build\lib.win32-2.5\pygame\_numericsurfarray.pyd -> C:\Python25\Lib\site-packages\pygame
 
739
running install_headers
 
740
running install_data
 
741
running install_egg_info
 
742
Removing C:\Python25\Lib\site-packages\pygame-1.9.0pre-py2.5.egg-info
 
743
Writing C:\Python25\Lib\site-packages\pygame-1.9.0pre-py2.5.egg-info
 
 
b'\\ No newline at end of file'