Ticket #3114: py-gtk2-errors

File py-gtk2-errors, 45.9 KB (added by anita@…, 19 years ago)

Log of py-gtk2 build -vd

Line 
1Macintosh:/usr/local/src/darwinports/darwinports/dports/python/py-gtk2 anita$ more Portfile
2# $Id: Portfile,v 1.13 2005/03/08 08:26:40 blb Exp $
3
4PortSystem                      1.0
5name                            py-gtk2
6version                         2.6.2
7categories                      python x11
8maintainers                     yves@gnu-darwin.org
9description                     PyGTK2 is the Python binding to GTK+ 2.x
10long_description        \
11        PyGTK contains modules that allow you to use gtk in Python programs. \
12        At present, it is a fairly complete set of bindings.
13
14homepage                        http://www.pygtk.org/
15master_sites                    gnome:sources/pygtk/2.6
16distname                        pygtk-${version}
17use_bzip2                       yes
18checksums                       md5 0d4dca0564fc867a976808d18443f059
19
20depends_lib                     port:python24 lib:libgtk.2:gtk2
21
22post-destroot {
23        xinstall -m 755 -d ${destroot}/${prefix}/share/doc/${name} \
24                ${destroot}/${prefix}/share/${name}
25        xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL \
26                MAPPING NEWS PKG-INFO README THREADS TODO \
27                        ${destroot}/${prefix}/share/doc/${name}
28        file copy ${worksrcpath}/examples ${destroot}/${prefix}/share/pygtk/2.0
29        eval file delete \
30                [glob ${destroot}/${prefix}/share/pygtk/2.0/examples/Makefile*]
31
32}
33
34variant glade {
35        depends_lib-append      lib:libglade-2:libglade2
36}
37
38Macintosh:/usr/local/src/darwinports/darwinports/dports/python/py-gtk2 anita$ cd
39Macintosh:~ anita$ sudo port clean py-gtk2
40Password:
41--->  Cleaning py-gtk2
42Macintosh:~ anita$ sudo port info python24
43python24 2.4.1, Revision 3, lang/python24 (Variants: puredarwin, no-tk)
44http://www.python.org/
45
46Python is an interpreted, interactive, object-oriented programming language.
47
48Library Dependencies: readline, tk
49Platforms: darwin
50Maintainers: mww@opendarwin.org
51Macintosh:~ anita$ sudo port info gtk2   
52gtk2 2.6.7, Revision 1, x11/gtk2 (Variants: darwin_6, darwin_8)
53http://www.gtk.org/
54
55This is GTK+ version 2.x. GTK+, which stands for Gimp ToolKit, is a library for creating GUIs for the X Windows System.
56
57Library Dependencies: glib2, tiff, libpng, atk, pango, gettext, XFree86
58Platforms: darwin
59Maintainers: mij@opendarwin.org
60Macintosh:~ anita$ sudo port build -vd py-gtk2
61DEBUG: Found port in file:///opt/local/var/db/dports/sources/rsync.rsync.opendarwin.org_dpupdate_dports/python/py-gtk2
62DEBUG: Changing to port directory: /opt/local/var/db/dports/sources/rsync.rsync.opendarwin.org_dpupdate_dports/python/py-gtk2
63DEBUG: Requested variant powerpc is not provided by port py-gtk2.
64DEBUG: Requested variant darwin is not provided by port py-gtk2.
65DEBUG: Requested variant macosx is not provided by port py-gtk2.
66DEBUG: Found port in file:///opt/local/var/db/dports/sources/rsync.rsync.opendarwin.org_dpupdate_dports/lang/python24
67DEBUG: Changing to port directory: /opt/local/var/db/dports/sources/rsync.rsync.opendarwin.org_dpupdate_dports/lang/python24
68DEBUG: Searching for dependency: python24
69DEBUG: Found Dependency: receipt exists for python24
70DEBUG: Found port in file:///opt/local/var/db/dports/sources/rsync.rsync.opendarwin.org_dpupdate_dports/x11/gtk2
71DEBUG: Changing to port directory: /opt/local/var/db/dports/sources/rsync.rsync.opendarwin.org_dpupdate_dports/x11/gtk2
72DEBUG: Searching for dependency: gtk2
73DEBUG: Found Dependency: receipt exists for gtk2
74DEBUG: Executing com.apple.main (py-gtk2)
75--->  Fetching py-gtk2
76DEBUG: Executing com.apple.fetch (py-gtk2)
77--->  Verifying checksum(s) for py-gtk2
78DEBUG: Executing com.apple.checksum (py-gtk2)
79--->  Checksumming pygtk-2.4.1.tar.bz2
80DEBUG: Correct (md5) checksum for pygtk-2.4.1.tar.bz2
81DEBUG: setting option extract.cmd to /opt/local/bin/bzip2
82--->  Extracting py-gtk2
83DEBUG: Executing com.apple.extract (py-gtk2)
84--->  Extracting pygtk-2.4.1.tar.bz2
85DEBUG: setting option extract.args to /opt/local/var/db/dports/distfiles/py-gtk2/pygtk-2.4.1.tar.bz2
86DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_python_py-gtk2/work" && /opt/local/bin/bzip2 -dc /opt/local/var/db/dports/distfiles/py-gtk2/pygtk-2.4.1.tar.bz2 | /sw/bin/gnutar --no-same-owner -xf -'
87DEBUG: Executing com.apple.patch (py-gtk2)
88--->  Configuring py-gtk2
89DEBUG: Executing com.apple.configure (py-gtk2)
90DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_python_py-gtk2/work/pygtk-2.4.1" && ./configure --prefix=/opt/local'
91checking for a BSD-compatible install... /usr/bin/install -c
92checking whether build environment is sane... yes
93checking for gawk... gawk
94checking whether make sets $(MAKE)... yes
95checking for style of include used by make... GNU
96checking for gcc... gcc
97checking for C compiler default output file name... a.out
98checking whether the C compiler works... yes
99checking whether we are cross compiling... no
100checking for suffix of executables...
101checking for suffix of object files... o
102checking whether we are using the GNU C compiler... yes
103checking whether gcc accepts -g... yes
104checking for gcc option to accept ANSI C... none needed
105checking dependency style of gcc... gcc3
106checking for bind_textdomain_codeset... no
107checking build system type... powerpc-apple-darwin8.1.0
108checking host system type... powerpc-apple-darwin8.1.0
109checking for some Win32 platform... no
110checking for native Win32... no
111checking for a sed that does not truncate output... /usr/bin/sed
112checking for egrep... grep -E
113checking for ld used by gcc... /usr/bin/ld
114checking if the linker (/usr/bin/ld) is GNU ld... no
115checking for /usr/bin/ld option to reload object files... -r
116checking for BSD-compatible nm... /usr/bin/nm -p
117checking whether ln -s works... yes
118checking how to recognise dependent libraries... pass_all
119checking how to run the C preprocessor... gcc -E
120checking for ANSI C header files... yes
121checking for sys/types.h... yes
122checking for sys/stat.h... yes
123checking for stdlib.h... yes
124checking for string.h... yes
125checking for memory.h... yes
126checking for strings.h... yes
127checking for inttypes.h... yes
128checking for stdint.h... yes
129checking for unistd.h... yes
130checking dlfcn.h usability... yes
131checking dlfcn.h presence... yes
132checking for dlfcn.h... yes
133checking for g++... g++
134checking whether we are using the GNU C++ compiler... yes
135checking whether g++ accepts -g... yes
136checking dependency style of g++... gcc3
137checking how to run the C++ preprocessor... g++ -E
138checking for g77... no
139checking for f77... no
140checking for xlf... no
141checking for frt... no
142checking for pgf77... no
143checking for fort77... no
144checking for fl32... no
145checking for af77... no
146checking for f90... no
147checking for xlf90... no
148checking for pgf90... no
149checking for epcf90... no
150checking for f95... no
151checking for fort... no
152checking for xlf95... no
153checking for ifc... no
154checking for efc... no
155checking for pgf95... no
156checking for lf95... no
157checking for gfortran... no
158checking whether we are using the GNU Fortran 77 compiler... no
159checking whether  accepts -g... no
160checking the maximum length of command line arguments... 65536
161checking command to parse /usr/bin/nm -p output from gcc object... ok
162checking for objdir... .libs
163checking for ar... ar
164checking for ranlib... ranlib
165checking for strip... strip
166checking if gcc static flag  works... yes
167checking if gcc supports -fno-rtti -fno-exceptions... no
168checking for gcc option to produce PIC... -fno-common
169checking if gcc PIC flag -fno-common works... yes
170checking if gcc supports -c -o file.o... yes
171checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
172checking dynamic linker characteristics... darwin8.1.0 dyld
173checking how to hardcode library paths into programs... immediate
174checking whether stripping libraries is possible... yes
175checking if libtool supports shared libraries... yes
176checking whether to build shared libraries... yes
177checking whether to build static libraries... no
178configure: creating libtool
179appending configuration tag "CXX" to libtool
180checking for ld used by g++... /usr/bin/ld
181checking if the linker (/usr/bin/ld) is GNU ld... no
182checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
183checking for g++ option to produce PIC... -fno-common
184checking if g++ PIC flag -fno-common works... yes
185checking if g++ supports -c -o file.o... yes
186checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
187checking dynamic linker characteristics... darwin8.1.0 dyld
188checking how to hardcode library paths into programs... immediate
189checking whether stripping libraries is possible... yes
190appending configuration tag "F77" to libtool
191checking for a Python interpreter with version >= 2.3... python
192checking for python... /opt/local/bin/python
193checking for python version... 2.4
194checking for python platform... darwin
195checking for python script directory... ${prefix}/lib/python2.4/site-packages
196checking for python extension module directory... ${exec_prefix}/lib/python2.4/site-packages
197checking for headers required to compile python extensions... found
198checking for python module thread... yes
199checking whether to enable threading in pygtk... yes
200checking for pkg-config... /opt/local/bin/pkg-config
201checking for GLIB - version >= 2.4.0... yes (version 2.6.4)
202checking for atk >= 1.0.0... yes
203checking ATK_CFLAGS... -I/opt/local/include/atk-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include 
204checking ATK_LIBS... -L/opt/local/lib -latk-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv 
205checking for pango >= 1.4.0... yes
206checking PANGO_CFLAGS... -I/opt/local/include/pango-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include 
207checking PANGO_LIBS... -L/opt/local/lib -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv 
208checking for pkg-config... (cached) /opt/local/bin/pkg-config
209checking for GTK+ - version >= 2.4.0... yes (version 2.6.7)
210checking for GTK+ 2.4... found (version 2.6.7)
211checking for libglade-2.0 >= 2.3.6... checking for Numeric/arrayobject.h... no
212checking whether gcc understands -Wall... yes
213checking whether gcc understands -std=c9x... yes
214checking whether gcc understands -fno-strict-aliasing... yes
215configure: creating ./config.status
216config.status: creating Makefile
217config.status: creating pygtk-2.0.pc
218config.status: creating codegen/Makefile
219config.status: creating gobject/Makefile
220config.status: creating gtk/Makefile
221config.status: creating docs/Makefile
222config.status: creating examples/Makefile
223config.status: creating tests/Makefile
224config.status: creating codegen/pygtk-codegen-2.0
225config.status: creating pygtk.spec
226config.status: creating PKG-INFO
227config.status: creating config.h
228config.status: executing depfiles commands
229--->  Building py-gtk2 with target all
230DEBUG: Executing com.apple.build (py-gtk2)
231DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_python_py-gtk2/work/pygtk-2.4.1" && make all'
232make  all-recursive
233Making all in codegen
234make[2]: Nothing to be done for `all'.
235Making all in gobject
236if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include      -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT gobjectmodule.lo -MD -MP -MF ".deps/gobjectmodule.Tpo" \
237  -c -o gobjectmodule.lo `test -f 'gobjectmodule.c' || echo './'`gobjectmodule.c; \
238then mv -f ".deps/gobjectmodule.Tpo" ".deps/gobjectmodule.Plo"; \
239else rm -f ".deps/gobjectmodule.Tpo"; exit 1; \
240fi
241mkdir .libs
242 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT gobjectmodule.lo -MD -MP -MF .deps/gobjectmodule.Tpo -c gobjectmodule.c  -fno-common -DPIC -o .libs/gobjectmodule.o
243if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include      -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT pygboxed.lo -MD -MP -MF ".deps/pygboxed.Tpo" \
244  -c -o pygboxed.lo `test -f 'pygboxed.c' || echo './'`pygboxed.c; \
245then mv -f ".deps/pygboxed.Tpo" ".deps/pygboxed.Plo"; \
246else rm -f ".deps/pygboxed.Tpo"; exit 1; \
247fi
248 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT pygboxed.lo -MD -MP -MF .deps/pygboxed.Tpo -c pygboxed.c  -fno-common -DPIC -o .libs/pygboxed.o
249if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include      -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT pygenum.lo -MD -MP -MF ".deps/pygenum.Tpo" \
250  -c -o pygenum.lo `test -f 'pygenum.c' || echo './'`pygenum.c; \
251then mv -f ".deps/pygenum.Tpo" ".deps/pygenum.Plo"; \
252else rm -f ".deps/pygenum.Tpo"; exit 1; \
253fi
254 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT pygenum.lo -MD -MP -MF .deps/pygenum.Tpo -c pygenum.c  -fno-common -DPIC -o .libs/pygenum.o
255if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include      -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT pygflags.lo -MD -MP -MF ".deps/pygflags.Tpo" \
256  -c -o pygflags.lo `test -f 'pygflags.c' || echo './'`pygflags.c; \
257then mv -f ".deps/pygflags.Tpo" ".deps/pygflags.Plo"; \
258else rm -f ".deps/pygflags.Tpo"; exit 1; \
259fi
260 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT pygflags.lo -MD -MP -MF .deps/pygflags.Tpo -c pygflags.c  -fno-common -DPIC -o .libs/pygflags.o
261if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include      -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT pygobject.lo -MD -MP -MF ".deps/pygobject.Tpo" \
262  -c -o pygobject.lo `test -f 'pygobject.c' || echo './'`pygobject.c; \
263then mv -f ".deps/pygobject.Tpo" ".deps/pygobject.Plo"; \
264else rm -f ".deps/pygobject.Tpo"; exit 1; \
265fi
266 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT pygobject.lo -MD -MP -MF .deps/pygobject.Tpo -c pygobject.c  -fno-common -DPIC -o .libs/pygobject.o
267if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include      -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT pygmaincontext.lo -MD -MP -MF ".deps/pygmaincontext.Tpo" \
268  -c -o pygmaincontext.lo `test -f 'pygmaincontext.c' || echo './'`pygmaincontext.c; \
269then mv -f ".deps/pygmaincontext.Tpo" ".deps/pygmaincontext.Plo"; \
270else rm -f ".deps/pygmaincontext.Tpo"; exit 1; \
271fi
272 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT pygmaincontext.lo -MD -MP -MF .deps/pygmaincontext.Tpo -c pygmaincontext.c  -fno-common -DPIC -o .libs/pygmaincontext.o
273if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include      -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT pygmainloop.lo -MD -MP -MF ".deps/pygmainloop.Tpo" \
274  -c -o pygmainloop.lo `test -f 'pygmainloop.c' || echo './'`pygmainloop.c; \
275then mv -f ".deps/pygmainloop.Tpo" ".deps/pygmainloop.Plo"; \
276else rm -f ".deps/pygmainloop.Tpo"; exit 1; \
277fi
278 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT pygmainloop.lo -MD -MP -MF .deps/pygmainloop.Tpo -c pygmainloop.c  -fno-common -DPIC -o .libs/pygmainloop.o
279if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include      -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT pygparamspec.lo -MD -MP -MF ".deps/pygparamspec.Tpo" \
280  -c -o pygparamspec.lo `test -f 'pygparamspec.c' || echo './'`pygparamspec.c; \
281then mv -f ".deps/pygparamspec.Tpo" ".deps/pygparamspec.Plo"; \
282else rm -f ".deps/pygparamspec.Tpo"; exit 1; \
283fi
284 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT pygparamspec.lo -MD -MP -MF .deps/pygparamspec.Tpo -c pygparamspec.c  -fno-common -DPIC -o .libs/pygparamspec.o
285if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include      -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT pygpointer.lo -MD -MP -MF ".deps/pygpointer.Tpo" \
286  -c -o pygpointer.lo `test -f 'pygpointer.c' || echo './'`pygpointer.c; \
287then mv -f ".deps/pygpointer.Tpo" ".deps/pygpointer.Plo"; \
288else rm -f ".deps/pygpointer.Tpo"; exit 1; \
289fi
290 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT pygpointer.lo -MD -MP -MF .deps/pygpointer.Tpo -c pygpointer.c  -fno-common -DPIC -o .libs/pygpointer.o
291if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include      -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT pygtype.lo -MD -MP -MF ".deps/pygtype.Tpo" \
292  -c -o pygtype.lo `test -f 'pygtype.c' || echo './'`pygtype.c; \
293then mv -f ".deps/pygtype.Tpo" ".deps/pygtype.Plo"; \
294else rm -f ".deps/pygtype.Tpo"; exit 1; \
295fi
296 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT pygtype.lo -MD -MP -MF .deps/pygtype.Tpo -c pygtype.c  -fno-common -DPIC -o .libs/pygtype.o
297pygtype.c: In function 'pyg_value_from_pyobject':
298pygtype.c:496: warning: pointer targets in passing argument 3 of 'pyg_flags_get_value' differ in signedness
299/bin/sh ../libtool --mode=link gcc  -g -O2 -Wall -std=c9x -fno-strict-aliasing   -o gobject.la -rpath /opt/local/lib/python2.4/site-packages/gtk-2.0 -module -avoid-version  -export-symbols-regex initgobject gobjectmodule.lo pygboxed.lo pygenum.lo pygflags.lo pygobject.lo pygmaincontext.lo pygmainloop.lo pygparamspec.lo pygpointer.lo pygtype.lo -L/opt/local/lib -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -lintl -liconv   
300generating symbol list for `gobject.la'
301/usr/bin/nm -p  .libs/gobjectmodule.o .libs/pygboxed.o .libs/pygenum.o .libs/pygflags.o .libs/pygobject.o .libs/pygmaincontext.o .libs/pygmainloop.o .libs/pygparamspec.o .libs/pygpointer.o .libs/pygtype.o  | sed -n -e 's/^.*[         ]\([BCDEGRST][BCDEGRST]*\)[     ][       ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' | /usr/bin/sed 's/.* //' | sort | uniq > .libs/gobject.exp
302grep -E -e "initgobject" ".libs/gobject.exp" > ".libs/gobject.expT"
303mv -f ".libs/gobject.expT" ".libs/gobject.exp"
304sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < .libs/gobject.exp > .libs/gobject-symbols.expsym
305gcc -flat_namespace -undefined suppress -o .libs/gobject.so -bundle  .libs/gobjectmodule.o .libs/pygboxed.o .libs/pygenum.o .libs/pygflags.o .libs/pygobject.o .libs/pygmaincontext.o .libs/pygmainloop.o .libs/pygparamspec.o .libs/pygpointer.o .libs/pygtype.o  -L/opt/local/lib /opt/local/lib/libgobject-2.0.dylib /opt/local/lib/libgthread-2.0.dylib /opt/local/lib/libglib-2.0.dylib /opt/local/lib/libintl.dylib /opt/local/lib/libiconv.dylib
306/usr/bin/ld: warning -prebind has no effect with -bundle
307/usr/bin/ld: warning multiple definitions of symbol _locale_charset
308/opt/local/lib/libiconv.dylib(localcharset.o) definition of _locale_charset
309/opt/local/lib/libintl.dylib(localcharset.o) definition of _locale_charset
310nmedit -s .libs/gobject-symbols.expsym .libs/gobject.so
311creating gobject.la
312(cd .libs && rm -f gobject.la && ln -s ../gobject.la gobject.la)
313Making all in .
314if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include   -I/opt/local/include/pango-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include   -I/opt/local/include/atk-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include   -I./gobject    -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT atkmodule.lo -MD -MP -MF ".deps/atkmodule.Tpo" \
315  -c -o atkmodule.lo `test -f 'atkmodule.c' || echo './'`atkmodule.c; \
316then mv -f ".deps/atkmodule.Tpo" ".deps/atkmodule.Plo"; \
317else rm -f ".deps/atkmodule.Tpo"; exit 1; \
318fi
319mkdir .libs
320 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I./gobject -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT atkmodule.lo -MD -MP -MF .deps/atkmodule.Tpo -c atkmodule.c  -fno-common -DPIC -o .libs/atkmodule.o
321(cd .\
322 && /opt/local/bin/python codegen/codegen.py \
323    --register pango-types.defs \
324    --register atk-types.defs \
325    --register gtk/gdk-types.defs \
326    --register gtk/gtk-types.defs \
327    --override atk.override \
328    --prefix pyatk atk.defs) > gen-atk.c \
329&& cp gen-atk.c atk.c \
330&& rm -f gen-atk.c
331Could not write method AtkObject.connect_property_change_handler: No ArgType for 'AtkPropertyChangeHandler*'
332Could not write method AtkObject.notify_state_change: No ArgType for 'AtkState'
333Warning: generating old-style constructor for atk_no_op_object_new
334Could not write method AtkRelation.get_target: No ArgType for 'GPtrArray*'
335Could not write method AtkStateSet.add_states: No ArgType for 'AtkStateType*'
336Could not write method AtkStateSet.contains_states: No ArgType for 'AtkStateType*'
337Could not write function add_focus_tracker: No ArgType for 'AtkEventListener'
338Could not write function focus_tracker_init: No ArgType for 'AtkEventListenerInit'
339Could not write function add_global_event_listener: No ArgType for 'GSignalEmissionHook'
340Could not write function add_key_event_listener: No ArgType for 'AtkKeySnoopFunc'
341if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include   -I/opt/local/include/pango-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include   -I/opt/local/include/atk-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include   -I./gobject    -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT atk.lo -MD -MP -MF ".deps/atk.Tpo" \
342  -c -o atk.lo `test -f 'atk.c' || echo './'`atk.c; \
343then mv -f ".deps/atk.Tpo" ".deps/atk.Plo"; \
344else rm -f ".deps/atk.Tpo"; exit 1; \
345fi
346 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I./gobject -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT atk.lo -MD -MP -MF .deps/atk.Tpo -c atk.c  -fno-common -DPIC -o .libs/atk.o
347/bin/sh ./libtool --mode=link gcc  -g -O2 -Wall -std=c9x -fno-strict-aliasing   -o atk.la -rpath /opt/local/lib/python2.4/site-packages/gtk-2.0 -module -avoid-version  -export-symbols-regex initatk atkmodule.lo atk.lo -L/opt/local/lib -latk-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv   
348generating symbol list for `atk.la'
349/usr/bin/nm -p  .libs/atkmodule.o .libs/atk.o  | sed -n -e 's/^.*[      ]\([BCDEGRST][BCDEGRST]*\)[      ][      ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' | /usr/bin/sed 's/.* //' | sort | uniq > .libs/atk.exp
350grep -E -e "initatk" ".libs/atk.exp" > ".libs/atk.expT"
351mv -f ".libs/atk.expT" ".libs/atk.exp"
352sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < .libs/atk.exp > .libs/atk-symbols.expsym
353gcc -flat_namespace -undefined suppress -o .libs/atk.so -bundle  .libs/atkmodule.o .libs/atk.o  -L/opt/local/lib /opt/local/lib/libatk-1.0.dylib /opt/local/lib/libgobject-2.0.dylib /opt/local/lib/libgmodule-2.0.dylib /opt/local/lib/libglib-2.0.dylib /opt/local/lib/libintl.dylib /opt/local/lib/libiconv.dylib
354/usr/bin/ld: warning -prebind has no effect with -bundle
355/usr/bin/ld: warning multiple definitions of symbol _locale_charset
356/opt/local/lib/libintl.dylib(localcharset.o) definition of _locale_charset
357/opt/local/lib/libiconv.dylib(localcharset.o) definition of _locale_charset
358nmedit -s .libs/atk-symbols.expsym .libs/atk.so
359creating atk.la
360(cd .libs && rm -f atk.la && ln -s ../atk.la atk.la)
361if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include   -I/opt/local/include/pango-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include   -I/opt/local/include/atk-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include   -I./gobject    -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT pangomodule.lo -MD -MP -MF ".deps/pangomodule.Tpo" \
362  -c -o pangomodule.lo `test -f 'pangomodule.c' || echo './'`pangomodule.c; \
363then mv -f ".deps/pangomodule.Tpo" ".deps/pangomodule.Plo"; \
364else rm -f ".deps/pangomodule.Tpo"; exit 1; \
365fi
366 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I./gobject -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT pangomodule.lo -MD -MP -MF .deps/pangomodule.Tpo -c pangomodule.c  -fno-common -DPIC -o .libs/pangomodule.o
367(cd .\
368 && /opt/local/bin/python codegen/codegen.py \
369    --register pango-types.defs \
370    --register atk-types.defs \
371    --register gtk/gdk-types.defs \
372    --register gtk/gtk-types.defs \
373    --override pango.override \
374    --prefix pypango pango.defs) > gen-pango.c \
375&& cp gen-pango.c pango.c \
376&& rm -f gen-pango.c
377Could not write getter for PangoGlyphString.glyphs: No ArgType for 'PangoGlyphInfo*'
378Could not write getter for PangoGlyphString.log_clusters: No ArgType for 'gint*'
379Warning: generating old-style constructor for pango_fontset_simple_new
380Warning: generating old-style constructor for pango_layout_new
381Could not write method PangoLayout.get_line: No ArgType for 'PangoLayoutLine*'
382Could not write method PangoLayout.get_lines: No ArgType for 'GSList*'
383Could not write method PangoLayout.get_iter: No ArgType for 'PangoLayoutIter*'
384Could not write function find_paragraph_boundary: No ArgType for 'gint*'
385Could not write function get_log_attrs: No ArgType for 'PangoLogAttr*'
386Could not write function itemize: No ArgType for 'PangoAttrIterator*'
387Could not write function reorder_items: No ArgType for 'GList*'
388if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include   -I/opt/local/include/pango-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include   -I/opt/local/include/atk-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include   -I./gobject    -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT pango.lo -MD -MP -MF ".deps/pango.Tpo" \
389  -c -o pango.lo `test -f 'pango.c' || echo './'`pango.c; \
390then mv -f ".deps/pango.Tpo" ".deps/pango.Plo"; \
391else rm -f ".deps/pango.Tpo"; exit 1; \
392fi
393 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I./gobject -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT pango.lo -MD -MP -MF .deps/pango.Tpo -c pango.c  -fno-common -DPIC -o .libs/pango.o
394/bin/sh ./libtool --mode=link gcc  -g -O2 -Wall -std=c9x -fno-strict-aliasing   -o pango.la -rpath /opt/local/lib/python2.4/site-packages/gtk-2.0 -module -avoid-version  -export-symbols-regex initpango pangomodule.lo pango.lo -L/opt/local/lib -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv   
395generating symbol list for `pango.la'
396/usr/bin/nm -p  .libs/pangomodule.o .libs/pango.o  | sed -n -e 's/^.*[  ]\([BCDEGRST][BCDEGRST]*\)[      ][      ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' | /usr/bin/sed 's/.* //' | sort | uniq > .libs/pango.exp
397grep -E -e "initpango" ".libs/pango.exp" > ".libs/pango.expT"
398mv -f ".libs/pango.expT" ".libs/pango.exp"
399sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < .libs/pango.exp > .libs/pango-symbols.expsym
400gcc -flat_namespace -undefined suppress -o .libs/pango.so -bundle  .libs/pangomodule.o .libs/pango.o  -L/opt/local/lib /opt/local/lib/libpango-1.0.dylib /opt/local/lib/libgobject-2.0.dylib /opt/local/lib/libgmodule-2.0.dylib /opt/local/lib/libglib-2.0.dylib /opt/local/lib/libintl.dylib /opt/local/lib/libiconv.dylib
401/usr/bin/ld: warning -prebind has no effect with -bundle
402/usr/bin/ld: warning multiple definitions of symbol _locale_charset
403/opt/local/lib/libiconv.dylib(localcharset.o) definition of _locale_charset
404/opt/local/lib/libintl.dylib(localcharset.o) definition of _locale_charset
405nmedit -s .libs/pango-symbols.expsym .libs/pango.so
406creating pango.la
407(cd .libs && rm -f pango.la && ln -s ../pango.la pango.la)
408Making all in gtk
409if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../gobject -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4    -DXTHREADS -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/local/include/freetype2 -I/usr/X11R6/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include    -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT _gtk_la-gtkmodule.lo -MD -MP -MF ".deps/_gtk_la-gtkmodule.Tpo" \
410  -c -o _gtk_la-gtkmodule.lo `test -f 'gtkmodule.c' || echo './'`gtkmodule.c; \
411then mv -f ".deps/_gtk_la-gtkmodule.Tpo" ".deps/_gtk_la-gtkmodule.Plo"; \
412else rm -f ".deps/_gtk_la-gtkmodule.Tpo"; exit 1; \
413fi
414mkdir .libs
415 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../gobject -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 -DXTHREADS -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/local/include/freetype2 -I/usr/X11R6/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT _gtk_la-gtkmodule.lo -MD -MP -MF .deps/_gtk_la-gtkmodule.Tpo -c gtkmodule.c  -fno-common -DPIC -o .libs/_gtk_la-gtkmodule.o
416if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../gobject -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4    -DXTHREADS -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/local/include/freetype2 -I/usr/X11R6/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include    -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT _gtk_la-gtkobject-support.lo -MD -MP -MF ".deps/_gtk_la-gtkobject-support.Tpo" \
417  -c -o _gtk_la-gtkobject-support.lo `test -f 'gtkobject-support.c' || echo './'`gtkobject-support.c; \
418then mv -f ".deps/_gtk_la-gtkobject-support.Tpo" ".deps/_gtk_la-gtkobject-support.Plo"; \
419else rm -f ".deps/_gtk_la-gtkobject-support.Tpo"; exit 1; \
420fi
421 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../gobject -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 -DXTHREADS -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/local/include/freetype2 -I/usr/X11R6/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT _gtk_la-gtkobject-support.lo -MD -MP -MF .deps/_gtk_la-gtkobject-support.Tpo -c gtkobject-support.c  -fno-common -DPIC -o .libs/_gtk_la-gtkobject-support.o
422if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../gobject -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4    -DXTHREADS -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/local/include/freetype2 -I/usr/X11R6/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include    -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT _gtk_la-gtk-types.lo -MD -MP -MF ".deps/_gtk_la-gtk-types.Tpo" \
423  -c -o _gtk_la-gtk-types.lo `test -f 'gtk-types.c' || echo './'`gtk-types.c; \
424then mv -f ".deps/_gtk_la-gtk-types.Tpo" ".deps/_gtk_la-gtk-types.Plo"; \
425else rm -f ".deps/_gtk_la-gtk-types.Tpo"; exit 1; \
426fi
427 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../gobject -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 -DXTHREADS -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/local/include/freetype2 -I/usr/X11R6/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT _gtk_la-gtk-types.lo -MD -MP -MF .deps/_gtk_la-gtk-types.Tpo -c gtk-types.c  -fno-common -DPIC -o .libs/_gtk_la-gtk-types.o
428if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../gobject -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4    -DXTHREADS -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/local/include/freetype2 -I/usr/X11R6/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include    -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT _gtk_la-pygtktreemodel.lo -MD -MP -MF ".deps/_gtk_la-pygtktreemodel.Tpo" \
429  -c -o _gtk_la-pygtktreemodel.lo `test -f 'pygtktreemodel.c' || echo './'`pygtktreemodel.c; \
430then mv -f ".deps/_gtk_la-pygtktreemodel.Tpo" ".deps/_gtk_la-pygtktreemodel.Plo"; \
431else rm -f ".deps/_gtk_la-pygtktreemodel.Tpo"; exit 1; \
432fi
433 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../gobject -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 -DXTHREADS -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/local/include/freetype2 -I/usr/X11R6/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT _gtk_la-pygtktreemodel.lo -MD -MP -MF .deps/_gtk_la-pygtktreemodel.Tpo -c pygtktreemodel.c  -fno-common -DPIC -o .libs/_gtk_la-pygtktreemodel.o
434if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../gobject -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4    -DXTHREADS -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/local/include/freetype2 -I/usr/X11R6/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include    -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT _gtk_la-pygtkcellrenderer.lo -MD -MP -MF ".deps/_gtk_la-pygtkcellrenderer.Tpo" \
435  -c -o _gtk_la-pygtkcellrenderer.lo `test -f 'pygtkcellrenderer.c' || echo './'`pygtkcellrenderer.c; \
436then mv -f ".deps/_gtk_la-pygtkcellrenderer.Tpo" ".deps/_gtk_la-pygtkcellrenderer.Plo"; \
437else rm -f ".deps/_gtk_la-pygtkcellrenderer.Tpo"; exit 1; \
438fi
439 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../gobject -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 -DXTHREADS -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/local/include/freetype2 -I/usr/X11R6/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT _gtk_la-pygtkcellrenderer.lo -MD -MP -MF .deps/_gtk_la-pygtkcellrenderer.Tpo -c pygtkcellrenderer.c  -fno-common -DPIC -o .libs/_gtk_la-pygtkcellrenderer.o
440(cd . \
441 && /opt/local/bin/python ../codegen/codegen.py \
442   -DHAVE_GTK24 \
443    --register ../pango-types.defs \
444    --register ../atk-types.defs \
445    --register gdk-types.defs \
446    --register gtk-types.defs \
447    --override gtk.override \
448    --prefix pygtk gtk.defs) > gen-gtk.c \
449&& cp gen-gtk.c gtk.c \
450&& rm -f gen-gtk.c
451Could not write method GtkAccelGroup.activate: No ArgType for 'GQuark'
452Could not write method GtkAccelGroup.find: No ArgType for 'GtkAccelKey*'
453Could not write method GtkAccelGroup.query: No ArgType for 'guint*'
454Could not write method GtkAccelLabel.set_accel_closure: No ArgType for 'GClosure*'
455Could not write method GtkActionGroup.set_translate_func: No ArgType for 'GtkTranslateFunc'
456Warning: generating old-style constructor for gtk_clipboard_get_for_display
457Could not write method GtkCTree.set_drag_compare_func: No ArgType for 'GtkCTreeCompareDragFunc'
458Could not write method GtkIMContextSimple.add_table: No ArgType for 'guint16*'
459Warning: generating old-style constructor for gtk_item_factory_new
460Warning: generating old-style constructor for gtk_preview_new
461Could not write method GtkSettings.set_property_value: No ArgType for 'const-GtkSettingsValue*'
462Could not write method GtkTreeSelection.get_user_data: No ArgType for 'gpointer'
463Could not write method GtkTreeStore.set_column_types: No ArgType for 'GType*'
464Could not write method GtkTreeView.set_destroy_count_func: No ArgType for 'GtkTreeDestroyCountFunc'
465Could not write method GtkWidget.list_accel_closures: No ArgType for 'GList*'
466Could not write method GtkWidget.region_intersect: No ArgType for 'GdkRegion*'
467Could not write method GtkWidget.style_get: varargs functions not supported
468Could not write function accel_group_from_accel_closure: No ArgType for 'GClosure*'
469Could not write function accel_map_foreach: No ArgType for 'gpointer'
470Could not write function accel_map_load_scanner: No ArgType for 'GScanner*'
471Could not write function accel_map_foreach_unfiltered: No ArgType for 'gpointer'
472Could not write function accel_map_get: No ArgType for 'GtkAccelMap*'
473Could not write function binding_entry_clear: No ArgType for 'GtkBindingSet*'
474Could not write function gtk_binding_entry_add_signall: No ArgType for 'GtkBindingSet*'
475Could not write function binding_entry_add_signall: No ArgType for 'GtkBindingSet*'
476Could not write function binding_parse_binding: No ArgType for 'GScanner*'
477Could not write function color_selection_set_change_palette_hook: No ArgType for 'GtkColorSelectionChangePaletteFunc'
478Could not write function color_selection_set_change_palette_with_screen_hook: No ArgType for 'GtkColorSelectionChangePaletteWithScreenFunc'
479Could not write function file_paths_sort: No ArgType for 'GSList*'
480Could not write function item_factory_popup_data_from_widget: No ArgType for 'gpointer'
481Could not write function init_add: No ArgType for 'GtkFunction'
482Could not write function get_current_event_state: No ArgType for 'GdkModifierType*'
483Could not write function settings_install_property: No ArgType for 'GParamSpec*'
484Could not write function settings_install_property_parser: No ArgType for 'GParamSpec*'
485Could not write function stock_add_static: No ArgType for 'const-GtkStockItem*'
486Could not write function widget_class_find_style_property: No ArgType for 'GtkWidgetClass*'
487if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../gobject -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4    -DXTHREADS -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/local/include/freetype2 -I/usr/X11R6/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include    -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT _gtk_la-gtk.lo -MD -MP -MF ".deps/_gtk_la-gtk.Tpo" \
488  -c -o _gtk_la-gtk.lo `test -f 'gtk.c' || echo './'`gtk.c; \
489then mv -f ".deps/_gtk_la-gtk.Tpo" ".deps/_gtk_la-gtk.Plo"; \
490else rm -f ".deps/_gtk_la-gtk.Tpo"; exit 1; \
491fi
492 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../gobject -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 -DXTHREADS -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/local/include/freetype2 -I/usr/X11R6/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT _gtk_la-gtk.lo -MD -MP -MF .deps/_gtk_la-gtk.Tpo -c gtk.c  -fno-common -DPIC -o .libs/_gtk_la-gtk.o
493gtk.override: In function '_wrap_gtk_selection_data_get_text':
494gtk.override:405: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
495gtk.override:405: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS2_DecodeUTF8' differ in signedness
496gtk.override: In function '_wrap_gtk_selection_data__get_data':
497gtk.override:366: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness
498gtktreeview.override: In function '_wrap_gtk_tree_model_foreach':
499gtktreeview.override:1941: error: invalid storage class for function 'pygtk_tree_foreach_marshal'
500make[2]: *** [_gtk_la-gtk.lo] Error 1
501make[1]: *** [all-recursive] Error 1
502make: *** [all] Error 2
503Error: Target com.apple.build returned: shell command "cd "/opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_python_py-gtk2/work/pygtk-2.4.1" && make all" returned error 2
504Command output: Could not write function binding_entry_clear: No ArgType for 'GtkBindingSet*'
505Could not write function gtk_binding_entry_add_signall: No ArgType for 'GtkBindingSet*'
506Could not write function binding_entry_add_signall: No ArgType for 'GtkBindingSet*'
507Could not write function binding_parse_binding: No ArgType for 'GScanner*'
508Could not write function color_selection_set_change_palette_hook: No ArgType for 'GtkColorSelectionChangePaletteFunc'
509Could not write function color_selection_set_change_palette_with_screen_hook: No ArgType for 'GtkColorSelectionChangePaletteWithScreenFunc'
510Could not write function file_paths_sort: No ArgType for 'GSList*'
511Could not write function item_factory_popup_data_from_widget: No ArgType for 'gpointer'
512Could not write function init_add: No ArgType for 'GtkFunction'
513Could not write function get_current_event_state: No ArgType for 'GdkModifierType*'
514Could not write function settings_install_property: No ArgType for 'GParamSpec*'
515Could not write function settings_install_property_parser: No ArgType for 'GParamSpec*'
516Could not write function stock_add_static: No ArgType for 'const-GtkStockItem*'
517Could not write function widget_class_find_style_property: No ArgType for 'GtkWidgetClass*'
518if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../gobject -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4    -DXTHREADS -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/local/include/freetype2 -I/usr/X11R6/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include    -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT _gtk_la-gtk.lo -MD -MP -MF ".deps/_gtk_la-gtk.Tpo" \
519  -c -o _gtk_la-gtk.lo `test -f 'gtk.c' || echo './'`gtk.c; \
520then mv -f ".deps/_gtk_la-gtk.Tpo" ".deps/_gtk_la-gtk.Plo"; \
521else rm -f ".deps/_gtk_la-gtk.Tpo"; exit 1; \
522fi
523 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../gobject -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 -DXTHREADS -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/local/include/freetype2 -I/usr/X11R6/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT _gtk_la-gtk.lo -MD -MP -MF .deps/_gtk_la-gtk.Tpo -c gtk.c  -fno-common -DPIC -o .libs/_gtk_la-gtk.o
524gtk.override: In function '_wrap_gtk_selection_data_get_text':
525gtk.override:405: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
526gtk.override:405: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS2_DecodeUTF8' differ in signedness
527gtk.override: In function '_wrap_gtk_selection_data__get_data':
528gtk.override:366: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness
529gtktreeview.override: In function '_wrap_gtk_tree_model_foreach':
530gtktreeview.override:1941: error: invalid storage class for function 'pygtk_tree_foreach_marshal'
531make[2]: *** [_gtk_la-gtk.lo] Error 1
532make[1]: *** [all-recursive] Error 1
533make: *** [all] Error 2
534
535Warning: the following items did not execute (for py-gtk2): com.apple.build