1 | make all-recursive |
---|
2 | Making all in . |
---|
3 | for f in gi/__init__.py gi/types.py gi/module.py gi/importer.py gi/pygtkcompat.py gi/docstring.py gi/_constants.py gi/_propertyhelper.py gi/_signalhelper.py gi/_option.py gi/_error.py; do \ |
---|
4 | [ -e ./$f ] || \ |
---|
5 | ln -s /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py-gobject3/py27-gobject3/work/pygobject-3.14.0/$f ./$f; \ |
---|
6 | done |
---|
7 | Making all in examples |
---|
8 | make[2]: Nothing to be done for `all'. |
---|
9 | Making all in gi |
---|
10 | Making all in repository |
---|
11 | for f in __init__.py; do \ |
---|
12 | [ -e ./$f ] || ln -s ./$f ./$f; \ |
---|
13 | done |
---|
14 | Making all in overrides |
---|
15 | for f in GLib.py Gtk.py Gdk.py GObject.py Gio.py GIMarshallingTests.py Pango.py keysyms.py __init__.py; do \ |
---|
16 | [ -e ./$f ] || ln -s ./$f ./$f; \ |
---|
17 | done |
---|
18 | Making all in _gobject |
---|
19 | for f in __init__.py; do \ |
---|
20 | [ -e ./$f ] || ln -s ./$f ./$f; \ |
---|
21 | done |
---|
22 | /bin/sh ../libtool --tag=CC --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-gobjectmodule.lo -MD -MP -MF .deps/_gi_la-gobjectmodule.Tpo -c -o _gi_la-gobjectmodule.lo `test -f 'gobjectmodule.c' || echo './'`gobjectmodule.c |
---|
23 | libtool: compile: /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-gobjectmodule.lo -MD -MP -MF .deps/_gi_la-gobjectmodule.Tpo -c gobjectmodule.c -fno-common -DPIC -o .libs/_gi_la-gobjectmodule.o |
---|
24 | In file included from gobjectmodule.c:40: |
---|
25 | In file included from ./pygi-error.h:26: |
---|
26 | ./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition] |
---|
27 | } PyGIFunctionCache; |
---|
28 | ^ |
---|
29 | ./pygi-cache.h:34:35: note: previous definition is here |
---|
30 | typedef struct _PyGIFunctionCache PyGIFunctionCache; |
---|
31 | ^ |
---|
32 | ./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition] |
---|
33 | } PyGIVFuncCache; |
---|
34 | ^ |
---|
35 | ./pygi-cache.h:35:32: note: previous definition is here |
---|
36 | typedef struct _PyGIVFuncCache PyGIVFuncCache; |
---|
37 | ^ |
---|
38 | gobjectmodule.c:1659:28: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare] |
---|
39 | for (i = prefix_len; i >= 0; i--) { |
---|
40 | ~ ^ ~ |
---|
41 | 3 warnings generated. |
---|
42 | mv -f .deps/_gi_la-gobjectmodule.Tpo .deps/_gi_la-gobjectmodule.Plo |
---|
43 | /bin/sh ../libtool --tag=CC --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygboxed.lo -MD -MP -MF .deps/_gi_la-pygboxed.Tpo -c -o _gi_la-pygboxed.lo `test -f 'pygboxed.c' || echo './'`pygboxed.c |
---|
44 | libtool: compile: /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygboxed.lo -MD -MP -MF .deps/_gi_la-pygboxed.Tpo -c pygboxed.c -fno-common -DPIC -o .libs/_gi_la-pygboxed.o |
---|
45 | In file included from pygboxed.c:29: |
---|
46 | In file included from ./pygi.h:30: |
---|
47 | ./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition] |
---|
48 | } PyGIFunctionCache; |
---|
49 | ^ |
---|
50 | ./pygi-cache.h:34:35: note: previous definition is here |
---|
51 | typedef struct _PyGIFunctionCache PyGIFunctionCache; |
---|
52 | ^ |
---|
53 | ./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition] |
---|
54 | } PyGIVFuncCache; |
---|
55 | ^ |
---|
56 | ./pygi-cache.h:35:32: note: previous definition is here |
---|
57 | typedef struct _PyGIVFuncCache PyGIVFuncCache; |
---|
58 | ^ |
---|
59 | 2 warnings generated. |
---|
60 | mv -f .deps/_gi_la-pygboxed.Tpo .deps/_gi_la-pygboxed.Plo |
---|
61 | /bin/sh ../libtool --tag=CC --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygenum.lo -MD -MP -MF .deps/_gi_la-pygenum.Tpo -c -o _gi_la-pygenum.lo `test -f 'pygenum.c' || echo './'`pygenum.c |
---|
62 | libtool: compile: /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygenum.lo -MD -MP -MF .deps/_gi_la-pygenum.Tpo -c pygenum.c -fno-common -DPIC -o .libs/_gi_la-pygenum.o |
---|
63 | In file included from pygenum.c:28: |
---|
64 | In file included from ./pygi.h:30: |
---|
65 | ./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition] |
---|
66 | } PyGIFunctionCache; |
---|
67 | ^ |
---|
68 | ./pygi-cache.h:34:35: note: previous definition is here |
---|
69 | typedef struct _PyGIFunctionCache PyGIFunctionCache; |
---|
70 | ^ |
---|
71 | ./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition] |
---|
72 | } PyGIVFuncCache; |
---|
73 | ^ |
---|
74 | ./pygi-cache.h:35:32: note: previous definition is here |
---|
75 | typedef struct _PyGIVFuncCache PyGIVFuncCache; |
---|
76 | ^ |
---|
77 | 2 warnings generated. |
---|
78 | mv -f .deps/_gi_la-pygenum.Tpo .deps/_gi_la-pygenum.Plo |
---|
79 | /bin/sh ../libtool --tag=CC --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygflags.lo -MD -MP -MF .deps/_gi_la-pygflags.Tpo -c -o _gi_la-pygflags.lo `test -f 'pygflags.c' || echo './'`pygflags.c |
---|
80 | libtool: compile: /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygflags.lo -MD -MP -MF .deps/_gi_la-pygflags.Tpo -c pygflags.c -fno-common -DPIC -o .libs/_gi_la-pygflags.o |
---|
81 | In file included from pygflags.c:30: |
---|
82 | In file included from ./pygi.h:30: |
---|
83 | ./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition] |
---|
84 | } PyGIFunctionCache; |
---|
85 | ^ |
---|
86 | ./pygi-cache.h:34:35: note: previous definition is here |
---|
87 | typedef struct _PyGIFunctionCache PyGIFunctionCache; |
---|
88 | ^ |
---|
89 | ./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition] |
---|
90 | } PyGIVFuncCache; |
---|
91 | ^ |
---|
92 | ./pygi-cache.h:35:32: note: previous definition is here |
---|
93 | typedef struct _PyGIVFuncCache PyGIVFuncCache; |
---|
94 | ^ |
---|
95 | 2 warnings generated. |
---|
96 | mv -f .deps/_gi_la-pygflags.Tpo .deps/_gi_la-pygflags.Plo |
---|
97 | /bin/sh ../libtool --tag=CC --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pyginterface.lo -MD -MP -MF .deps/_gi_la-pyginterface.Tpo -c -o _gi_la-pyginterface.lo `test -f 'pyginterface.c' || echo './'`pyginterface.c |
---|
98 | libtool: compile: /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pyginterface.lo -MD -MP -MF .deps/_gi_la-pyginterface.Tpo -c pyginterface.c -fno-common -DPIC -o .libs/_gi_la-pyginterface.o |
---|
99 | mv -f .deps/_gi_la-pyginterface.Tpo .deps/_gi_la-pyginterface.Plo |
---|
100 | /bin/sh ../libtool --tag=CC --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygobject.lo -MD -MP -MF .deps/_gi_la-pygobject.Tpo -c -o _gi_la-pygobject.lo `test -f 'pygobject.c' || echo './'`pygobject.c |
---|
101 | libtool: compile: /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygobject.lo -MD -MP -MF .deps/_gi_la-pygobject.Tpo -c pygobject.c -fno-common -DPIC -o .libs/_gi_la-pygobject.o |
---|
102 | In file included from pygobject.c:30: |
---|
103 | In file included from ./pygi.h:30: |
---|
104 | ./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition] |
---|
105 | } PyGIFunctionCache; |
---|
106 | ^ |
---|
107 | ./pygi-cache.h:34:35: note: previous definition is here |
---|
108 | typedef struct _PyGIFunctionCache PyGIFunctionCache; |
---|
109 | ^ |
---|
110 | ./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition] |
---|
111 | } PyGIVFuncCache; |
---|
112 | ^ |
---|
113 | ./pygi-cache.h:35:32: note: previous definition is here |
---|
114 | typedef struct _PyGIVFuncCache PyGIVFuncCache; |
---|
115 | ^ |
---|
116 | 2 warnings generated. |
---|
117 | mv -f .deps/_gi_la-pygobject.Tpo .deps/_gi_la-pygobject.Plo |
---|
118 | /bin/sh ../libtool --tag=CC --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygparamspec.lo -MD -MP -MF .deps/_gi_la-pygparamspec.Tpo -c -o _gi_la-pygparamspec.lo `test -f 'pygparamspec.c' || echo './'`pygparamspec.c |
---|
119 | libtool: compile: /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygparamspec.lo -MD -MP -MF .deps/_gi_la-pygparamspec.Tpo -c pygparamspec.c -fno-common -DPIC -o .libs/_gi_la-pygparamspec.o |
---|
120 | mv -f .deps/_gi_la-pygparamspec.Tpo .deps/_gi_la-pygparamspec.Plo |
---|
121 | /bin/sh ../libtool --tag=CC --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygpointer.lo -MD -MP -MF .deps/_gi_la-pygpointer.Tpo -c -o _gi_la-pygpointer.lo `test -f 'pygpointer.c' || echo './'`pygpointer.c |
---|
122 | libtool: compile: /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygpointer.lo -MD -MP -MF .deps/_gi_la-pygpointer.Tpo -c pygpointer.c -fno-common -DPIC -o .libs/_gi_la-pygpointer.o |
---|
123 | In file included from pygpointer.c:29: |
---|
124 | In file included from ./pygi.h:30: |
---|
125 | ./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition] |
---|
126 | } PyGIFunctionCache; |
---|
127 | ^ |
---|
128 | ./pygi-cache.h:34:35: note: previous definition is here |
---|
129 | typedef struct _PyGIFunctionCache PyGIFunctionCache; |
---|
130 | ^ |
---|
131 | ./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition] |
---|
132 | } PyGIVFuncCache; |
---|
133 | ^ |
---|
134 | ./pygi-cache.h:35:32: note: previous definition is here |
---|
135 | typedef struct _PyGIVFuncCache PyGIVFuncCache; |
---|
136 | ^ |
---|
137 | 2 warnings generated. |
---|
138 | mv -f .deps/_gi_la-pygpointer.Tpo .deps/_gi_la-pygpointer.Plo |
---|
139 | /bin/sh ../libtool --tag=CC --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygtype.lo -MD -MP -MF .deps/_gi_la-pygtype.Tpo -c -o _gi_la-pygtype.lo `test -f 'pygtype.c' || echo './'`pygtype.c |
---|
140 | libtool: compile: /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygtype.lo -MD -MP -MF .deps/_gi_la-pygtype.Tpo -c pygtype.c -fno-common -DPIC -o .libs/_gi_la-pygtype.o |
---|
141 | mv -f .deps/_gi_la-pygtype.Tpo .deps/_gi_la-pygtype.Plo |
---|
142 | /bin/sh ../libtool --tag=CC --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-glibmodule.lo -MD -MP -MF .deps/_gi_la-glibmodule.Tpo -c -o _gi_la-glibmodule.lo `test -f 'glibmodule.c' || echo './'`glibmodule.c |
---|
143 | libtool: compile: /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-glibmodule.lo -MD -MP -MF .deps/_gi_la-glibmodule.Tpo -c glibmodule.c -fno-common -DPIC -o .libs/_gi_la-glibmodule.o |
---|
144 | mv -f .deps/_gi_la-glibmodule.Tpo .deps/_gi_la-glibmodule.Plo |
---|
145 | /bin/sh ../libtool --tag=CC --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygoptioncontext.lo -MD -MP -MF .deps/_gi_la-pygoptioncontext.Tpo -c -o _gi_la-pygoptioncontext.lo `test -f 'pygoptioncontext.c' || echo './'`pygoptioncontext.c |
---|
146 | libtool: compile: /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygoptioncontext.lo -MD -MP -MF .deps/_gi_la-pygoptioncontext.Tpo -c pygoptioncontext.c -fno-common -DPIC -o .libs/_gi_la-pygoptioncontext.o |
---|
147 | In file included from pygoptioncontext.c:28: |
---|
148 | In file included from ./pygi-error.h:26: |
---|
149 | ./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition] |
---|
150 | } PyGIFunctionCache; |
---|
151 | ^ |
---|
152 | ./pygi-cache.h:34:35: note: previous definition is here |
---|
153 | typedef struct _PyGIFunctionCache PyGIFunctionCache; |
---|
154 | ^ |
---|
155 | ./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition] |
---|
156 | } PyGIVFuncCache; |
---|
157 | ^ |
---|
158 | ./pygi-cache.h:35:32: note: previous definition is here |
---|
159 | typedef struct _PyGIVFuncCache PyGIVFuncCache; |
---|
160 | ^ |
---|
161 | 2 warnings generated. |
---|
162 | mv -f .deps/_gi_la-pygoptioncontext.Tpo .deps/_gi_la-pygoptioncontext.Plo |
---|
163 | /bin/sh ../libtool --tag=CC --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygoptiongroup.lo -MD -MP -MF .deps/_gi_la-pygoptiongroup.Tpo -c -o _gi_la-pygoptiongroup.lo `test -f 'pygoptiongroup.c' || echo './'`pygoptiongroup.c |
---|
164 | libtool: compile: /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygoptiongroup.lo -MD -MP -MF .deps/_gi_la-pygoptiongroup.Tpo -c pygoptiongroup.c -fno-common -DPIC -o .libs/_gi_la-pygoptiongroup.o |
---|
165 | In file included from pygoptiongroup.c:28: |
---|
166 | In file included from ./pygi-error.h:26: |
---|
167 | ./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition] |
---|
168 | } PyGIFunctionCache; |
---|
169 | ^ |
---|
170 | ./pygi-cache.h:34:35: note: previous definition is here |
---|
171 | typedef struct _PyGIFunctionCache PyGIFunctionCache; |
---|
172 | ^ |
---|
173 | ./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition] |
---|
174 | } PyGIVFuncCache; |
---|
175 | ^ |
---|
176 | ./pygi-cache.h:35:32: note: previous definition is here |
---|
177 | typedef struct _PyGIVFuncCache PyGIVFuncCache; |
---|
178 | ^ |
---|
179 | 2 warnings generated. |
---|
180 | mv -f .deps/_gi_la-pygoptiongroup.Tpo .deps/_gi_la-pygoptiongroup.Plo |
---|
181 | /bin/sh ../libtool --tag=CC --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygspawn.lo -MD -MP -MF .deps/_gi_la-pygspawn.Tpo -c -o _gi_la-pygspawn.lo `test -f 'pygspawn.c' || echo './'`pygspawn.c |
---|
182 | libtool: compile: /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygspawn.lo -MD -MP -MF .deps/_gi_la-pygspawn.Tpo -c pygspawn.c -fno-common -DPIC -o .libs/_gi_la-pygspawn.o |
---|
183 | In file included from pygspawn.c:29: |
---|
184 | In file included from ./pygi-error.h:26: |
---|
185 | ./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition] |
---|
186 | } PyGIFunctionCache; |
---|
187 | ^ |
---|
188 | ./pygi-cache.h:34:35: note: previous definition is here |
---|
189 | typedef struct _PyGIFunctionCache PyGIFunctionCache; |
---|
190 | ^ |
---|
191 | ./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition] |
---|
192 | } PyGIVFuncCache; |
---|
193 | ^ |
---|
194 | ./pygi-cache.h:35:32: note: previous definition is here |
---|
195 | typedef struct _PyGIVFuncCache PyGIVFuncCache; |
---|
196 | ^ |
---|
197 | 2 warnings generated. |
---|
198 | mv -f .deps/_gi_la-pygspawn.Tpo .deps/_gi_la-pygspawn.Plo |
---|
199 | /bin/sh ../libtool --tag=CC --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pyglib.lo -MD -MP -MF .deps/_gi_la-pyglib.Tpo -c -o _gi_la-pyglib.lo `test -f 'pyglib.c' || echo './'`pyglib.c |
---|
200 | libtool: compile: /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pyglib.lo -MD -MP -MF .deps/_gi_la-pyglib.Tpo -c pyglib.c -fno-common -DPIC -o .libs/_gi_la-pyglib.o |
---|
201 | mv -f .deps/_gi_la-pyglib.Tpo .deps/_gi_la-pyglib.Plo |
---|
202 | /bin/sh ../libtool --tag=CC --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-gimodule.lo -MD -MP -MF .deps/_gi_la-gimodule.Tpo -c -o _gi_la-gimodule.lo `test -f 'gimodule.c' || echo './'`gimodule.c |
---|
203 | libtool: compile: /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-gimodule.lo -MD -MP -MF .deps/_gi_la-gimodule.Tpo -c gimodule.c -fno-common -DPIC -o .libs/_gi_la-gimodule.o |
---|
204 | In file included from gimodule.c:27: |
---|
205 | In file included from ./pygi-private.h:17: |
---|
206 | In file included from ./pygi.h:30: |
---|
207 | ./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition] |
---|
208 | } PyGIFunctionCache; |
---|
209 | ^ |
---|
210 | ./pygi-cache.h:34:35: note: previous definition is here |
---|
211 | typedef struct _PyGIFunctionCache PyGIFunctionCache; |
---|
212 | ^ |
---|
213 | ./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition] |
---|
214 | } PyGIVFuncCache; |
---|
215 | ^ |
---|
216 | ./pygi-cache.h:35:32: note: previous definition is here |
---|
217 | typedef struct _PyGIVFuncCache PyGIVFuncCache; |
---|
218 | ^ |
---|
219 | 2 warnings generated. |
---|
220 | mv -f .deps/_gi_la-gimodule.Tpo .deps/_gi_la-gimodule.Plo |
---|
221 | /bin/sh ../libtool --tag=CC --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-repository.lo -MD -MP -MF .deps/_gi_la-pygi-repository.Tpo -c -o _gi_la-pygi-repository.lo `test -f 'pygi-repository.c' || echo './'`pygi-repository.c |
---|
222 | libtool: compile: /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-repository.lo -MD -MP -MF .deps/_gi_la-pygi-repository.Tpo -c pygi-repository.c -fno-common -DPIC -o .libs/_gi_la-pygi-repository.o |
---|
223 | In file included from pygi-repository.c:22: |
---|
224 | In file included from ./pygi-private.h:17: |
---|
225 | In file included from ./pygi.h:30: |
---|
226 | ./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition] |
---|
227 | } PyGIFunctionCache; |
---|
228 | ^ |
---|
229 | ./pygi-cache.h:34:35: note: previous definition is here |
---|
230 | typedef struct _PyGIFunctionCache PyGIFunctionCache; |
---|
231 | ^ |
---|
232 | ./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition] |
---|
233 | } PyGIVFuncCache; |
---|
234 | ^ |
---|
235 | ./pygi-cache.h:35:32: note: previous definition is here |
---|
236 | typedef struct _PyGIVFuncCache PyGIVFuncCache; |
---|
237 | ^ |
---|
238 | 2 warnings generated. |
---|
239 | mv -f .deps/_gi_la-pygi-repository.Tpo .deps/_gi_la-pygi-repository.Plo |
---|
240 | /bin/sh ../libtool --tag=CC --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-info.lo -MD -MP -MF .deps/_gi_la-pygi-info.Tpo -c -o _gi_la-pygi-info.lo `test -f 'pygi-info.c' || echo './'`pygi-info.c |
---|
241 | libtool: compile: /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-info.lo -MD -MP -MF .deps/_gi_la-pygi-info.Tpo -c pygi-info.c -fno-common -DPIC -o .libs/_gi_la-pygi-info.o |
---|
242 | In file included from pygi-info.c:23: |
---|
243 | In file included from ./pygi-private.h:17: |
---|
244 | In file included from ./pygi.h:30: |
---|
245 | ./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition] |
---|
246 | } PyGIFunctionCache; |
---|
247 | ^ |
---|
248 | ./pygi-cache.h:34:35: note: previous definition is here |
---|
249 | typedef struct _PyGIFunctionCache PyGIFunctionCache; |
---|
250 | ^ |
---|
251 | ./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition] |
---|
252 | } PyGIVFuncCache; |
---|
253 | ^ |
---|
254 | ./pygi-cache.h:35:32: note: previous definition is here |
---|
255 | typedef struct _PyGIVFuncCache PyGIVFuncCache; |
---|
256 | ^ |
---|
257 | 2 warnings generated. |
---|
258 | mv -f .deps/_gi_la-pygi-info.Tpo .deps/_gi_la-pygi-info.Plo |
---|
259 | /bin/sh ../libtool --tag=CC --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-foreign.lo -MD -MP -MF .deps/_gi_la-pygi-foreign.Tpo -c -o _gi_la-pygi-foreign.lo `test -f 'pygi-foreign.c' || echo './'`pygi-foreign.c |
---|
260 | libtool: compile: /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-foreign.lo -MD -MP -MF .deps/_gi_la-pygi-foreign.Tpo -c pygi-foreign.c -fno-common -DPIC -o .libs/_gi_la-pygi-foreign.o |
---|
261 | mv -f .deps/_gi_la-pygi-foreign.Tpo .deps/_gi_la-pygi-foreign.Plo |
---|
262 | /bin/sh ../libtool --tag=CC --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-struct.lo -MD -MP -MF .deps/_gi_la-pygi-struct.Tpo -c -o _gi_la-pygi-struct.lo `test -f 'pygi-struct.c' || echo './'`pygi-struct.c |
---|
263 | libtool: compile: /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-struct.lo -MD -MP -MF .deps/_gi_la-pygi-struct.Tpo -c pygi-struct.c -fno-common -DPIC -o .libs/_gi_la-pygi-struct.o |
---|
264 | In file included from pygi-struct.c:22: |
---|
265 | In file included from ./pygi-private.h:17: |
---|
266 | In file included from ./pygi.h:30: |
---|
267 | ./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition] |
---|
268 | } PyGIFunctionCache; |
---|
269 | ^ |
---|
270 | ./pygi-cache.h:34:35: note: previous definition is here |
---|
271 | typedef struct _PyGIFunctionCache PyGIFunctionCache; |
---|
272 | ^ |
---|
273 | ./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition] |
---|
274 | } PyGIVFuncCache; |
---|
275 | ^ |
---|
276 | ./pygi-cache.h:35:32: note: previous definition is here |
---|
277 | typedef struct _PyGIVFuncCache PyGIVFuncCache; |
---|
278 | ^ |
---|
279 | 2 warnings generated. |
---|
280 | mv -f .deps/_gi_la-pygi-struct.Tpo .deps/_gi_la-pygi-struct.Plo |
---|
281 | /bin/sh ../libtool --tag=CC --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-source.lo -MD -MP -MF .deps/_gi_la-pygi-source.Tpo -c -o _gi_la-pygi-source.lo `test -f 'pygi-source.c' || echo './'`pygi-source.c |
---|
282 | libtool: compile: /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-source.lo -MD -MP -MF .deps/_gi_la-pygi-source.Tpo -c pygi-source.c -fno-common -DPIC -o .libs/_gi_la-pygi-source.o |
---|
283 | In file included from pygi-source.c:28: |
---|
284 | In file included from ./pygi-private.h:17: |
---|
285 | In file included from ./pygi.h:30: |
---|
286 | ./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition] |
---|
287 | } PyGIFunctionCache; |
---|
288 | ^ |
---|
289 | ./pygi-cache.h:34:35: note: previous definition is here |
---|
290 | typedef struct _PyGIFunctionCache PyGIFunctionCache; |
---|
291 | ^ |
---|
292 | ./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition] |
---|
293 | } PyGIVFuncCache; |
---|
294 | ^ |
---|
295 | ./pygi-cache.h:35:32: note: previous definition is here |
---|
296 | typedef struct _PyGIVFuncCache PyGIVFuncCache; |
---|
297 | ^ |
---|
298 | 2 warnings generated. |
---|
299 | mv -f .deps/_gi_la-pygi-source.Tpo .deps/_gi_la-pygi-source.Plo |
---|
300 | /bin/sh ../libtool --tag=CC --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-argument.lo -MD -MP -MF .deps/_gi_la-pygi-argument.Tpo -c -o _gi_la-pygi-argument.lo `test -f 'pygi-argument.c' || echo './'`pygi-argument.c |
---|
301 | libtool: compile: /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-argument.lo -MD -MP -MF .deps/_gi_la-pygi-argument.Tpo -c pygi-argument.c -fno-common -DPIC -o .libs/_gi_la-pygi-argument.o |
---|
302 | In file included from pygi-argument.c:22: |
---|
303 | In file included from ./pygi-private.h:17: |
---|
304 | In file included from ./pygi.h:30: |
---|
305 | ./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition] |
---|
306 | } PyGIFunctionCache; |
---|
307 | ^ |
---|
308 | ./pygi-cache.h:34:35: note: previous definition is here |
---|
309 | typedef struct _PyGIFunctionCache PyGIFunctionCache; |
---|
310 | ^ |
---|
311 | ./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition] |
---|
312 | } PyGIVFuncCache; |
---|
313 | ^ |
---|
314 | ./pygi-cache.h:35:32: note: previous definition is here |
---|
315 | typedef struct _PyGIVFuncCache PyGIVFuncCache; |
---|
316 | ^ |
---|
317 | pygi-argument.c:114:20: warning: cast to 'gpointer' (aka 'void *') from smaller integer type 'gint8' (aka 'signed char') [-Wint-to-void-pointer-cast] |
---|
318 | return GINT_TO_POINTER (arg->v_int8); |
---|
319 | ^ |
---|
320 | /opt/local/lib/glib-2.0/include/glibconfig.h:123:29: note: expanded from macro 'GINT_TO_POINTER' |
---|
321 | #define GINT_TO_POINTER(i) ((gpointer) (i)) |
---|
322 | ^ |
---|
323 | pygi-argument.c:116:20: warning: cast to 'gpointer' (aka 'void *') from smaller integer type 'guint8' (aka 'unsigned char') [-Wint-to-void-pointer-cast] |
---|
324 | return GINT_TO_POINTER (arg->v_uint8); |
---|
325 | ^ |
---|
326 | /opt/local/lib/glib-2.0/include/glibconfig.h:123:29: note: expanded from macro 'GINT_TO_POINTER' |
---|
327 | #define GINT_TO_POINTER(i) ((gpointer) (i)) |
---|
328 | ^ |
---|
329 | pygi-argument.c:118:20: warning: cast to 'gpointer' (aka 'void *') from smaller integer type 'gint16' (aka 'short') [-Wint-to-void-pointer-cast] |
---|
330 | return GINT_TO_POINTER (arg->v_int16); |
---|
331 | ^ |
---|
332 | /opt/local/lib/glib-2.0/include/glibconfig.h:123:29: note: expanded from macro 'GINT_TO_POINTER' |
---|
333 | #define GINT_TO_POINTER(i) ((gpointer) (i)) |
---|
334 | ^ |
---|
335 | pygi-argument.c:120:20: warning: cast to 'gpointer' (aka 'void *') from smaller integer type 'guint16' (aka 'unsigned short') [-Wint-to-void-pointer-cast] |
---|
336 | return GINT_TO_POINTER (arg->v_uint16); |
---|
337 | ^ |
---|
338 | /opt/local/lib/glib-2.0/include/glibconfig.h:123:29: note: expanded from macro 'GINT_TO_POINTER' |
---|
339 | #define GINT_TO_POINTER(i) ((gpointer) (i)) |
---|
340 | ^ |
---|
341 | 6 warnings generated. |
---|
342 | mv -f .deps/_gi_la-pygi-argument.Tpo .deps/_gi_la-pygi-argument.Plo |
---|
343 | /bin/sh ../libtool --tag=CC --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-type.lo -MD -MP -MF .deps/_gi_la-pygi-type.Tpo -c -o _gi_la-pygi-type.lo `test -f 'pygi-type.c' || echo './'`pygi-type.c |
---|
344 | libtool: compile: /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-type.lo -MD -MP -MF .deps/_gi_la-pygi-type.Tpo -c pygi-type.c -fno-common -DPIC -o .libs/_gi_la-pygi-type.o |
---|
345 | In file included from pygi-type.c:22: |
---|
346 | In file included from ./pygi-private.h:17: |
---|
347 | In file included from ./pygi.h:30: |
---|
348 | ./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition] |
---|
349 | } PyGIFunctionCache; |
---|
350 | ^ |
---|
351 | ./pygi-cache.h:34:35: note: previous definition is here |
---|
352 | typedef struct _PyGIFunctionCache PyGIFunctionCache; |
---|
353 | ^ |
---|
354 | ./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition] |
---|
355 | } PyGIVFuncCache; |
---|
356 | ^ |
---|
357 | ./pygi-cache.h:35:32: note: previous definition is here |
---|
358 | typedef struct _PyGIVFuncCache PyGIVFuncCache; |
---|
359 | ^ |
---|
360 | 2 warnings generated. |
---|
361 | mv -f .deps/_gi_la-pygi-type.Tpo .deps/_gi_la-pygi-type.Plo |
---|
362 | /bin/sh ../libtool --tag=CC --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-boxed.lo -MD -MP -MF .deps/_gi_la-pygi-boxed.Tpo -c -o _gi_la-pygi-boxed.lo `test -f 'pygi-boxed.c' || echo './'`pygi-boxed.c |
---|
363 | libtool: compile: /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-boxed.lo -MD -MP -MF .deps/_gi_la-pygi-boxed.Tpo -c pygi-boxed.c -fno-common -DPIC -o .libs/_gi_la-pygi-boxed.o |
---|
364 | In file included from pygi-boxed.c:22: |
---|
365 | In file included from ./pygi-private.h:17: |
---|
366 | In file included from ./pygi.h:30: |
---|
367 | ./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition] |
---|
368 | } PyGIFunctionCache; |
---|
369 | ^ |
---|
370 | ./pygi-cache.h:34:35: note: previous definition is here |
---|
371 | typedef struct _PyGIFunctionCache PyGIFunctionCache; |
---|
372 | ^ |
---|
373 | ./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition] |
---|
374 | } PyGIVFuncCache; |
---|
375 | ^ |
---|
376 | ./pygi-cache.h:35:32: note: previous definition is here |
---|
377 | typedef struct _PyGIVFuncCache PyGIVFuncCache; |
---|
378 | ^ |
---|
379 | 2 warnings generated. |
---|
380 | mv -f .deps/_gi_la-pygi-boxed.Tpo .deps/_gi_la-pygi-boxed.Plo |
---|
381 | /bin/sh ../libtool --tag=CC --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-closure.lo -MD -MP -MF .deps/_gi_la-pygi-closure.Tpo -c -o _gi_la-pygi-closure.lo `test -f 'pygi-closure.c' || echo './'`pygi-closure.c |
---|
382 | libtool: compile: /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-closure.lo -MD -MP -MF .deps/_gi_la-pygi-closure.Tpo -c pygi-closure.c -fno-common -DPIC -o .libs/_gi_la-pygi-closure.o |
---|
383 | In file included from pygi-closure.c:20: |
---|
384 | In file included from ./pygi-private.h:17: |
---|
385 | In file included from ./pygi.h:30: |
---|
386 | ./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition] |
---|
387 | } PyGIFunctionCache; |
---|
388 | ^ |
---|
389 | ./pygi-cache.h:34:35: note: previous definition is here |
---|
390 | typedef struct _PyGIFunctionCache PyGIFunctionCache; |
---|
391 | ^ |
---|
392 | ./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition] |
---|
393 | } PyGIVFuncCache; |
---|
394 | ^ |
---|
395 | ./pygi-cache.h:35:32: note: previous definition is here |
---|
396 | typedef struct _PyGIVFuncCache PyGIVFuncCache; |
---|
397 | ^ |
---|
398 | 2 warnings generated. |
---|
399 | mv -f .deps/_gi_la-pygi-closure.Tpo .deps/_gi_la-pygi-closure.Plo |
---|
400 | /bin/sh ../libtool --tag=CC --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-ccallback.lo -MD -MP -MF .deps/_gi_la-pygi-ccallback.Tpo -c -o _gi_la-pygi-ccallback.lo `test -f 'pygi-ccallback.c' || echo './'`pygi-ccallback.c |
---|
401 | libtool: compile: /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-ccallback.lo -MD -MP -MF .deps/_gi_la-pygi-ccallback.Tpo -c pygi-ccallback.c -fno-common -DPIC -o .libs/_gi_la-pygi-ccallback.o |
---|
402 | In file included from pygi-ccallback.c:22: |
---|
403 | In file included from ./pygi-private.h:17: |
---|
404 | In file included from ./pygi.h:30: |
---|
405 | ./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition] |
---|
406 | } PyGIFunctionCache; |
---|
407 | ^ |
---|
408 | ./pygi-cache.h:34:35: note: previous definition is here |
---|
409 | typedef struct _PyGIFunctionCache PyGIFunctionCache; |
---|
410 | ^ |
---|
411 | ./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition] |
---|
412 | } PyGIVFuncCache; |
---|
413 | ^ |
---|
414 | ./pygi-cache.h:35:32: note: previous definition is here |
---|
415 | typedef struct _PyGIVFuncCache PyGIVFuncCache; |
---|
416 | ^ |
---|
417 | 2 warnings generated. |
---|
418 | mv -f .deps/_gi_la-pygi-ccallback.Tpo .deps/_gi_la-pygi-ccallback.Plo |
---|
419 | /bin/sh ../libtool --tag=CC --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-property.lo -MD -MP -MF .deps/_gi_la-pygi-property.Tpo -c -o _gi_la-pygi-property.lo `test -f 'pygi-property.c' || echo './'`pygi-property.c |
---|
420 | libtool: compile: /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-property.lo -MD -MP -MF .deps/_gi_la-pygi-property.Tpo -c pygi-property.c -fno-common -DPIC -o .libs/_gi_la-pygi-property.o |
---|
421 | In file included from pygi-property.c:24: |
---|
422 | In file included from ./pygi-private.h:17: |
---|
423 | In file included from ./pygi.h:30: |
---|
424 | ./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition] |
---|
425 | } PyGIFunctionCache; |
---|
426 | ^ |
---|
427 | ./pygi-cache.h:34:35: note: previous definition is here |
---|
428 | typedef struct _PyGIFunctionCache PyGIFunctionCache; |
---|
429 | ^ |
---|
430 | ./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition] |
---|
431 | } PyGIVFuncCache; |
---|
432 | ^ |
---|
433 | ./pygi-cache.h:35:32: note: previous definition is here |
---|
434 | typedef struct _PyGIVFuncCache PyGIVFuncCache; |
---|
435 | ^ |
---|
436 | 2 warnings generated. |
---|
437 | mv -f .deps/_gi_la-pygi-property.Tpo .deps/_gi_la-pygi-property.Plo |
---|
438 | /bin/sh ../libtool --tag=CC --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-signal-closure.lo -MD -MP -MF .deps/_gi_la-pygi-signal-closure.Tpo -c -o _gi_la-pygi-signal-closure.lo `test -f 'pygi-signal-closure.c' || echo './'`pygi-signal-closure.c |
---|
439 | libtool: compile: /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-signal-closure.lo -MD -MP -MF .deps/_gi_la-pygi-signal-closure.Tpo -c pygi-signal-closure.c -fno-common -DPIC -o .libs/_gi_la-pygi-signal-closure.o |
---|
440 | In file included from pygi-signal-closure.c:19: |
---|
441 | In file included from ./pygi-private.h:17: |
---|
442 | In file included from ./pygi.h:30: |
---|
443 | ./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition] |
---|
444 | } PyGIFunctionCache; |
---|
445 | ^ |
---|
446 | ./pygi-cache.h:34:35: note: previous definition is here |
---|
447 | typedef struct _PyGIFunctionCache PyGIFunctionCache; |
---|
448 | ^ |
---|
449 | ./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition] |
---|
450 | } PyGIVFuncCache; |
---|
451 | ^ |
---|
452 | ./pygi-cache.h:35:32: note: previous definition is here |
---|
453 | typedef struct _PyGIVFuncCache PyGIVFuncCache; |
---|
454 | ^ |
---|
455 | 2 warnings generated. |
---|
456 | mv -f .deps/_gi_la-pygi-signal-closure.Tpo .deps/_gi_la-pygi-signal-closure.Plo |
---|
457 | /bin/sh ../libtool --tag=CC --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-invoke.lo -MD -MP -MF .deps/_gi_la-pygi-invoke.Tpo -c -o _gi_la-pygi-invoke.lo `test -f 'pygi-invoke.c' || echo './'`pygi-invoke.c |
---|
458 | libtool: compile: /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-invoke.lo -MD -MP -MF .deps/_gi_la-pygi-invoke.Tpo -c pygi-invoke.c -fno-common -DPIC -o .libs/_gi_la-pygi-invoke.o |
---|
459 | In file included from pygi-invoke.c:24: |
---|
460 | In file included from ./pygi-invoke.h:27: |
---|
461 | In file included from ./pygi-private.h:17: |
---|
462 | In file included from ./pygi.h:30: |
---|
463 | ./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition] |
---|
464 | } PyGIFunctionCache; |
---|
465 | ^ |
---|
466 | ./pygi-cache.h:34:35: note: previous definition is here |
---|
467 | typedef struct _PyGIFunctionCache PyGIFunctionCache; |
---|
468 | ^ |
---|
469 | ./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition] |
---|
470 | } PyGIVFuncCache; |
---|
471 | ^ |
---|
472 | ./pygi-cache.h:35:32: note: previous definition is here |
---|
473 | typedef struct _PyGIVFuncCache PyGIVFuncCache; |
---|
474 | ^ |
---|
475 | 2 warnings generated. |
---|
476 | mv -f .deps/_gi_la-pygi-invoke.Tpo .deps/_gi_la-pygi-invoke.Plo |
---|
477 | /bin/sh ../libtool --tag=CC --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-cache.lo -MD -MP -MF .deps/_gi_la-pygi-cache.Tpo -c -o _gi_la-pygi-cache.lo `test -f 'pygi-cache.c' || echo './'`pygi-cache.c |
---|
478 | libtool: compile: /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-cache.lo -MD -MP -MF .deps/_gi_la-pygi-cache.Tpo -c pygi-cache.c -fno-common -DPIC -o .libs/_gi_la-pygi-cache.o |
---|
479 | In file included from pygi-cache.c:25: |
---|
480 | ./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition] |
---|
481 | } PyGIFunctionCache; |
---|
482 | ^ |
---|
483 | ./pygi-cache.h:34:35: note: previous definition is here |
---|
484 | typedef struct _PyGIFunctionCache PyGIFunctionCache; |
---|
485 | ^ |
---|
486 | ./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition] |
---|
487 | } PyGIVFuncCache; |
---|
488 | ^ |
---|
489 | ./pygi-cache.h:35:32: note: previous definition is here |
---|
490 | typedef struct _PyGIVFuncCache PyGIVFuncCache; |
---|
491 | ^ |
---|
492 | 2 warnings generated. |
---|
493 | mv -f .deps/_gi_la-pygi-cache.Tpo .deps/_gi_la-pygi-cache.Plo |
---|
494 | /bin/sh ../libtool --tag=CC --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-marshal-cleanup.lo -MD -MP -MF .deps/_gi_la-pygi-marshal-cleanup.Tpo -c -o _gi_la-pygi-marshal-cleanup.lo `test -f 'pygi-marshal-cleanup.c' || echo './'`pygi-marshal-cleanup.c |
---|
495 | libtool: compile: /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-marshal-cleanup.lo -MD -MP -MF .deps/_gi_la-pygi-marshal-cleanup.Tpo -c pygi-marshal-cleanup.c -fno-common -DPIC -o .libs/_gi_la-pygi-marshal-cleanup.o |
---|
496 | In file included from pygi-marshal-cleanup.c:20: |
---|
497 | In file included from ./pygi-marshal-cleanup.h:23: |
---|
498 | In file included from ./pygi-private.h:17: |
---|
499 | In file included from ./pygi.h:30: |
---|
500 | ./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition] |
---|
501 | } PyGIFunctionCache; |
---|
502 | ^ |
---|
503 | ./pygi-cache.h:34:35: note: previous definition is here |
---|
504 | typedef struct _PyGIFunctionCache PyGIFunctionCache; |
---|
505 | ^ |
---|
506 | ./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition] |
---|
507 | } PyGIVFuncCache; |
---|
508 | ^ |
---|
509 | ./pygi-cache.h:35:32: note: previous definition is here |
---|
510 | typedef struct _PyGIVFuncCache PyGIVFuncCache; |
---|
511 | ^ |
---|
512 | 2 warnings generated. |
---|
513 | mv -f .deps/_gi_la-pygi-marshal-cleanup.Tpo .deps/_gi_la-pygi-marshal-cleanup.Plo |
---|
514 | /bin/sh ../libtool --tag=CC --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-basictype.lo -MD -MP -MF .deps/_gi_la-pygi-basictype.Tpo -c -o _gi_la-pygi-basictype.lo `test -f 'pygi-basictype.c' || echo './'`pygi-basictype.c |
---|
515 | libtool: compile: /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-basictype.lo -MD -MP -MF .deps/_gi_la-pygi-basictype.Tpo -c pygi-basictype.c -fno-common -DPIC -o .libs/_gi_la-pygi-basictype.o |
---|
516 | In file included from pygi-basictype.c:24: |
---|
517 | In file included from ./pygi-basictype.h:24: |
---|
518 | ./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition] |
---|
519 | } PyGIFunctionCache; |
---|
520 | ^ |
---|
521 | ./pygi-cache.h:34:35: note: previous definition is here |
---|
522 | typedef struct _PyGIFunctionCache PyGIFunctionCache; |
---|
523 | ^ |
---|
524 | ./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition] |
---|
525 | } PyGIVFuncCache; |
---|
526 | ^ |
---|
527 | ./pygi-cache.h:35:32: note: previous definition is here |
---|
528 | typedef struct _PyGIVFuncCache PyGIVFuncCache; |
---|
529 | ^ |
---|
530 | 2 warnings generated. |
---|
531 | mv -f .deps/_gi_la-pygi-basictype.Tpo .deps/_gi_la-pygi-basictype.Plo |
---|
532 | /bin/sh ../libtool --tag=CC --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-list.lo -MD -MP -MF .deps/_gi_la-pygi-list.Tpo -c -o _gi_la-pygi-list.lo `test -f 'pygi-list.c' || echo './'`pygi-list.c |
---|
533 | libtool: compile: /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-list.lo -MD -MP -MF .deps/_gi_la-pygi-list.Tpo -c pygi-list.c -fno-common -DPIC -o .libs/_gi_la-pygi-list.o |
---|
534 | In file included from pygi-list.c:21: |
---|
535 | In file included from ./pygi-list.h:24: |
---|
536 | ./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition] |
---|
537 | } PyGIFunctionCache; |
---|
538 | ^ |
---|
539 | ./pygi-cache.h:34:35: note: previous definition is here |
---|
540 | typedef struct _PyGIFunctionCache PyGIFunctionCache; |
---|
541 | ^ |
---|
542 | ./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition] |
---|
543 | } PyGIVFuncCache; |
---|
544 | ^ |
---|
545 | ./pygi-cache.h:35:32: note: previous definition is here |
---|
546 | typedef struct _PyGIVFuncCache PyGIVFuncCache; |
---|
547 | ^ |
---|
548 | 2 warnings generated. |
---|
549 | mv -f .deps/_gi_la-pygi-list.Tpo .deps/_gi_la-pygi-list.Plo |
---|
550 | /bin/sh ../libtool --tag=CC --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-array.lo -MD -MP -MF .deps/_gi_la-pygi-array.Tpo -c -o _gi_la-pygi-array.lo `test -f 'pygi-array.c' || echo './'`pygi-array.c |
---|
551 | libtool: compile: /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-array.lo -MD -MP -MF .deps/_gi_la-pygi-array.Tpo -c pygi-array.c -fno-common -DPIC -o .libs/_gi_la-pygi-array.o |
---|
552 | In file included from pygi-array.c:25: |
---|
553 | In file included from ./pygi-array.h:24: |
---|
554 | ./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition] |
---|
555 | } PyGIFunctionCache; |
---|
556 | ^ |
---|
557 | ./pygi-cache.h:34:35: note: previous definition is here |
---|
558 | typedef struct _PyGIFunctionCache PyGIFunctionCache; |
---|
559 | ^ |
---|
560 | ./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition] |
---|
561 | } PyGIVFuncCache; |
---|
562 | ^ |
---|
563 | ./pygi-cache.h:35:32: note: previous definition is here |
---|
564 | typedef struct _PyGIVFuncCache PyGIVFuncCache; |
---|
565 | ^ |
---|
566 | 2 warnings generated. |
---|
567 | mv -f .deps/_gi_la-pygi-array.Tpo .deps/_gi_la-pygi-array.Plo |
---|
568 | /bin/sh ../libtool --tag=CC --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-error.lo -MD -MP -MF .deps/_gi_la-pygi-error.Tpo -c -o _gi_la-pygi-error.lo `test -f 'pygi-error.c' || echo './'`pygi-error.c |
---|
569 | libtool: compile: /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-error.lo -MD -MP -MF .deps/_gi_la-pygi-error.Tpo -c pygi-error.c -fno-common -DPIC -o .libs/_gi_la-pygi-error.o |
---|
570 | In file included from pygi-error.c:24: |
---|
571 | In file included from ./pygi-private.h:17: |
---|
572 | In file included from ./pygi.h:30: |
---|
573 | ./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition] |
---|
574 | } PyGIFunctionCache; |
---|
575 | ^ |
---|
576 | ./pygi-cache.h:34:35: note: previous definition is here |
---|
577 | typedef struct _PyGIFunctionCache PyGIFunctionCache; |
---|
578 | ^ |
---|
579 | ./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition] |
---|
580 | } PyGIVFuncCache; |
---|
581 | ^ |
---|
582 | ./pygi-cache.h:35:32: note: previous definition is here |
---|
583 | typedef struct _PyGIVFuncCache PyGIVFuncCache; |
---|
584 | ^ |
---|
585 | 2 warnings generated. |
---|
586 | mv -f .deps/_gi_la-pygi-error.Tpo .deps/_gi_la-pygi-error.Plo |
---|
587 | /bin/sh ../libtool --tag=CC --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-object.lo -MD -MP -MF .deps/_gi_la-pygi-object.Tpo -c -o _gi_la-pygi-object.lo `test -f 'pygi-object.c' || echo './'`pygi-object.c |
---|
588 | libtool: compile: /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-object.lo -MD -MP -MF .deps/_gi_la-pygi-object.Tpo -c pygi-object.c -fno-common -DPIC -o .libs/_gi_la-pygi-object.o |
---|
589 | In file included from pygi-object.c:25: |
---|
590 | In file included from ./pygi-object.h:24: |
---|
591 | ./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition] |
---|
592 | } PyGIFunctionCache; |
---|
593 | ^ |
---|
594 | ./pygi-cache.h:34:35: note: previous definition is here |
---|
595 | typedef struct _PyGIFunctionCache PyGIFunctionCache; |
---|
596 | ^ |
---|
597 | ./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition] |
---|
598 | } PyGIVFuncCache; |
---|
599 | ^ |
---|
600 | ./pygi-cache.h:35:32: note: previous definition is here |
---|
601 | typedef struct _PyGIVFuncCache PyGIVFuncCache; |
---|
602 | ^ |
---|
603 | 2 warnings generated. |
---|
604 | mv -f .deps/_gi_la-pygi-object.Tpo .deps/_gi_la-pygi-object.Plo |
---|
605 | /bin/sh ../libtool --tag=CC --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-value.lo -MD -MP -MF .deps/_gi_la-pygi-value.Tpo -c -o _gi_la-pygi-value.lo `test -f 'pygi-value.c' || echo './'`pygi-value.c |
---|
606 | libtool: compile: /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-value.lo -MD -MP -MF .deps/_gi_la-pygi-value.Tpo -c pygi-value.c -fno-common -DPIC -o .libs/_gi_la-pygi-value.o |
---|
607 | mv -f .deps/_gi_la-pygi-value.Tpo .deps/_gi_la-pygi-value.Plo |
---|
608 | /bin/sh ../libtool --tag=CC --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-enum-marshal.lo -MD -MP -MF .deps/_gi_la-pygi-enum-marshal.Tpo -c -o _gi_la-pygi-enum-marshal.lo `test -f 'pygi-enum-marshal.c' || echo './'`pygi-enum-marshal.c |
---|
609 | libtool: compile: /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-enum-marshal.lo -MD -MP -MF .deps/_gi_la-pygi-enum-marshal.Tpo -c pygi-enum-marshal.c -fno-common -DPIC -o .libs/_gi_la-pygi-enum-marshal.o |
---|
610 | In file included from pygi-enum-marshal.c:25: |
---|
611 | In file included from ./pygi-enum-marshal.h:24: |
---|
612 | ./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition] |
---|
613 | } PyGIFunctionCache; |
---|
614 | ^ |
---|
615 | ./pygi-cache.h:34:35: note: previous definition is here |
---|
616 | typedef struct _PyGIFunctionCache PyGIFunctionCache; |
---|
617 | ^ |
---|
618 | ./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition] |
---|
619 | } PyGIVFuncCache; |
---|
620 | ^ |
---|
621 | ./pygi-cache.h:35:32: note: previous definition is here |
---|
622 | typedef struct _PyGIVFuncCache PyGIVFuncCache; |
---|
623 | ^ |
---|
624 | 2 warnings generated. |
---|
625 | mv -f .deps/_gi_la-pygi-enum-marshal.Tpo .deps/_gi_la-pygi-enum-marshal.Plo |
---|
626 | /bin/sh ../libtool --tag=CC --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-struct-marshal.lo -MD -MP -MF .deps/_gi_la-pygi-struct-marshal.Tpo -c -o _gi_la-pygi-struct-marshal.lo `test -f 'pygi-struct-marshal.c' || echo './'`pygi-struct-marshal.c |
---|
627 | libtool: compile: /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-struct-marshal.lo -MD -MP -MF .deps/_gi_la-pygi-struct-marshal.Tpo -c pygi-struct-marshal.c -fno-common -DPIC -o .libs/_gi_la-pygi-struct-marshal.o |
---|
628 | In file included from pygi-struct-marshal.c:25: |
---|
629 | In file included from ./pygi-struct-marshal.h:25: |
---|
630 | ./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition] |
---|
631 | } PyGIFunctionCache; |
---|
632 | ^ |
---|
633 | ./pygi-cache.h:34:35: note: previous definition is here |
---|
634 | typedef struct _PyGIFunctionCache PyGIFunctionCache; |
---|
635 | ^ |
---|
636 | ./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition] |
---|
637 | } PyGIVFuncCache; |
---|
638 | ^ |
---|
639 | ./pygi-cache.h:35:32: note: previous definition is here |
---|
640 | typedef struct _PyGIVFuncCache PyGIVFuncCache; |
---|
641 | ^ |
---|
642 | 2 warnings generated. |
---|
643 | mv -f .deps/_gi_la-pygi-struct-marshal.Tpo .deps/_gi_la-pygi-struct-marshal.Plo |
---|
644 | /bin/sh ../libtool --tag=CC --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-hashtable.lo -MD -MP -MF .deps/_gi_la-pygi-hashtable.Tpo -c -o _gi_la-pygi-hashtable.lo `test -f 'pygi-hashtable.c' || echo './'`pygi-hashtable.c |
---|
645 | libtool: compile: /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-hashtable.lo -MD -MP -MF .deps/_gi_la-pygi-hashtable.Tpo -c pygi-hashtable.c -fno-common -DPIC -o .libs/_gi_la-pygi-hashtable.o |
---|
646 | In file included from pygi-hashtable.c:21: |
---|
647 | In file included from ./pygi-hashtable.h:24: |
---|
648 | ./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition] |
---|
649 | } PyGIFunctionCache; |
---|
650 | ^ |
---|
651 | ./pygi-cache.h:34:35: note: previous definition is here |
---|
652 | typedef struct _PyGIFunctionCache PyGIFunctionCache; |
---|
653 | ^ |
---|
654 | ./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition] |
---|
655 | } PyGIVFuncCache; |
---|
656 | ^ |
---|
657 | ./pygi-cache.h:35:32: note: previous definition is here |
---|
658 | typedef struct _PyGIVFuncCache PyGIVFuncCache; |
---|
659 | ^ |
---|
660 | 2 warnings generated. |
---|
661 | mv -f .deps/_gi_la-pygi-hashtable.Tpo .deps/_gi_la-pygi-hashtable.Plo |
---|
662 | /bin/sh ../libtool --tag=CC --mode=link /opt/local/bin/clang-mp-3.4 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -module -avoid-version -shrext .so -export-symbols-regex "init_gi|PyInit__gi" -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc -o _gi.la -rpath /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/gi _gi_la-gobjectmodule.lo _gi_la-pygboxed.lo _gi_la-pygenum.lo _gi_la-pygflags.lo _gi_la-pyginterface.lo _gi_la-pygobject.lo _gi_la-pygparamspec.lo _gi_la-pygpointer.lo _gi_la-pygtype.lo _gi_la-glibmodule.lo _gi_la-pygoptioncontext.lo _gi_la-pygoptiongroup.lo _gi_la-pygspawn.lo _gi_la-pyglib.lo _gi_la-gimodule.lo _gi_la-pygi-repository.lo _gi_la-pygi-info.lo _gi_la-pygi-foreign.lo _gi_la-pygi-struct.lo _gi_la-pygi-source.lo _gi_la-pygi-argument.lo _gi_la-pygi-type.lo _gi_la-pygi-boxed.lo _gi_la-pygi-closure.lo _gi_la-pygi-ccallback.lo _gi_la-pygi-property.lo _gi_la-pygi-signal-closure.lo _gi_la-pygi-invoke.lo _gi_la-pygi-cache.lo _gi_la-pygi-marshal-cleanup.lo _gi_la-pygi-basictype.lo _gi_la-pygi-list.lo _gi_la-pygi-array.lo _gi_la-pygi-error.lo _gi_la-pygi-object.lo _gi_la-pygi-value.lo _gi_la-pygi-enum-marshal.lo _gi_la-pygi-struct-marshal.lo _gi_la-pygi-hashtable.lo -L/opt/local/lib -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -lintl -L/opt/local/lib -lgirepository-1.0 -lgobject-2.0 -lglib-2.0 -lintl -L/opt/local/lib -lffi |
---|
663 | libtool: link: /usr/bin/nm -p .libs/_gi_la-gobjectmodule.o .libs/_gi_la-pygboxed.o .libs/_gi_la-pygenum.o .libs/_gi_la-pygflags.o .libs/_gi_la-pyginterface.o .libs/_gi_la-pygobject.o .libs/_gi_la-pygparamspec.o .libs/_gi_la-pygpointer.o .libs/_gi_la-pygtype.o .libs/_gi_la-glibmodule.o .libs/_gi_la-pygoptioncontext.o .libs/_gi_la-pygoptiongroup.o .libs/_gi_la-pygspawn.o .libs/_gi_la-pyglib.o .libs/_gi_la-gimodule.o .libs/_gi_la-pygi-repository.o .libs/_gi_la-pygi-info.o .libs/_gi_la-pygi-foreign.o .libs/_gi_la-pygi-struct.o .libs/_gi_la-pygi-source.o .libs/_gi_la-pygi-argument.o .libs/_gi_la-pygi-type.o .libs/_gi_la-pygi-boxed.o .libs/_gi_la-pygi-closure.o .libs/_gi_la-pygi-ccallback.o .libs/_gi_la-pygi-property.o .libs/_gi_la-pygi-signal-closure.o .libs/_gi_la-pygi-invoke.o .libs/_gi_la-pygi-cache.o .libs/_gi_la-pygi-marshal-cleanup.o .libs/_gi_la-pygi-basictype.o .libs/_gi_la-pygi-list.o .libs/_gi_la-pygi-array.o .libs/_gi_la-pygi-error.o .libs/_gi_la-pygi-object.o .libs/_gi_la-pygi-value.o .libs/_gi_la-pygi-enum-marshal.o .libs/_gi_la-pygi-struct-marshal.o .libs/_gi_la-pygi-hashtable.o | sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' | /opt/local/bin/gsed 's/.* //' | sort | uniq > .libs/_gi.exp |
---|
664 | libtool: link: /usr/bin/grep -E -e "init_gi|PyInit__gi" ".libs/_gi.exp" > ".libs/_gi.expT" |
---|
665 | libtool: link: mv -f ".libs/_gi.expT" ".libs/_gi.exp" |
---|
666 | libtool: link: sed -e 's,^,_,' < .libs/_gi.exp > .libs/_gi-symbols.expsym |
---|
667 | libtool: link: /opt/local/bin/clang-mp-3.4 -Wl,-undefined -Wl,dynamic_lookup -o .libs/_gi.so -bundle .libs/_gi_la-gobjectmodule.o .libs/_gi_la-pygboxed.o .libs/_gi_la-pygenum.o .libs/_gi_la-pygflags.o .libs/_gi_la-pyginterface.o .libs/_gi_la-pygobject.o .libs/_gi_la-pygparamspec.o .libs/_gi_la-pygpointer.o .libs/_gi_la-pygtype.o .libs/_gi_la-glibmodule.o .libs/_gi_la-pygoptioncontext.o .libs/_gi_la-pygoptiongroup.o .libs/_gi_la-pygspawn.o .libs/_gi_la-pyglib.o .libs/_gi_la-gimodule.o .libs/_gi_la-pygi-repository.o .libs/_gi_la-pygi-info.o .libs/_gi_la-pygi-foreign.o .libs/_gi_la-pygi-struct.o .libs/_gi_la-pygi-source.o .libs/_gi_la-pygi-argument.o .libs/_gi_la-pygi-type.o .libs/_gi_la-pygi-boxed.o .libs/_gi_la-pygi-closure.o .libs/_gi_la-pygi-ccallback.o .libs/_gi_la-pygi-property.o .libs/_gi_la-pygi-signal-closure.o .libs/_gi_la-pygi-invoke.o .libs/_gi_la-pygi-cache.o .libs/_gi_la-pygi-marshal-cleanup.o .libs/_gi_la-pygi-basictype.o .libs/_gi_la-pygi-list.o .libs/_gi_la-pygi-array.o .libs/_gi_la-pygi-error.o .libs/_gi_la-pygi-object.o .libs/_gi_la-pygi-value.o .libs/_gi_la-pygi-enum-marshal.o .libs/_gi_la-pygi-struct-marshal.o .libs/_gi_la-pygi-hashtable.o -L/opt/local/lib /opt/local/lib/libgthread-2.0.dylib /opt/local/lib/libgirepository-1.0.dylib /opt/local/lib/libgobject-2.0.dylib /opt/local/lib/libglib-2.0.dylib /opt/local/lib/libintl.dylib /opt/local/lib/libffi.dylib -Os -arch ppc -Wl,-headerpad_max_install_names -arch ppc -Wl,-exported_symbols_list,.libs/_gi-symbols.expsym |
---|
668 | ld: absolute addressing (perhaps -mdynamic-no-pic) used in _pygobject_constructv from .libs/_gi_la-gobjectmodule.o not allowed in slidable image. Use '-read_only_relocs suppress' to enable text relocs |
---|
669 | collect2: ld returned 1 exit status |
---|
670 | clang: error: linker (via gcc) command failed with exit code 1 (use -v to see invocation) |
---|
671 | make[3]: *** [_gi.la] Error 1 |
---|
672 | make[2]: *** [all-recursive] Error 1 |
---|
673 | make[1]: *** [all-recursive] Error 1 |
---|
674 | make: *** [all] Error 2 |
---|