atk 1.1.9-x86-mingw32 → 1.2.0-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +12 -1
- data/lib/1.8/atk.so +0 -0
- data/lib/1.9/atk.so +0 -0
- data/vendor/local/bin/libatk-1.0-0.dll +0 -0
- data/vendor/local/include/atk-1.0/atk/atk.h +1 -0
- data/vendor/local/include/atk-1.0/atk/atkaction.h +8 -8
- data/vendor/local/include/atk-1.0/atk/atkdocument.h +6 -6
- data/vendor/local/include/atk-1.0/atk/atkhyperlink.h +1 -0
- data/vendor/local/include/atk-1.0/atk/atkimage.h +4 -4
- data/vendor/local/include/atk-1.0/atk/atkmisc.h +24 -1
- data/vendor/local/include/atk-1.0/atk/atkobject.h +35 -7
- data/vendor/local/include/atk-1.0/atk/atkrelation.h +1 -1
- data/vendor/local/include/atk-1.0/atk/atkrelationset.h +3 -0
- data/vendor/local/include/atk-1.0/atk/atkstate.h +1 -1
- data/vendor/local/include/atk-1.0/atk/atkstreamablecontent.h +6 -6
- data/vendor/local/include/atk-1.0/atk/atktable.h +5 -8
- data/vendor/local/include/atk-1.0/atk/atktext.h +4 -2
- data/vendor/local/include/atk-1.0/atk/atkutil.h +75 -66
- data/vendor/local/include/atk-1.0/atk/atkwindow.h +54 -0
- data/vendor/local/lib/atk-1.0.def +2 -0
- data/vendor/local/lib/libatk-1.0.dll.a +0 -0
- data/vendor/local/lib/libatk-1.0.la +41 -0
- data/vendor/local/lib/pkgconfig/atk.pc +1 -1
- data/vendor/local/share/gtk-doc/html/atk/AtkAction.html +330 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkComponent.html +639 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkDocument.html +343 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkEditableText.html +328 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkGObjectAccessible.html +128 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkHyperlink.html +400 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkHypertext.html +215 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkImage.html +238 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkNoOpObject.html +109 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkNoOpObjectFactory.html +94 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkObject.html +1960 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkObjectFactory.html +166 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkRegistry.html +201 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkRelation.html +443 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkRelationSet.html +313 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkSelection.html +330 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkStateSet.html +395 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkStreamableContent.html +213 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkTable.html +1210 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkText.html +1745 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkUtil.html +743 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkValue.html +216 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-12.html +51 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-13.html +31 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-18.html +31 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-20.html +35 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-22.html +45 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-24.html +31 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-26.html +31 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-28.html +31 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-3.html +41 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-30.html +39 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-32.html +30 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-4.html +35 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-6.html +35 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-deprecated.html +41 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-full.html +651 -0
- data/vendor/local/share/gtk-doc/html/atk/atk-AtkHyperlinkImpl.html +107 -0
- data/vendor/local/share/gtk-doc/html/atk/atk-AtkPlug.html +81 -0
- data/vendor/local/share/gtk-doc/html/atk/atk-AtkSocket.html +130 -0
- data/vendor/local/share/gtk-doc/html/atk/atk-AtkState.html +430 -0
- data/vendor/local/share/gtk-doc/html/atk/atk.devhelp2 +573 -0
- data/vendor/local/share/gtk-doc/html/atk/atk.html +121 -0
- data/vendor/local/share/gtk-doc/html/atk/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/atk/index.html +136 -0
- data/vendor/local/share/gtk-doc/html/atk/index.sgml +688 -0
- data/vendor/local/share/gtk-doc/html/atk/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/atk/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/atk/style.css +266 -0
- data/vendor/local/share/gtk-doc/html/atk/up.png +0 -0
- data/vendor/local/share/license/atk/AUTHORS +5 -0
- data/vendor/local/share/license/atk/COPYING +482 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/ast/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/km/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/zu/LC_MESSAGES/atk10.mo +0 -0
- metadata +65 -14
- data/vendor/local/lib/atk-1.0.lib +0 -0
- data/vendor/local/manifest/atk-dev_1.32.0-2_win32.mft +0 -37
- data/vendor/local/manifest/atk_1.32.0-2_win32.mft +0 -95
- data/vendor/local/src/dieterv/packaging/atk_1.32.0-2_win32.log +0 -740
- data/vendor/local/src/dieterv/packaging/atk_1.32.0-2_win32.sh +0 -76
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: atk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 31
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
|
-
-
|
9
|
-
-
|
10
|
-
version: 1.
|
8
|
+
- 2
|
9
|
+
- 0
|
10
|
+
version: 1.2.0
|
11
11
|
platform: x86-mingw32
|
12
12
|
authors:
|
13
13
|
- The Ruby-GNOME2 Project Team
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date:
|
18
|
+
date: 2013-01-24 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: glib2
|
@@ -25,12 +25,12 @@ dependencies:
|
|
25
25
|
requirements:
|
26
26
|
- - ">="
|
27
27
|
- !ruby/object:Gem::Version
|
28
|
-
hash:
|
28
|
+
hash: 31
|
29
29
|
segments:
|
30
30
|
- 1
|
31
|
-
-
|
32
|
-
-
|
33
|
-
version: 1.
|
31
|
+
- 2
|
32
|
+
- 0
|
33
|
+
version: 1.2.0
|
34
34
|
type: :runtime
|
35
35
|
version_requirements: *id001
|
36
36
|
description: Ruby/ATK is a Ruby binding of ATK-1.0.x.
|
@@ -84,8 +84,58 @@ files:
|
|
84
84
|
- ext/atk/rbatkobject.c
|
85
85
|
- lib/1.8/atk.so
|
86
86
|
- lib/1.9/atk.so
|
87
|
-
- vendor/local/
|
88
|
-
- vendor/local/
|
87
|
+
- vendor/local/share/license/atk/AUTHORS
|
88
|
+
- vendor/local/share/license/atk/COPYING
|
89
|
+
- vendor/local/share/gtk-doc/html/atk/api-index-1-30.html
|
90
|
+
- vendor/local/share/gtk-doc/html/atk/AtkGObjectAccessible.html
|
91
|
+
- vendor/local/share/gtk-doc/html/atk/api-index-1-28.html
|
92
|
+
- vendor/local/share/gtk-doc/html/atk/AtkDocument.html
|
93
|
+
- vendor/local/share/gtk-doc/html/atk/atk-AtkHyperlinkImpl.html
|
94
|
+
- vendor/local/share/gtk-doc/html/atk/AtkStreamableContent.html
|
95
|
+
- vendor/local/share/gtk-doc/html/atk/left.png
|
96
|
+
- vendor/local/share/gtk-doc/html/atk/AtkSelection.html
|
97
|
+
- vendor/local/share/gtk-doc/html/atk/AtkTable.html
|
98
|
+
- vendor/local/share/gtk-doc/html/atk/api-index-1-12.html
|
99
|
+
- vendor/local/share/gtk-doc/html/atk/AtkText.html
|
100
|
+
- vendor/local/share/gtk-doc/html/atk/AtkNoOpObject.html
|
101
|
+
- vendor/local/share/gtk-doc/html/atk/api-index-1-24.html
|
102
|
+
- vendor/local/share/gtk-doc/html/atk/AtkRegistry.html
|
103
|
+
- vendor/local/share/gtk-doc/html/atk/style.css
|
104
|
+
- vendor/local/share/gtk-doc/html/atk/AtkNoOpObjectFactory.html
|
105
|
+
- vendor/local/share/gtk-doc/html/atk/AtkUtil.html
|
106
|
+
- vendor/local/share/gtk-doc/html/atk/api-index-deprecated.html
|
107
|
+
- vendor/local/share/gtk-doc/html/atk/api-index-1-20.html
|
108
|
+
- vendor/local/share/gtk-doc/html/atk/api-index-1-6.html
|
109
|
+
- vendor/local/share/gtk-doc/html/atk/index.sgml
|
110
|
+
- vendor/local/share/gtk-doc/html/atk/index.html
|
111
|
+
- vendor/local/share/gtk-doc/html/atk/AtkHypertext.html
|
112
|
+
- vendor/local/share/gtk-doc/html/atk/atk-AtkSocket.html
|
113
|
+
- vendor/local/share/gtk-doc/html/atk/api-index-1-22.html
|
114
|
+
- vendor/local/share/gtk-doc/html/atk/AtkObjectFactory.html
|
115
|
+
- vendor/local/share/gtk-doc/html/atk/api-index-1-4.html
|
116
|
+
- vendor/local/share/gtk-doc/html/atk/AtkAction.html
|
117
|
+
- vendor/local/share/gtk-doc/html/atk/atk.devhelp2
|
118
|
+
- vendor/local/share/gtk-doc/html/atk/AtkRelationSet.html
|
119
|
+
- vendor/local/share/gtk-doc/html/atk/AtkRelation.html
|
120
|
+
- vendor/local/share/gtk-doc/html/atk/AtkStateSet.html
|
121
|
+
- vendor/local/share/gtk-doc/html/atk/home.png
|
122
|
+
- vendor/local/share/gtk-doc/html/atk/api-index-1-26.html
|
123
|
+
- vendor/local/share/gtk-doc/html/atk/atk-AtkState.html
|
124
|
+
- vendor/local/share/gtk-doc/html/atk/AtkValue.html
|
125
|
+
- vendor/local/share/gtk-doc/html/atk/api-index-1-32.html
|
126
|
+
- vendor/local/share/gtk-doc/html/atk/AtkImage.html
|
127
|
+
- vendor/local/share/gtk-doc/html/atk/atk.html
|
128
|
+
- vendor/local/share/gtk-doc/html/atk/api-index-1-3.html
|
129
|
+
- vendor/local/share/gtk-doc/html/atk/AtkComponent.html
|
130
|
+
- vendor/local/share/gtk-doc/html/atk/AtkHyperlink.html
|
131
|
+
- vendor/local/share/gtk-doc/html/atk/atk-AtkPlug.html
|
132
|
+
- vendor/local/share/gtk-doc/html/atk/api-index-1-13.html
|
133
|
+
- vendor/local/share/gtk-doc/html/atk/up.png
|
134
|
+
- vendor/local/share/gtk-doc/html/atk/AtkEditableText.html
|
135
|
+
- vendor/local/share/gtk-doc/html/atk/api-index-1-18.html
|
136
|
+
- vendor/local/share/gtk-doc/html/atk/api-index-full.html
|
137
|
+
- vendor/local/share/gtk-doc/html/atk/right.png
|
138
|
+
- vendor/local/share/gtk-doc/html/atk/AtkObject.html
|
89
139
|
- vendor/local/share/locale/de/LC_MESSAGES/atk10.mo
|
90
140
|
- vendor/local/share/locale/ug/LC_MESSAGES/atk10.mo
|
91
141
|
- vendor/local/share/locale/zh_CN/LC_MESSAGES/atk10.mo
|
@@ -145,6 +195,7 @@ files:
|
|
145
195
|
- vendor/local/share/locale/rw/LC_MESSAGES/atk10.mo
|
146
196
|
- vendor/local/share/locale/mr/LC_MESSAGES/atk10.mo
|
147
197
|
- vendor/local/share/locale/en_GB/LC_MESSAGES/atk10.mo
|
198
|
+
- vendor/local/share/locale/zu/LC_MESSAGES/atk10.mo
|
148
199
|
- vendor/local/share/locale/it/LC_MESSAGES/atk10.mo
|
149
200
|
- vendor/local/share/locale/bn/LC_MESSAGES/atk10.mo
|
150
201
|
- vendor/local/share/locale/fr/LC_MESSAGES/atk10.mo
|
@@ -172,6 +223,7 @@ files:
|
|
172
223
|
- vendor/local/share/locale/as/LC_MESSAGES/atk10.mo
|
173
224
|
- vendor/local/share/locale/fa/LC_MESSAGES/atk10.mo
|
174
225
|
- vendor/local/share/locale/he/LC_MESSAGES/atk10.mo
|
226
|
+
- vendor/local/share/locale/km/LC_MESSAGES/atk10.mo
|
175
227
|
- vendor/local/share/locale/ko/LC_MESSAGES/atk10.mo
|
176
228
|
- vendor/local/share/locale/si/LC_MESSAGES/atk10.mo
|
177
229
|
- vendor/local/share/locale/is/LC_MESSAGES/atk10.mo
|
@@ -179,11 +231,9 @@ files:
|
|
179
231
|
- vendor/local/share/locale/gu/LC_MESSAGES/atk10.mo
|
180
232
|
- vendor/local/share/locale/en@shaw/LC_MESSAGES/atk10.mo
|
181
233
|
- vendor/local/share/locale/sl/LC_MESSAGES/atk10.mo
|
182
|
-
- vendor/local/manifest/atk-dev_1.32.0-2_win32.mft
|
183
|
-
- vendor/local/manifest/atk_1.32.0-2_win32.mft
|
184
234
|
- vendor/local/bin/libatk-1.0-0.dll
|
185
235
|
- vendor/local/lib/atk-1.0.def
|
186
|
-
- vendor/local/lib/
|
236
|
+
- vendor/local/lib/libatk-1.0.la
|
187
237
|
- vendor/local/lib/libatk-1.0.dll.a
|
188
238
|
- vendor/local/lib/pkgconfig/atk.pc
|
189
239
|
- vendor/local/include/atk-1.0/atk/atkobject.h
|
@@ -203,6 +253,7 @@ files:
|
|
203
253
|
- vendor/local/include/atk-1.0/atk/atkplug.h
|
204
254
|
- vendor/local/include/atk-1.0/atk/atkimage.h
|
205
255
|
- vendor/local/include/atk-1.0/atk/atksocket.h
|
256
|
+
- vendor/local/include/atk-1.0/atk/atkwindow.h
|
206
257
|
- vendor/local/include/atk-1.0/atk/atkstreamablecontent.h
|
207
258
|
- vendor/local/include/atk-1.0/atk/atktable.h
|
208
259
|
- vendor/local/include/atk-1.0/atk/atkeditabletext.h
|
Binary file
|
@@ -1,37 +0,0 @@
|
|
1
|
-
include/atk-1.0/atk/atk-enum-types.h
|
2
|
-
include/atk-1.0/atk/atk.h
|
3
|
-
include/atk-1.0/atk/atkaction.h
|
4
|
-
include/atk-1.0/atk/atkcomponent.h
|
5
|
-
include/atk-1.0/atk/atkdocument.h
|
6
|
-
include/atk-1.0/atk/atkeditabletext.h
|
7
|
-
include/atk-1.0/atk/atkgobjectaccessible.h
|
8
|
-
include/atk-1.0/atk/atkhyperlink.h
|
9
|
-
include/atk-1.0/atk/atkhyperlinkimpl.h
|
10
|
-
include/atk-1.0/atk/atkhypertext.h
|
11
|
-
include/atk-1.0/atk/atkimage.h
|
12
|
-
include/atk-1.0/atk/atkmisc.h
|
13
|
-
include/atk-1.0/atk/atknoopobject.h
|
14
|
-
include/atk-1.0/atk/atknoopobjectfactory.h
|
15
|
-
include/atk-1.0/atk/atkobject.h
|
16
|
-
include/atk-1.0/atk/atkobjectfactory.h
|
17
|
-
include/atk-1.0/atk/atkplug.h
|
18
|
-
include/atk-1.0/atk/atkregistry.h
|
19
|
-
include/atk-1.0/atk/atkrelation.h
|
20
|
-
include/atk-1.0/atk/atkrelationset.h
|
21
|
-
include/atk-1.0/atk/atkrelationtype.h
|
22
|
-
include/atk-1.0/atk/atkselection.h
|
23
|
-
include/atk-1.0/atk/atksocket.h
|
24
|
-
include/atk-1.0/atk/atkstate.h
|
25
|
-
include/atk-1.0/atk/atkstateset.h
|
26
|
-
include/atk-1.0/atk/atkstreamablecontent.h
|
27
|
-
include/atk-1.0/atk/atktable.h
|
28
|
-
include/atk-1.0/atk/atktext.h
|
29
|
-
include/atk-1.0/atk/atkutil.h
|
30
|
-
include/atk-1.0/atk/atkvalue.h
|
31
|
-
lib/libatk-1.0.dll.a
|
32
|
-
lib/atk-1.0.lib
|
33
|
-
lib/atk-1.0.def
|
34
|
-
lib/pkgconfig/atk.pc
|
35
|
-
src/dieterv/packaging/atk_1.32.0-2_win32.sh
|
36
|
-
src/dieterv/packaging/atk_1.32.0-2_win32.log
|
37
|
-
manifest/atk-dev_1.32.0-2_win32.mft
|
@@ -1,95 +0,0 @@
|
|
1
|
-
bin/libatk-1.0-0.dll
|
2
|
-
share/locale/af/LC_MESSAGES/atk10.mo
|
3
|
-
share/locale/am/LC_MESSAGES/atk10.mo
|
4
|
-
share/locale/ar/LC_MESSAGES/atk10.mo
|
5
|
-
share/locale/as/LC_MESSAGES/atk10.mo
|
6
|
-
share/locale/ast/LC_MESSAGES/atk10.mo
|
7
|
-
share/locale/az/LC_MESSAGES/atk10.mo
|
8
|
-
share/locale/be/LC_MESSAGES/atk10.mo
|
9
|
-
share/locale/be@latin/LC_MESSAGES/atk10.mo
|
10
|
-
share/locale/bg/LC_MESSAGES/atk10.mo
|
11
|
-
share/locale/bn/LC_MESSAGES/atk10.mo
|
12
|
-
share/locale/bn_IN/LC_MESSAGES/atk10.mo
|
13
|
-
share/locale/bs/LC_MESSAGES/atk10.mo
|
14
|
-
share/locale/ca/LC_MESSAGES/atk10.mo
|
15
|
-
share/locale/ca@valencia/LC_MESSAGES/atk10.mo
|
16
|
-
share/locale/cs/LC_MESSAGES/atk10.mo
|
17
|
-
share/locale/cy/LC_MESSAGES/atk10.mo
|
18
|
-
share/locale/da/LC_MESSAGES/atk10.mo
|
19
|
-
share/locale/de/LC_MESSAGES/atk10.mo
|
20
|
-
share/locale/dz/LC_MESSAGES/atk10.mo
|
21
|
-
share/locale/el/LC_MESSAGES/atk10.mo
|
22
|
-
share/locale/en@shaw/LC_MESSAGES/atk10.mo
|
23
|
-
share/locale/en_CA/LC_MESSAGES/atk10.mo
|
24
|
-
share/locale/en_GB/LC_MESSAGES/atk10.mo
|
25
|
-
share/locale/eo/LC_MESSAGES/atk10.mo
|
26
|
-
share/locale/es/LC_MESSAGES/atk10.mo
|
27
|
-
share/locale/et/LC_MESSAGES/atk10.mo
|
28
|
-
share/locale/eu/LC_MESSAGES/atk10.mo
|
29
|
-
share/locale/fa/LC_MESSAGES/atk10.mo
|
30
|
-
share/locale/fi/LC_MESSAGES/atk10.mo
|
31
|
-
share/locale/fr/LC_MESSAGES/atk10.mo
|
32
|
-
share/locale/ga/LC_MESSAGES/atk10.mo
|
33
|
-
share/locale/gl/LC_MESSAGES/atk10.mo
|
34
|
-
share/locale/gu/LC_MESSAGES/atk10.mo
|
35
|
-
share/locale/he/LC_MESSAGES/atk10.mo
|
36
|
-
share/locale/hi/LC_MESSAGES/atk10.mo
|
37
|
-
share/locale/hr/LC_MESSAGES/atk10.mo
|
38
|
-
share/locale/hu/LC_MESSAGES/atk10.mo
|
39
|
-
share/locale/hy/LC_MESSAGES/atk10.mo
|
40
|
-
share/locale/id/LC_MESSAGES/atk10.mo
|
41
|
-
share/locale/is/LC_MESSAGES/atk10.mo
|
42
|
-
share/locale/it/LC_MESSAGES/atk10.mo
|
43
|
-
share/locale/ja/LC_MESSAGES/atk10.mo
|
44
|
-
share/locale/ka/LC_MESSAGES/atk10.mo
|
45
|
-
share/locale/kk/LC_MESSAGES/atk10.mo
|
46
|
-
share/locale/kn/LC_MESSAGES/atk10.mo
|
47
|
-
share/locale/ko/LC_MESSAGES/atk10.mo
|
48
|
-
share/locale/ku/LC_MESSAGES/atk10.mo
|
49
|
-
share/locale/li/LC_MESSAGES/atk10.mo
|
50
|
-
share/locale/lt/LC_MESSAGES/atk10.mo
|
51
|
-
share/locale/lv/LC_MESSAGES/atk10.mo
|
52
|
-
share/locale/mai/LC_MESSAGES/atk10.mo
|
53
|
-
share/locale/mk/LC_MESSAGES/atk10.mo
|
54
|
-
share/locale/ml/LC_MESSAGES/atk10.mo
|
55
|
-
share/locale/mn/LC_MESSAGES/atk10.mo
|
56
|
-
share/locale/mr/LC_MESSAGES/atk10.mo
|
57
|
-
share/locale/ms/LC_MESSAGES/atk10.mo
|
58
|
-
share/locale/nb/LC_MESSAGES/atk10.mo
|
59
|
-
share/locale/ne/LC_MESSAGES/atk10.mo
|
60
|
-
share/locale/nl/LC_MESSAGES/atk10.mo
|
61
|
-
share/locale/nn/LC_MESSAGES/atk10.mo
|
62
|
-
share/locale/oc/LC_MESSAGES/atk10.mo
|
63
|
-
share/locale/or/LC_MESSAGES/atk10.mo
|
64
|
-
share/locale/pa/LC_MESSAGES/atk10.mo
|
65
|
-
share/locale/pl/LC_MESSAGES/atk10.mo
|
66
|
-
share/locale/ps/LC_MESSAGES/atk10.mo
|
67
|
-
share/locale/pt/LC_MESSAGES/atk10.mo
|
68
|
-
share/locale/pt_BR/LC_MESSAGES/atk10.mo
|
69
|
-
share/locale/ro/LC_MESSAGES/atk10.mo
|
70
|
-
share/locale/ru/LC_MESSAGES/atk10.mo
|
71
|
-
share/locale/rw/LC_MESSAGES/atk10.mo
|
72
|
-
share/locale/si/LC_MESSAGES/atk10.mo
|
73
|
-
share/locale/sk/LC_MESSAGES/atk10.mo
|
74
|
-
share/locale/sl/LC_MESSAGES/atk10.mo
|
75
|
-
share/locale/sq/LC_MESSAGES/atk10.mo
|
76
|
-
share/locale/sr/LC_MESSAGES/atk10.mo
|
77
|
-
share/locale/sr@ije/LC_MESSAGES/atk10.mo
|
78
|
-
share/locale/sr@latin/LC_MESSAGES/atk10.mo
|
79
|
-
share/locale/sv/LC_MESSAGES/atk10.mo
|
80
|
-
share/locale/ta/LC_MESSAGES/atk10.mo
|
81
|
-
share/locale/te/LC_MESSAGES/atk10.mo
|
82
|
-
share/locale/th/LC_MESSAGES/atk10.mo
|
83
|
-
share/locale/tk/LC_MESSAGES/atk10.mo
|
84
|
-
share/locale/tr/LC_MESSAGES/atk10.mo
|
85
|
-
share/locale/tt/LC_MESSAGES/atk10.mo
|
86
|
-
share/locale/ug/LC_MESSAGES/atk10.mo
|
87
|
-
share/locale/uk/LC_MESSAGES/atk10.mo
|
88
|
-
share/locale/vi/LC_MESSAGES/atk10.mo
|
89
|
-
share/locale/wa/LC_MESSAGES/atk10.mo
|
90
|
-
share/locale/xh/LC_MESSAGES/atk10.mo
|
91
|
-
share/locale/yi/LC_MESSAGES/atk10.mo
|
92
|
-
share/locale/zh_CN/LC_MESSAGES/atk10.mo
|
93
|
-
share/locale/zh_HK/LC_MESSAGES/atk10.mo
|
94
|
-
share/locale/zh_TW/LC_MESSAGES/atk10.mo
|
95
|
-
manifest/atk_1.32.0-2_win32.mft
|
@@ -1,740 +0,0 @@
|
|
1
|
-
++ patch --verbose -p0 --fuzz=0
|
2
|
-
Hmm... Looks like a unified diff to me...
|
3
|
-
The text leading up to this was:
|
4
|
-
--------------------------
|
5
|
-
|--- atk/atk.symbols
|
6
|
-
|+++ atk/atk.symbols
|
7
|
-
--------------------------
|
8
|
-
Patching file atk/atk.symbols using Plan A...
|
9
|
-
Hunk #1 succeeded at 70.
|
10
|
-
Hunk #2 succeeded at 179.
|
11
|
-
done
|
12
|
-
+++ latest --arch=win32 zlib gettext-runtime glib
|
13
|
-
++ DEPS='zlib-1.2.5-2 gettext-runtime-0.18.1.1-2 glib-2.28.8-1'
|
14
|
-
+++ latest --arch=win32 gettext-runtime
|
15
|
-
++ GETTEXT_RUNTIME=gettext-runtime-0.18.1.1-2
|
16
|
-
++ for D in '$DEPS'
|
17
|
-
++ PATH=/devel/dist/win32/zlib-1.2.5-2/bin:/opt/winsdk52/Bin/win64/x86/AMD64:/mingw/bin:/opt/local/bin:/bin:.:/usr/local/bin:/mingw/bin:/bin:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem
|
18
|
-
++ PKG_CONFIG_PATH=/devel/dist/win32/zlib-1.2.5-2/lib/pkgconfig:/dummy
|
19
|
-
++ for D in '$DEPS'
|
20
|
-
++ PATH=/devel/dist/win32/gettext-runtime-0.18.1.1-2/bin:/devel/dist/win32/zlib-1.2.5-2/bin:/opt/winsdk52/Bin/win64/x86/AMD64:/mingw/bin:/opt/local/bin:/bin:.:/usr/local/bin:/mingw/bin:/bin:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem
|
21
|
-
++ PKG_CONFIG_PATH=/devel/dist/win32/gettext-runtime-0.18.1.1-2/lib/pkgconfig:/devel/dist/win32/zlib-1.2.5-2/lib/pkgconfig:/dummy
|
22
|
-
++ for D in '$DEPS'
|
23
|
-
++ PATH=/devel/dist/win32/glib-2.28.8-1/bin:/devel/dist/win32/gettext-runtime-0.18.1.1-2/bin:/devel/dist/win32/zlib-1.2.5-2/bin:/opt/winsdk52/Bin/win64/x86/AMD64:/mingw/bin:/opt/local/bin:/bin:.:/usr/local/bin:/mingw/bin:/bin:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem
|
24
|
-
++ PKG_CONFIG_PATH=/devel/dist/win32/glib-2.28.8-1/lib/pkgconfig:/devel/dist/win32/gettext-runtime-0.18.1.1-2/lib/pkgconfig:/devel/dist/win32/zlib-1.2.5-2/lib/pkgconfig:/dummy
|
25
|
-
++ lt_cv_deplibs_check_method=pass_all
|
26
|
-
++ CC='gcc -mtune=pentium3 -mthreads'
|
27
|
-
++ CPPFLAGS=-I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include
|
28
|
-
++ LDFLAGS='-L/devel/dist/win32/gettext-runtime-0.18.1.1-2/lib -Wl,--enable-auto-image-base'
|
29
|
-
++ CFLAGS=-O2
|
30
|
-
++ ./configure --disable-gtk-doc --disable-static --prefix=/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f
|
31
|
-
checking for a BSD-compatible install... /bin/install -c
|
32
|
-
checking whether build environment is sane... yes
|
33
|
-
checking for a thread-safe mkdir -p... /bin/mkdir -p
|
34
|
-
checking for gawk... gawk
|
35
|
-
checking whether make sets $(MAKE)... yes
|
36
|
-
checking for gcc... gcc -mtune=pentium3 -mthreads
|
37
|
-
checking whether the C compiler works... yes
|
38
|
-
checking for C compiler default output file name... a.exe
|
39
|
-
checking for suffix of executables... .exe
|
40
|
-
checking whether we are cross compiling... no
|
41
|
-
checking for suffix of object files... o
|
42
|
-
checking whether we are using the GNU C compiler... yes
|
43
|
-
checking whether gcc -mtune=pentium3 -mthreads accepts -g... yes
|
44
|
-
checking for gcc -mtune=pentium3 -mthreads option to accept ISO C89... none needed
|
45
|
-
checking for style of include used by make... GNU
|
46
|
-
checking dependency style of gcc -mtune=pentium3 -mthreads... gcc3
|
47
|
-
checking build system type... i686-pc-mingw32
|
48
|
-
checking host system type... i686-pc-mingw32
|
49
|
-
checking for as... as
|
50
|
-
checking for dlltool... dlltool
|
51
|
-
checking for objdump... objdump
|
52
|
-
checking for a sed that does not truncate output... /bin/sed
|
53
|
-
checking for grep that handles long lines and -e... /bin/grep
|
54
|
-
checking for egrep... /bin/grep -E
|
55
|
-
checking for fgrep... /bin/grep -F
|
56
|
-
checking for ld used by gcc -mtune=pentium3 -mthreads... c:/mingw/mingw32/bin/ld.exe
|
57
|
-
checking if the linker (c:/mingw/mingw32/bin/ld.exe) is GNU ld... yes
|
58
|
-
checking for BSD- or MS-compatible name lister (nm)... /mingw/bin/nm
|
59
|
-
checking the name lister (/mingw/bin/nm) interface... BSD nm
|
60
|
-
checking whether ln -s works... no, using cp -p
|
61
|
-
checking the maximum length of command line arguments... 8192
|
62
|
-
checking whether the shell understands some XSI constructs... yes
|
63
|
-
checking whether the shell understands "+="... yes
|
64
|
-
checking for c:/mingw/mingw32/bin/ld.exe option to reload object files... -r
|
65
|
-
checking for objdump... (cached) objdump
|
66
|
-
checking how to recognize dependent libraries... (cached) pass_all
|
67
|
-
checking for ar... ar
|
68
|
-
checking for strip... strip
|
69
|
-
checking for ranlib... ranlib
|
70
|
-
checking command to parse /mingw/bin/nm output from gcc -mtune=pentium3 -mthreads object... ok
|
71
|
-
checking how to run the C preprocessor... gcc -mtune=pentium3 -mthreads -E
|
72
|
-
checking for ANSI C header files... yes
|
73
|
-
checking for sys/types.h... yes
|
74
|
-
checking for sys/stat.h... yes
|
75
|
-
checking for stdlib.h... yes
|
76
|
-
checking for string.h... yes
|
77
|
-
checking for memory.h... yes
|
78
|
-
checking for strings.h... yes
|
79
|
-
checking for inttypes.h... yes
|
80
|
-
checking for stdint.h... yes
|
81
|
-
checking for unistd.h... yes
|
82
|
-
checking for dlfcn.h... no
|
83
|
-
checking for objdir... .libs
|
84
|
-
checking if gcc -mtune=pentium3 -mthreads supports -fno-rtti -fno-exceptions... no
|
85
|
-
checking for gcc -mtune=pentium3 -mthreads option to produce PIC... -DDLL_EXPORT -DPIC
|
86
|
-
checking if gcc -mtune=pentium3 -mthreads PIC flag -DDLL_EXPORT -DPIC works... yes
|
87
|
-
checking if gcc -mtune=pentium3 -mthreads static flag -static works... yes
|
88
|
-
checking if gcc -mtune=pentium3 -mthreads supports -c -o file.o... yes
|
89
|
-
checking if gcc -mtune=pentium3 -mthreads supports -c -o file.o... (cached) yes
|
90
|
-
checking whether the gcc -mtune=pentium3 -mthreads linker (c:/mingw/mingw32/bin/ld.exe) supports shared libraries... yes
|
91
|
-
checking whether -lc should be explicitly linked in... yes
|
92
|
-
checking dynamic linker characteristics... Win32 ld.exe
|
93
|
-
checking how to hardcode library paths into programs... immediate
|
94
|
-
checking whether stripping libraries is possible... yes
|
95
|
-
checking if libtool supports shared libraries... yes
|
96
|
-
checking whether to build shared libraries... yes
|
97
|
-
checking whether to build static libraries... no
|
98
|
-
checking for some Win32 platform... yes
|
99
|
-
checking for native Win32 platform... yes
|
100
|
-
checking for windres... windres
|
101
|
-
checking for lib.exe... yes
|
102
|
-
checking for aclocal flags... -I /usr/share/aclocal
|
103
|
-
checking pkg-config is at least version 0.16... yes
|
104
|
-
checking for GLIB - version >= 2.0.0... yes (version 2.28.8)
|
105
|
-
checking for DEP... yes
|
106
|
-
checking locale.h usability... yes
|
107
|
-
checking locale.h presence... yes
|
108
|
-
checking for locale.h... yes
|
109
|
-
checking for LC_MESSAGES... no
|
110
|
-
checking libintl.h usability... yes
|
111
|
-
checking libintl.h presence... yes
|
112
|
-
checking for libintl.h... yes
|
113
|
-
checking for ngettext in libc... no
|
114
|
-
checking for bindtextdomain in -lintl... yes
|
115
|
-
checking for ngettext in -lintl... yes
|
116
|
-
checking for dgettext in -lintl... yes
|
117
|
-
checking for bind_textdomain_codeset... yes
|
118
|
-
checking for msgfmt... /mingw/bin/msgfmt
|
119
|
-
checking for dcgettext... yes
|
120
|
-
checking if msgfmt accepts -c... yes
|
121
|
-
checking for gmsgfmt... /mingw/bin/msgfmt
|
122
|
-
checking for xgettext... /mingw/bin/xgettext
|
123
|
-
checking for catalogs to be installed... af am ar as ast az be be@latin bg bn bn_IN bs ca ca@valencia cs cy da de dz el en_CA en_GB en@shaw eo es et eu fa fi fr ga gl gu he hi hr hu hy id is it ja ka kk kn ko ku li lt lv mai mk ml mn mr ms nb ne nl nn oc or pa pl ps pt pt_BR ro ru rw si sk sl sq sr sr@latin sr@ije sv ta te th tk tr tt ug uk vi wa xh yi zh_CN zh_HK zh_TW
|
124
|
-
checking for bind_textdomain_codeset... (cached) yes
|
125
|
-
checking for gobject-introspection... no
|
126
|
-
checking for gtkdoc-check... no
|
127
|
-
checking for gtkdoc-rebase... no
|
128
|
-
checking for gtkdoc-mkpdf... no
|
129
|
-
checking whether to build gtk-doc documentation... no
|
130
|
-
checking for gawk... (cached) gawk
|
131
|
-
checking for perl5... no
|
132
|
-
checking for perl... perl
|
133
|
-
configure: creating ./config.status
|
134
|
-
config.status: creating Makefile
|
135
|
-
config.status: creating po/Makefile.in
|
136
|
-
config.status: creating atk.pc
|
137
|
-
config.status: creating atk-uninstalled.pc
|
138
|
-
config.status: creating atk/Makefile
|
139
|
-
config.status: creating atk/atk.rc
|
140
|
-
config.status: creating tests/Makefile
|
141
|
-
config.status: creating docs/Makefile
|
142
|
-
config.status: creating docs/version.xml
|
143
|
-
config.status: creating atk.spec
|
144
|
-
config.status: creating atk-zip.sh
|
145
|
-
config.status: creating config.h
|
146
|
-
config.status: executing depfiles commands
|
147
|
-
config.status: executing libtool commands
|
148
|
-
config.status: executing default-1 commands
|
149
|
-
++ cd atk
|
150
|
-
++ make atkmarshal.h atkmarshal.c
|
151
|
-
glib-genmarshal --prefix=atk_marshal ./atkmarshal.list --header >> xgen-gmh \
|
152
|
-
&& (cmp -s xgen-gmh atkmarshal.h || cp xgen-gmh atkmarshal.h) \
|
153
|
-
&& rm -f xgen-gmh xgen-gmh~ \
|
154
|
-
&& echo timestamp > stamp-atkmarshal.h
|
155
|
-
glib-genmarshal --prefix=atk_marshal ./atkmarshal.list --body >> xgen-gmc \
|
156
|
-
&& (cmp -s xgen-gmc atkmarshal.c || cp xgen-gmc atkmarshal.c) \
|
157
|
-
&& rm -f xgen-gmc xgen-gmc~ \
|
158
|
-
&& echo timestamp > stamp-atkmarshal.c
|
159
|
-
++ PATH=/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/bin:.libs:/devel/dist/win32/glib-2.28.8-1/bin:/devel/dist/win32/gettext-runtime-0.18.1.1-2/bin:/devel/dist/win32/zlib-1.2.5-2/bin:/opt/winsdk52/Bin/win64/x86/AMD64:/mingw/bin:/opt/local/bin:/bin:.:/usr/local/bin:/mingw/bin:/bin:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem
|
160
|
-
++ make install
|
161
|
-
Making install in atk
|
162
|
-
make[1]: Entering directory `/devel/src/gnome/atk/atk-1.32.0/atk'
|
163
|
-
( cd . && glib-mkenums \
|
164
|
-
--fhead "#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)\n#error \"Only <atk/atk.h> can be included directly.\"\n#endif\n\n#ifndef __ATK_ENUM_TYPES_H__\n#define __ATK_ENUM_TYPES_H__\n\n#include <glib-object.h>\n\nG_BEGIN_DECLS\n" \
|
165
|
-
--fprod "/* enumerations from \"@filename@\" */\n" \
|
166
|
-
--vhead "GType @enum_name@_get_type (void);\n#define ATK_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n" \
|
167
|
-
--ftail "G_END_DECLS\n\n#endif /* __ATK_ENUM_TYPES_H__ */" \
|
168
|
-
atk.h atkaction.h atkcomponent.h atkdocument.h atkeditabletext.h atkgobjectaccessible.h atkhyperlink.h atkhyperlinkimpl.h atkhypertext.h atknoopobject.h atknoopobjectfactory.h atkobject.h atkobjectfactory.h atkplug.h atkimage.h atkregistry.h atkrelation.h atkrelationtype.h atkrelationset.h atkselection.h atksocket.h atkstate.h atkstateset.h atkstreamablecontent.h atktable.h atktext.h atkutil.h atkmisc.h atkvalue.h ) > tmp-atk-enum-types.h \
|
169
|
-
&& (cmp -s tmp-atk-enum-types.h atk-enum-types.h || cp tmp-atk-enum-types.h atk-enum-types.h ) \
|
170
|
-
&& rm -f tmp-atk-enum-types.h \
|
171
|
-
&& echo timestamp > s-enum-types-h
|
172
|
-
( cd . && glib-mkenums \
|
173
|
-
--fhead "#include <atk.h>" \
|
174
|
-
--fprod "\n/* enumerations from \"@filename@\" */" \
|
175
|
-
--vhead "GType\n@enum_name@_get_type (void)\n{\n static GType etype = 0;\n if (etype == 0) {\n static const G@Type@Value values[] = {" \
|
176
|
-
--vprod " { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \
|
177
|
-
--vtail " { 0, NULL, NULL }\n };\n etype = g_@type@_register_static (\"@EnumName@\", values);\n }\n return etype;\n}\n" \
|
178
|
-
atk.h atkaction.h atkcomponent.h atkdocument.h atkeditabletext.h atkgobjectaccessible.h atkhyperlink.h atkhyperlinkimpl.h atkhypertext.h atknoopobject.h atknoopobjectfactory.h atkobject.h atkobjectfactory.h atkplug.h atkimage.h atkregistry.h atkrelation.h atkrelationtype.h atkrelationset.h atkselection.h atksocket.h atkstate.h atkstateset.h atkstreamablecontent.h atktable.h atktext.h atkutil.h atkmisc.h atkvalue.h ) > tmp-atk-enum-types.c \
|
179
|
-
&& (cmp -s tmp-atk-enum-types.c atk-enum-types.c || cp tmp-atk-enum-types.c atk-enum-types.c ) \
|
180
|
-
&& rm -f tmp-atk-enum-types.c \
|
181
|
-
&& echo timestamp > s-enum-types-c
|
182
|
-
make install-am
|
183
|
-
make[2]: Entering directory `/devel/src/gnome/atk/atk-1.32.0/atk'
|
184
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR="\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\"" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atkaction.lo -MD -MP -MF .deps/atkaction.Tpo -c -o atkaction.lo atkaction.c
|
185
|
-
libtool: compile: gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR=\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atkaction.lo -MD -MP -MF .deps/atkaction.Tpo -c atkaction.c -DDLL_EXPORT -DPIC -o .libs/atkaction.o
|
186
|
-
mv -f .deps/atkaction.Tpo .deps/atkaction.Plo
|
187
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR="\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\"" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atkcomponent.lo -MD -MP -MF .deps/atkcomponent.Tpo -c -o atkcomponent.lo atkcomponent.c
|
188
|
-
libtool: compile: gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR=\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atkcomponent.lo -MD -MP -MF .deps/atkcomponent.Tpo -c atkcomponent.c -DDLL_EXPORT -DPIC -o .libs/atkcomponent.o
|
189
|
-
atkcomponent.c:594:1: warning: 'atk_component_real_get_alpha' defined but not used
|
190
|
-
mv -f .deps/atkcomponent.Tpo .deps/atkcomponent.Plo
|
191
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR="\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\"" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atkdocument.lo -MD -MP -MF .deps/atkdocument.Tpo -c -o atkdocument.lo atkdocument.c
|
192
|
-
libtool: compile: gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR=\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atkdocument.lo -MD -MP -MF .deps/atkdocument.Tpo -c atkdocument.c -DDLL_EXPORT -DPIC -o .libs/atkdocument.o
|
193
|
-
mv -f .deps/atkdocument.Tpo .deps/atkdocument.Plo
|
194
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR="\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\"" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atkeditabletext.lo -MD -MP -MF .deps/atkeditabletext.Tpo -c -o atkeditabletext.lo atkeditabletext.c
|
195
|
-
libtool: compile: gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR=\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atkeditabletext.lo -MD -MP -MF .deps/atkeditabletext.Tpo -c atkeditabletext.c -DDLL_EXPORT -DPIC -o .libs/atkeditabletext.o
|
196
|
-
mv -f .deps/atkeditabletext.Tpo .deps/atkeditabletext.Plo
|
197
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR="\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\"" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atkgobjectaccessible.lo -MD -MP -MF .deps/atkgobjectaccessible.Tpo -c -o atkgobjectaccessible.lo atkgobjectaccessible.c
|
198
|
-
libtool: compile: gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR=\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atkgobjectaccessible.lo -MD -MP -MF .deps/atkgobjectaccessible.Tpo -c atkgobjectaccessible.c -DDLL_EXPORT -DPIC -o .libs/atkgobjectaccessible.o
|
199
|
-
mv -f .deps/atkgobjectaccessible.Tpo .deps/atkgobjectaccessible.Plo
|
200
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR="\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\"" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atkhyperlink.lo -MD -MP -MF .deps/atkhyperlink.Tpo -c -o atkhyperlink.lo atkhyperlink.c
|
201
|
-
libtool: compile: gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR=\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atkhyperlink.lo -MD -MP -MF .deps/atkhyperlink.Tpo -c atkhyperlink.c -DDLL_EXPORT -DPIC -o .libs/atkhyperlink.o
|
202
|
-
atkhyperlink.c: In function 'atk_hyperlink_real_get_property':
|
203
|
-
atkhyperlink.c:165:7: warning: implicit declaration of function 'atk_hyperlink_is_selected_link'
|
204
|
-
mv -f .deps/atkhyperlink.Tpo .deps/atkhyperlink.Plo
|
205
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR="\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\"" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atkhyperlinkimpl.lo -MD -MP -MF .deps/atkhyperlinkimpl.Tpo -c -o atkhyperlinkimpl.lo atkhyperlinkimpl.c
|
206
|
-
libtool: compile: gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR=\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atkhyperlinkimpl.lo -MD -MP -MF .deps/atkhyperlinkimpl.Tpo -c atkhyperlinkimpl.c -DDLL_EXPORT -DPIC -o .libs/atkhyperlinkimpl.o
|
207
|
-
mv -f .deps/atkhyperlinkimpl.Tpo .deps/atkhyperlinkimpl.Plo
|
208
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR="\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\"" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atkhypertext.lo -MD -MP -MF .deps/atkhypertext.Tpo -c -o atkhypertext.lo atkhypertext.c
|
209
|
-
libtool: compile: gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR=\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atkhypertext.lo -MD -MP -MF .deps/atkhypertext.Tpo -c atkhypertext.c -DDLL_EXPORT -DPIC -o .libs/atkhypertext.o
|
210
|
-
mv -f .deps/atkhypertext.Tpo .deps/atkhypertext.Plo
|
211
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR="\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\"" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atkimage.lo -MD -MP -MF .deps/atkimage.Tpo -c -o atkimage.lo atkimage.c
|
212
|
-
libtool: compile: gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR=\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atkimage.lo -MD -MP -MF .deps/atkimage.Tpo -c atkimage.c -DDLL_EXPORT -DPIC -o .libs/atkimage.o
|
213
|
-
mv -f .deps/atkimage.Tpo .deps/atkimage.Plo
|
214
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR="\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\"" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atknoopobject.lo -MD -MP -MF .deps/atknoopobject.Tpo -c -o atknoopobject.lo atknoopobject.c
|
215
|
-
libtool: compile: gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR=\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atknoopobject.lo -MD -MP -MF .deps/atknoopobject.Tpo -c atknoopobject.c -DDLL_EXPORT -DPIC -o .libs/atknoopobject.o
|
216
|
-
mv -f .deps/atknoopobject.Tpo .deps/atknoopobject.Plo
|
217
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR="\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\"" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atknoopobjectfactory.lo -MD -MP -MF .deps/atknoopobjectfactory.Tpo -c -o atknoopobjectfactory.lo atknoopobjectfactory.c
|
218
|
-
libtool: compile: gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR=\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atknoopobjectfactory.lo -MD -MP -MF .deps/atknoopobjectfactory.Tpo -c atknoopobjectfactory.c -DDLL_EXPORT -DPIC -o .libs/atknoopobjectfactory.o
|
219
|
-
mv -f .deps/atknoopobjectfactory.Tpo .deps/atknoopobjectfactory.Plo
|
220
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR="\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\"" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atkobject.lo -MD -MP -MF .deps/atkobject.Tpo -c -o atkobject.lo atkobject.c
|
221
|
-
libtool: compile: gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR=\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atkobject.lo -MD -MP -MF .deps/atkobject.Tpo -c atkobject.c -DDLL_EXPORT -DPIC -o .libs/atkobject.o
|
222
|
-
mv -f .deps/atkobject.Tpo .deps/atkobject.Plo
|
223
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR="\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\"" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atkobjectfactory.lo -MD -MP -MF .deps/atkobjectfactory.Tpo -c -o atkobjectfactory.lo atkobjectfactory.c
|
224
|
-
libtool: compile: gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR=\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atkobjectfactory.lo -MD -MP -MF .deps/atkobjectfactory.Tpo -c atkobjectfactory.c -DDLL_EXPORT -DPIC -o .libs/atkobjectfactory.o
|
225
|
-
mv -f .deps/atkobjectfactory.Tpo .deps/atkobjectfactory.Plo
|
226
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR="\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\"" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atkplug.lo -MD -MP -MF .deps/atkplug.Tpo -c -o atkplug.lo atkplug.c
|
227
|
-
libtool: compile: gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR=\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atkplug.lo -MD -MP -MF .deps/atkplug.Tpo -c atkplug.c -DDLL_EXPORT -DPIC -o .libs/atkplug.o
|
228
|
-
mv -f .deps/atkplug.Tpo .deps/atkplug.Plo
|
229
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR="\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\"" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atkregistry.lo -MD -MP -MF .deps/atkregistry.Tpo -c -o atkregistry.lo atkregistry.c
|
230
|
-
libtool: compile: gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR=\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atkregistry.lo -MD -MP -MF .deps/atkregistry.Tpo -c atkregistry.c -DDLL_EXPORT -DPIC -o .libs/atkregistry.o
|
231
|
-
mv -f .deps/atkregistry.Tpo .deps/atkregistry.Plo
|
232
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR="\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\"" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atkrelation.lo -MD -MP -MF .deps/atkrelation.Tpo -c -o atkrelation.lo atkrelation.c
|
233
|
-
libtool: compile: gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR=\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atkrelation.lo -MD -MP -MF .deps/atkrelation.Tpo -c atkrelation.c -DDLL_EXPORT -DPIC -o .libs/atkrelation.o
|
234
|
-
mv -f .deps/atkrelation.Tpo .deps/atkrelation.Plo
|
235
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR="\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\"" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atkrelationset.lo -MD -MP -MF .deps/atkrelationset.Tpo -c -o atkrelationset.lo atkrelationset.c
|
236
|
-
libtool: compile: gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR=\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atkrelationset.lo -MD -MP -MF .deps/atkrelationset.Tpo -c atkrelationset.c -DDLL_EXPORT -DPIC -o .libs/atkrelationset.o
|
237
|
-
mv -f .deps/atkrelationset.Tpo .deps/atkrelationset.Plo
|
238
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR="\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\"" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atkselection.lo -MD -MP -MF .deps/atkselection.Tpo -c -o atkselection.lo atkselection.c
|
239
|
-
libtool: compile: gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR=\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atkselection.lo -MD -MP -MF .deps/atkselection.Tpo -c atkselection.c -DDLL_EXPORT -DPIC -o .libs/atkselection.o
|
240
|
-
mv -f .deps/atkselection.Tpo .deps/atkselection.Plo
|
241
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR="\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\"" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atksocket.lo -MD -MP -MF .deps/atksocket.Tpo -c -o atksocket.lo atksocket.c
|
242
|
-
libtool: compile: gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR=\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atksocket.lo -MD -MP -MF .deps/atksocket.Tpo -c atksocket.c -DDLL_EXPORT -DPIC -o .libs/atksocket.o
|
243
|
-
mv -f .deps/atksocket.Tpo .deps/atksocket.Plo
|
244
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR="\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\"" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atkstate.lo -MD -MP -MF .deps/atkstate.Tpo -c -o atkstate.lo atkstate.c
|
245
|
-
libtool: compile: gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR=\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atkstate.lo -MD -MP -MF .deps/atkstate.Tpo -c atkstate.c -DDLL_EXPORT -DPIC -o .libs/atkstate.o
|
246
|
-
mv -f .deps/atkstate.Tpo .deps/atkstate.Plo
|
247
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR="\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\"" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atkstateset.lo -MD -MP -MF .deps/atkstateset.Tpo -c -o atkstateset.lo atkstateset.c
|
248
|
-
libtool: compile: gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR=\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atkstateset.lo -MD -MP -MF .deps/atkstateset.Tpo -c atkstateset.c -DDLL_EXPORT -DPIC -o .libs/atkstateset.o
|
249
|
-
mv -f .deps/atkstateset.Tpo .deps/atkstateset.Plo
|
250
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR="\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\"" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atkstreamablecontent.lo -MD -MP -MF .deps/atkstreamablecontent.Tpo -c -o atkstreamablecontent.lo atkstreamablecontent.c
|
251
|
-
libtool: compile: gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR=\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atkstreamablecontent.lo -MD -MP -MF .deps/atkstreamablecontent.Tpo -c atkstreamablecontent.c -DDLL_EXPORT -DPIC -o .libs/atkstreamablecontent.o
|
252
|
-
atkstreamablecontent.c: In function 'atk_streamable_content_get_uri':
|
253
|
-
atkstreamablecontent.c:152:5: warning: return discards qualifiers from pointer target type
|
254
|
-
mv -f .deps/atkstreamablecontent.Tpo .deps/atkstreamablecontent.Plo
|
255
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR="\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\"" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atktable.lo -MD -MP -MF .deps/atktable.Tpo -c -o atktable.lo atktable.c
|
256
|
-
libtool: compile: gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR=\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atktable.lo -MD -MP -MF .deps/atktable.Tpo -c atktable.c -DDLL_EXPORT -DPIC -o .libs/atktable.o
|
257
|
-
mv -f .deps/atktable.Tpo .deps/atktable.Plo
|
258
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR="\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\"" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atktext.lo -MD -MP -MF .deps/atktext.Tpo -c -o atktext.lo atktext.c
|
259
|
-
libtool: compile: gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR=\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atktext.lo -MD -MP -MF .deps/atktext.Tpo -c atktext.c -DDLL_EXPORT -DPIC -o .libs/atktext.o
|
260
|
-
atktext.c: In function 'atk_text_free_ranges':
|
261
|
-
atktext.c:1368:11: warning: value computed is not used
|
262
|
-
mv -f .deps/atktext.Tpo .deps/atktext.Plo
|
263
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR="\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\"" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atkutil.lo -MD -MP -MF .deps/atkutil.Tpo -c -o atkutil.lo atkutil.c
|
264
|
-
libtool: compile: gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR=\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atkutil.lo -MD -MP -MF .deps/atkutil.Tpo -c atkutil.c -DDLL_EXPORT -DPIC -o .libs/atkutil.o
|
265
|
-
mv -f .deps/atkutil.Tpo .deps/atkutil.Plo
|
266
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR="\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\"" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atkmisc.lo -MD -MP -MF .deps/atkmisc.Tpo -c -o atkmisc.lo atkmisc.c
|
267
|
-
libtool: compile: gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR=\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atkmisc.lo -MD -MP -MF .deps/atkmisc.Tpo -c atkmisc.c -DDLL_EXPORT -DPIC -o .libs/atkmisc.o
|
268
|
-
mv -f .deps/atkmisc.Tpo .deps/atkmisc.Plo
|
269
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR="\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\"" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atkvalue.lo -MD -MP -MF .deps/atkvalue.Tpo -c -o atkvalue.lo atkvalue.c
|
270
|
-
libtool: compile: gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR=\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atkvalue.lo -MD -MP -MF .deps/atkvalue.Tpo -c atkvalue.c -DDLL_EXPORT -DPIC -o .libs/atkvalue.o
|
271
|
-
mv -f .deps/atkvalue.Tpo .deps/atkvalue.Plo
|
272
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR="\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\"" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atk-enum-types.lo -MD -MP -MF .deps/atk-enum-types.Tpo -c -o atk-enum-types.lo atk-enum-types.c
|
273
|
-
libtool: compile: gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR=\"/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale\" -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT atk-enum-types.lo -MD -MP -MF .deps/atk-enum-types.Tpo -c atk-enum-types.c -DDLL_EXPORT -DPIC -o .libs/atk-enum-types.o
|
274
|
-
mv -f .deps/atk-enum-types.Tpo .deps/atk-enum-types.Plo
|
275
|
-
windres atk.rc atk-win32-res.o
|
276
|
-
(echo -e EXPORTS; gcc -mtune=pentium3 -mthreads -E -P -DINCLUDE_VARIABLES -DG_OS_WIN32 -DALL_FILES - <./atk.symbols | sed -e '/^$/d' -e 's/^/ /' -e 's/G_GNUC_[^ ]*//g') > atk.def
|
277
|
-
/bin/sh ../libtool --tag=CC --mode=link gcc -mtune=pentium3 -mthreads -O2 -Wall -version-info 3209:1:3209 -no-undefined -export-symbols ./atk.def -no-undefined -Wl,atk-win32-res.o -L/devel/dist/win32/gettext-runtime-0.18.1.1-2/lib -Wl,--enable-auto-image-base -o libatk-1.0.la -rpath /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/lib atkaction.lo atkcomponent.lo atkdocument.lo atkeditabletext.lo atkgobjectaccessible.lo atkhyperlink.lo atkhyperlinkimpl.lo atkhypertext.lo atkimage.lo atknoopobject.lo atknoopobjectfactory.lo atkobject.lo atkobjectfactory.lo atkplug.lo atkregistry.lo atkrelation.lo atkrelationset.lo atkselection.lo atksocket.lo atkstate.lo atkstateset.lo atkstreamablecontent.lo atktable.lo atktext.lo atkutil.lo atkmisc.lo atkvalue.lo atk-enum-types.lo -LC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -lintl -lintl
|
278
|
-
libtool: link: if test "x`/bin/sed 1q ./atk.def`" = xEXPORTS; then cp ./atk.def .libs/libatk-1.0-0.dll.def; else echo EXPORTS > .libs/libatk-1.0-0.dll.def; cat ./atk.def >> .libs/libatk-1.0-0.dll.def; fi
|
279
|
-
libtool: link: gcc -mtune=pentium3 -mthreads -shared .libs/libatk-1.0-0.dll.def .libs/atkaction.o .libs/atkcomponent.o .libs/atkdocument.o .libs/atkeditabletext.o .libs/atkgobjectaccessible.o .libs/atkhyperlink.o .libs/atkhyperlinkimpl.o .libs/atkhypertext.o .libs/atkimage.o .libs/atknoopobject.o .libs/atknoopobjectfactory.o .libs/atkobject.o .libs/atkobjectfactory.o .libs/atkplug.o .libs/atkregistry.o .libs/atkrelation.o .libs/atkrelationset.o .libs/atkselection.o .libs/atksocket.o .libs/atkstate.o .libs/atkstateset.o .libs/atkstreamablecontent.o .libs/atktable.o .libs/atktext.o .libs/atkutil.o .libs/atkmisc.o .libs/atkvalue.o .libs/atk-enum-types.o -L/devel/dist/win32/gettext-runtime-0.18.1.1-2/lib -LC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -lintl -mtune=pentium3 -mthreads -Wl,atk-win32-res.o -Wl,--enable-auto-image-base -mthreads -o .libs/libatk-1.0-0.dll -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker .libs/libatk-1.0.dll.a
|
280
|
-
Creating library file: .libs/libatk-1.0.dll.a
|
281
|
-
libtool: link: ( cd ".libs" && rm -f "libatk-1.0.la" && cp -p "../libatk-1.0.la" "libatk-1.0.la" )
|
282
|
-
lib -machine:X86 -name:libatk-1.0-0.dll -def:atk.def -out:atk-1.0.lib
|
283
|
-
Microsoft (R) Library Manager Version 8.00.40310.39
|
284
|
-
Copyright (C) Microsoft Corporation. All rights reserved.
|
285
|
-
|
286
|
-
Creating library atk-1.0.lib and object atk-1.0.exp
|
287
|
-
make[3]: Entering directory `/devel/src/gnome/atk/atk-1.32.0/atk'
|
288
|
-
test -z "/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/lib" || /bin/mkdir -p "/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/lib"
|
289
|
-
/bin/sh ../libtool --mode=install /bin/install -c libatk-1.0.la '/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/lib'
|
290
|
-
libtool: install: /bin/install -c .libs/libatk-1.0.dll.a /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/lib/libatk-1.0.dll.a
|
291
|
-
libtool: install: base_file=`basename libatk-1.0.la`
|
292
|
-
libtool: install: dlpath=`/bin/sh 2>&1 -c '. .libs/'libatk-1.0.la'i; echo libatk-1.0-0.dll'`
|
293
|
-
libtool: install: dldir=/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/lib/`dirname ../bin/libatk-1.0-0.dll`
|
294
|
-
libtool: install: test -d /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/lib/../bin || mkdir -p /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/lib/../bin
|
295
|
-
libtool: install: /bin/install -c .libs/libatk-1.0-0.dll /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/lib/../bin/libatk-1.0-0.dll
|
296
|
-
libtool: install: chmod a+x /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/lib/../bin/libatk-1.0-0.dll
|
297
|
-
libtool: install: if test -n '' && test -n 'strip --strip-unneeded'; then eval 'strip --strip-unneeded /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/lib/../bin/libatk-1.0-0.dll' || exit 0; fi
|
298
|
-
libtool: install: /bin/install -c .libs/libatk-1.0.lai /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/lib/libatk-1.0.la
|
299
|
-
----------------------------------------------------------------------
|
300
|
-
Libraries have been installed in:
|
301
|
-
/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/lib
|
302
|
-
|
303
|
-
If you ever happen to want to link against installed libraries
|
304
|
-
in a given directory, LIBDIR, you must either use libtool, and
|
305
|
-
specify the full pathname of the library, or use the `-LLIBDIR'
|
306
|
-
flag during linking and do at least one of the following:
|
307
|
-
- add LIBDIR to the `PATH' environment variable
|
308
|
-
during execution
|
309
|
-
- add LIBDIR to the `LD_RUN_PATH' environment variable
|
310
|
-
during linking
|
311
|
-
- use the `-LLIBDIR' linker flag
|
312
|
-
|
313
|
-
See any operating system documentation about shared libraries for
|
314
|
-
more information, such as the ld(1) and ld.so(8) manual pages.
|
315
|
-
----------------------------------------------------------------------
|
316
|
-
/bin/install -c atk-1.0.lib /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/lib
|
317
|
-
/bin/install -c ./atk.def /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/lib/atk-1.0.def
|
318
|
-
test -z "" || /bin/mkdir -p ""
|
319
|
-
test -z "/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/include/atk-1.0/atk" || /bin/mkdir -p "/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/include/atk-1.0/atk"
|
320
|
-
/bin/install -c -m 644 atk.h atkaction.h atkcomponent.h atkdocument.h atkeditabletext.h atkgobjectaccessible.h atkhyperlink.h atkhyperlinkimpl.h atkhypertext.h atknoopobject.h atknoopobjectfactory.h atkobject.h atkobjectfactory.h atkplug.h atkimage.h atkregistry.h atkrelation.h atkrelationtype.h atkrelationset.h atkselection.h atksocket.h atkstate.h atkstateset.h atkstreamablecontent.h atktable.h atktext.h atkutil.h atkmisc.h atkvalue.h atk-enum-types.h '/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/include/atk-1.0/atk'
|
321
|
-
test -z "" || /bin/mkdir -p ""
|
322
|
-
make[3]: Leaving directory `/devel/src/gnome/atk/atk-1.32.0/atk'
|
323
|
-
make[2]: Leaving directory `/devel/src/gnome/atk/atk-1.32.0/atk'
|
324
|
-
make[1]: Leaving directory `/devel/src/gnome/atk/atk-1.32.0/atk'
|
325
|
-
Making install in tests
|
326
|
-
make[1]: Entering directory `/devel/src/gnome/atk/atk-1.32.0/tests'
|
327
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT teststateset.lo -MD -MP -MF .deps/teststateset.Tpo -c -o teststateset.lo teststateset.c
|
328
|
-
libtool: compile: gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT teststateset.lo -MD -MP -MF .deps/teststateset.Tpo -c teststateset.c -DDLL_EXPORT -DPIC -o .libs/teststateset.o
|
329
|
-
mv -f .deps/teststateset.Tpo .deps/teststateset.Plo
|
330
|
-
/bin/sh ../libtool --tag=CC --mode=link gcc -mtune=pentium3 -mthreads -O2 -Wall -rpath /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/lib/gtk-2.0/modules -no-undefined -avoid-version -module -L/devel/dist/win32/gettext-runtime-0.18.1.1-2/lib -Wl,--enable-auto-image-base -o libteststateset.la teststateset.lo ../atk/libatk-1.0.la -LC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -lintl
|
331
|
-
libtool: link: gcc -mtune=pentium3 -mthreads -shared .libs/teststateset.o -L/devel/dist/win32/gettext-runtime-0.18.1.1-2/lib ../atk/.libs/libatk-1.0.dll.a -LC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -lintl -mtune=pentium3 -mthreads -Wl,--enable-auto-image-base -mthreads -o .libs/libteststateset.dll -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker .libs/libteststateset.dll.a
|
332
|
-
Creating library file: .libs/libteststateset.dll.a
|
333
|
-
libtool: link: ( cd ".libs" && rm -f "libteststateset.la" && cp -p "../libteststateset.la" "libteststateset.la" )
|
334
|
-
/bin/sh ../libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT testrelation.lo -MD -MP -MF .deps/testrelation.Tpo -c -o testrelation.lo testrelation.c
|
335
|
-
libtool: compile: gcc -mtune=pentium3 -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -mms-bitfields -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/include/glib-2.0 -IC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib/glib-2.0/include -I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -O2 -Wall -MT testrelation.lo -MD -MP -MF .deps/testrelation.Tpo -c testrelation.c -DDLL_EXPORT -DPIC -o .libs/testrelation.o
|
336
|
-
mv -f .deps/testrelation.Tpo .deps/testrelation.Plo
|
337
|
-
/bin/sh ../libtool --tag=CC --mode=link gcc -mtune=pentium3 -mthreads -O2 -Wall -rpath /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/lib/gtk-2.0/modules -no-undefined -avoid-version -module -L/devel/dist/win32/gettext-runtime-0.18.1.1-2/lib -Wl,--enable-auto-image-base -o libtestrelation.la testrelation.lo ../atk/libatk-1.0.la -LC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -lintl
|
338
|
-
libtool: link: gcc -mtune=pentium3 -mthreads -shared .libs/testrelation.o -L/devel/dist/win32/gettext-runtime-0.18.1.1-2/lib ../atk/.libs/libatk-1.0.dll.a -LC:/MinGW/msys/1.0/devel/dist/win32/glib-2.28.8-1/lib -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -lintl -mtune=pentium3 -mthreads -Wl,--enable-auto-image-base -mthreads -o .libs/libtestrelation.dll -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker .libs/libtestrelation.dll.a
|
339
|
-
Creating library file: .libs/libtestrelation.dll.a
|
340
|
-
libtool: link: ( cd ".libs" && rm -f "libtestrelation.la" && cp -p "../libtestrelation.la" "libtestrelation.la" )
|
341
|
-
make[2]: Entering directory `/devel/src/gnome/atk/atk-1.32.0/tests'
|
342
|
-
make[2]: Nothing to be done for `install-exec-am'.
|
343
|
-
make[2]: Nothing to be done for `install-data-am'.
|
344
|
-
make[2]: Leaving directory `/devel/src/gnome/atk/atk-1.32.0/tests'
|
345
|
-
make[1]: Leaving directory `/devel/src/gnome/atk/atk-1.32.0/tests'
|
346
|
-
Making install in docs
|
347
|
-
make[1]: Entering directory `/devel/src/gnome/atk/atk-1.32.0/docs'
|
348
|
-
make[2]: Entering directory `/devel/src/gnome/atk/atk-1.32.0/docs'
|
349
|
-
make[2]: Nothing to be done for `install-exec-am'.
|
350
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/gtk-doc/html/atk
|
351
|
-
-- Installing ./html/AtkAction.html
|
352
|
-
-- Installing ./html/AtkComponent.html
|
353
|
-
-- Installing ./html/AtkDocument.html
|
354
|
-
-- Installing ./html/AtkEditableText.html
|
355
|
-
-- Installing ./html/AtkGObjectAccessible.html
|
356
|
-
-- Installing ./html/AtkHyperlink.html
|
357
|
-
-- Installing ./html/AtkHypertext.html
|
358
|
-
-- Installing ./html/AtkImage.html
|
359
|
-
-- Installing ./html/AtkNoOpObject.html
|
360
|
-
-- Installing ./html/AtkNoOpObjectFactory.html
|
361
|
-
-- Installing ./html/AtkObject.html
|
362
|
-
-- Installing ./html/AtkObjectFactory.html
|
363
|
-
-- Installing ./html/AtkRegistry.html
|
364
|
-
-- Installing ./html/AtkRelation.html
|
365
|
-
-- Installing ./html/AtkRelationSet.html
|
366
|
-
-- Installing ./html/AtkSelection.html
|
367
|
-
-- Installing ./html/AtkStateSet.html
|
368
|
-
-- Installing ./html/AtkStreamableContent.html
|
369
|
-
-- Installing ./html/AtkTable.html
|
370
|
-
-- Installing ./html/AtkText.html
|
371
|
-
-- Installing ./html/AtkUtil.html
|
372
|
-
-- Installing ./html/AtkValue.html
|
373
|
-
-- Installing ./html/atk-AtkHyperlinkImpl.html
|
374
|
-
-- Installing ./html/atk-AtkState.html
|
375
|
-
-- Installing ./html/atk.devhelp
|
376
|
-
-- Installing ./html/atk.devhelp2
|
377
|
-
-- Installing ./html/atk.html
|
378
|
-
-- Installing ./html/home.png
|
379
|
-
-- Installing ./html/index.html
|
380
|
-
-- Installing ./html/index.sgml
|
381
|
-
-- Installing ./html/ix01.html
|
382
|
-
-- Installing ./html/ix02.html
|
383
|
-
-- Installing ./html/ix03.html
|
384
|
-
-- Installing ./html/ix04.html
|
385
|
-
-- Installing ./html/ix05.html
|
386
|
-
-- Installing ./html/ix06.html
|
387
|
-
-- Installing ./html/ix07.html
|
388
|
-
-- Installing ./html/left.png
|
389
|
-
-- Installing ./html/right.png
|
390
|
-
-- Installing ./html/style.css
|
391
|
-
-- Installing ./html/up.png
|
392
|
-
make[2]: Leaving directory `/devel/src/gnome/atk/atk-1.32.0/docs'
|
393
|
-
make[1]: Leaving directory `/devel/src/gnome/atk/atk-1.32.0/docs'
|
394
|
-
Making install in po
|
395
|
-
make[1]: Entering directory `/devel/src/gnome/atk/atk-1.32.0/po'
|
396
|
-
if test -r ".././mkinstalldirs"; then \
|
397
|
-
.././mkinstalldirs /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share; \
|
398
|
-
else \
|
399
|
-
/bin/sh ../mkinstalldirs /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share; \
|
400
|
-
fi
|
401
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/af/LC_MESSAGES
|
402
|
-
installing af.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/af/LC_MESSAGES/atk10.mo
|
403
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/am/LC_MESSAGES
|
404
|
-
installing am.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/am/LC_MESSAGES/atk10.mo
|
405
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/ar/LC_MESSAGES
|
406
|
-
installing ar.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/ar/LC_MESSAGES/atk10.mo
|
407
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/as/LC_MESSAGES
|
408
|
-
installing as.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/as/LC_MESSAGES/atk10.mo
|
409
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/ast/LC_MESSAGES
|
410
|
-
installing ast.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/ast/LC_MESSAGES/atk10.mo
|
411
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/az/LC_MESSAGES
|
412
|
-
installing az.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/az/LC_MESSAGES/atk10.mo
|
413
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/be/LC_MESSAGES
|
414
|
-
installing be.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/be/LC_MESSAGES/atk10.mo
|
415
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/be@latin/LC_MESSAGES
|
416
|
-
installing be@latin.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/be@latin/LC_MESSAGES/atk10.mo
|
417
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/bg/LC_MESSAGES
|
418
|
-
installing bg.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/bg/LC_MESSAGES/atk10.mo
|
419
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/bn/LC_MESSAGES
|
420
|
-
installing bn.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/bn/LC_MESSAGES/atk10.mo
|
421
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/bn_IN/LC_MESSAGES
|
422
|
-
installing bn_IN.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/bn_IN/LC_MESSAGES/atk10.mo
|
423
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/bs/LC_MESSAGES
|
424
|
-
installing bs.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/bs/LC_MESSAGES/atk10.mo
|
425
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/ca/LC_MESSAGES
|
426
|
-
installing ca.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/ca/LC_MESSAGES/atk10.mo
|
427
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/ca@valencia/LC_MESSAGES
|
428
|
-
installing ca@valencia.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/ca@valencia/LC_MESSAGES/atk10.mo
|
429
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/cs/LC_MESSAGES
|
430
|
-
installing cs.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/cs/LC_MESSAGES/atk10.mo
|
431
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/cy/LC_MESSAGES
|
432
|
-
installing cy.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/cy/LC_MESSAGES/atk10.mo
|
433
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/da/LC_MESSAGES
|
434
|
-
installing da.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/da/LC_MESSAGES/atk10.mo
|
435
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/de/LC_MESSAGES
|
436
|
-
installing de.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/de/LC_MESSAGES/atk10.mo
|
437
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/dz/LC_MESSAGES
|
438
|
-
installing dz.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/dz/LC_MESSAGES/atk10.mo
|
439
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/el/LC_MESSAGES
|
440
|
-
installing el.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/el/LC_MESSAGES/atk10.mo
|
441
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/en_CA/LC_MESSAGES
|
442
|
-
installing en_CA.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/en_CA/LC_MESSAGES/atk10.mo
|
443
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/en_GB/LC_MESSAGES
|
444
|
-
installing en_GB.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/en_GB/LC_MESSAGES/atk10.mo
|
445
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/en@shaw/LC_MESSAGES
|
446
|
-
installing en@shaw.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/en@shaw/LC_MESSAGES/atk10.mo
|
447
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/eo/LC_MESSAGES
|
448
|
-
installing eo.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/eo/LC_MESSAGES/atk10.mo
|
449
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/es/LC_MESSAGES
|
450
|
-
installing es.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/es/LC_MESSAGES/atk10.mo
|
451
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/et/LC_MESSAGES
|
452
|
-
installing et.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/et/LC_MESSAGES/atk10.mo
|
453
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/eu/LC_MESSAGES
|
454
|
-
installing eu.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/eu/LC_MESSAGES/atk10.mo
|
455
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/fa/LC_MESSAGES
|
456
|
-
installing fa.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/fa/LC_MESSAGES/atk10.mo
|
457
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/fi/LC_MESSAGES
|
458
|
-
installing fi.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/fi/LC_MESSAGES/atk10.mo
|
459
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/fr/LC_MESSAGES
|
460
|
-
installing fr.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/fr/LC_MESSAGES/atk10.mo
|
461
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/ga/LC_MESSAGES
|
462
|
-
installing ga.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/ga/LC_MESSAGES/atk10.mo
|
463
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/gl/LC_MESSAGES
|
464
|
-
installing gl.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/gl/LC_MESSAGES/atk10.mo
|
465
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/gu/LC_MESSAGES
|
466
|
-
installing gu.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/gu/LC_MESSAGES/atk10.mo
|
467
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/he/LC_MESSAGES
|
468
|
-
installing he.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/he/LC_MESSAGES/atk10.mo
|
469
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/hi/LC_MESSAGES
|
470
|
-
installing hi.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/hi/LC_MESSAGES/atk10.mo
|
471
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/hr/LC_MESSAGES
|
472
|
-
installing hr.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/hr/LC_MESSAGES/atk10.mo
|
473
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/hu/LC_MESSAGES
|
474
|
-
installing hu.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/hu/LC_MESSAGES/atk10.mo
|
475
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/hy/LC_MESSAGES
|
476
|
-
installing hy.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/hy/LC_MESSAGES/atk10.mo
|
477
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/id/LC_MESSAGES
|
478
|
-
installing id.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/id/LC_MESSAGES/atk10.mo
|
479
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/is/LC_MESSAGES
|
480
|
-
installing is.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/is/LC_MESSAGES/atk10.mo
|
481
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/it/LC_MESSAGES
|
482
|
-
installing it.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/it/LC_MESSAGES/atk10.mo
|
483
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/ja/LC_MESSAGES
|
484
|
-
installing ja.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/ja/LC_MESSAGES/atk10.mo
|
485
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/ka/LC_MESSAGES
|
486
|
-
installing ka.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/ka/LC_MESSAGES/atk10.mo
|
487
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/kk/LC_MESSAGES
|
488
|
-
installing kk.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/kk/LC_MESSAGES/atk10.mo
|
489
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/kn/LC_MESSAGES
|
490
|
-
installing kn.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/kn/LC_MESSAGES/atk10.mo
|
491
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/ko/LC_MESSAGES
|
492
|
-
installing ko.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/ko/LC_MESSAGES/atk10.mo
|
493
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/ku/LC_MESSAGES
|
494
|
-
installing ku.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/ku/LC_MESSAGES/atk10.mo
|
495
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/li/LC_MESSAGES
|
496
|
-
installing li.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/li/LC_MESSAGES/atk10.mo
|
497
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/lt/LC_MESSAGES
|
498
|
-
installing lt.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/lt/LC_MESSAGES/atk10.mo
|
499
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/lv/LC_MESSAGES
|
500
|
-
installing lv.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/lv/LC_MESSAGES/atk10.mo
|
501
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/mai/LC_MESSAGES
|
502
|
-
installing mai.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/mai/LC_MESSAGES/atk10.mo
|
503
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/mk/LC_MESSAGES
|
504
|
-
installing mk.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/mk/LC_MESSAGES/atk10.mo
|
505
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/ml/LC_MESSAGES
|
506
|
-
installing ml.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/ml/LC_MESSAGES/atk10.mo
|
507
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/mn/LC_MESSAGES
|
508
|
-
installing mn.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/mn/LC_MESSAGES/atk10.mo
|
509
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/mr/LC_MESSAGES
|
510
|
-
installing mr.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/mr/LC_MESSAGES/atk10.mo
|
511
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/ms/LC_MESSAGES
|
512
|
-
installing ms.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/ms/LC_MESSAGES/atk10.mo
|
513
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/nb/LC_MESSAGES
|
514
|
-
installing nb.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/nb/LC_MESSAGES/atk10.mo
|
515
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/ne/LC_MESSAGES
|
516
|
-
installing ne.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/ne/LC_MESSAGES/atk10.mo
|
517
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/nl/LC_MESSAGES
|
518
|
-
installing nl.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/nl/LC_MESSAGES/atk10.mo
|
519
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/nn/LC_MESSAGES
|
520
|
-
installing nn.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/nn/LC_MESSAGES/atk10.mo
|
521
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/oc/LC_MESSAGES
|
522
|
-
installing oc.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/oc/LC_MESSAGES/atk10.mo
|
523
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/or/LC_MESSAGES
|
524
|
-
installing or.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/or/LC_MESSAGES/atk10.mo
|
525
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/pa/LC_MESSAGES
|
526
|
-
installing pa.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/pa/LC_MESSAGES/atk10.mo
|
527
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/pl/LC_MESSAGES
|
528
|
-
installing pl.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/pl/LC_MESSAGES/atk10.mo
|
529
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/ps/LC_MESSAGES
|
530
|
-
installing ps.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/ps/LC_MESSAGES/atk10.mo
|
531
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/pt/LC_MESSAGES
|
532
|
-
installing pt.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/pt/LC_MESSAGES/atk10.mo
|
533
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/pt_BR/LC_MESSAGES
|
534
|
-
installing pt_BR.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/pt_BR/LC_MESSAGES/atk10.mo
|
535
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/ro/LC_MESSAGES
|
536
|
-
installing ro.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/ro/LC_MESSAGES/atk10.mo
|
537
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/ru/LC_MESSAGES
|
538
|
-
installing ru.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/ru/LC_MESSAGES/atk10.mo
|
539
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/rw/LC_MESSAGES
|
540
|
-
installing rw.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/rw/LC_MESSAGES/atk10.mo
|
541
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/si/LC_MESSAGES
|
542
|
-
installing si.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/si/LC_MESSAGES/atk10.mo
|
543
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/sk/LC_MESSAGES
|
544
|
-
installing sk.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/sk/LC_MESSAGES/atk10.mo
|
545
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/sl/LC_MESSAGES
|
546
|
-
installing sl.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/sl/LC_MESSAGES/atk10.mo
|
547
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/sq/LC_MESSAGES
|
548
|
-
installing sq.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/sq/LC_MESSAGES/atk10.mo
|
549
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/sr/LC_MESSAGES
|
550
|
-
installing sr.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/sr/LC_MESSAGES/atk10.mo
|
551
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/sr@latin/LC_MESSAGES
|
552
|
-
installing sr@latin.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/sr@latin/LC_MESSAGES/atk10.mo
|
553
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/sr@ije/LC_MESSAGES
|
554
|
-
installing sr@ije.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/sr@ije/LC_MESSAGES/atk10.mo
|
555
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/sv/LC_MESSAGES
|
556
|
-
installing sv.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/sv/LC_MESSAGES/atk10.mo
|
557
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/ta/LC_MESSAGES
|
558
|
-
installing ta.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/ta/LC_MESSAGES/atk10.mo
|
559
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/te/LC_MESSAGES
|
560
|
-
installing te.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/te/LC_MESSAGES/atk10.mo
|
561
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/th/LC_MESSAGES
|
562
|
-
installing th.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/th/LC_MESSAGES/atk10.mo
|
563
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/tk/LC_MESSAGES
|
564
|
-
installing tk.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/tk/LC_MESSAGES/atk10.mo
|
565
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/tr/LC_MESSAGES
|
566
|
-
installing tr.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/tr/LC_MESSAGES/atk10.mo
|
567
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/tt/LC_MESSAGES
|
568
|
-
installing tt.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/tt/LC_MESSAGES/atk10.mo
|
569
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/ug/LC_MESSAGES
|
570
|
-
installing ug.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/ug/LC_MESSAGES/atk10.mo
|
571
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/uk/LC_MESSAGES
|
572
|
-
installing uk.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/uk/LC_MESSAGES/atk10.mo
|
573
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/vi/LC_MESSAGES
|
574
|
-
installing vi.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/vi/LC_MESSAGES/atk10.mo
|
575
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/wa/LC_MESSAGES
|
576
|
-
installing wa.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/wa/LC_MESSAGES/atk10.mo
|
577
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/xh/LC_MESSAGES
|
578
|
-
installing xh.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/xh/LC_MESSAGES/atk10.mo
|
579
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/yi/LC_MESSAGES
|
580
|
-
installing yi.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/yi/LC_MESSAGES/atk10.mo
|
581
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/zh_CN/LC_MESSAGES
|
582
|
-
installing zh_CN.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/zh_CN/LC_MESSAGES/atk10.mo
|
583
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/zh_HK/LC_MESSAGES
|
584
|
-
installing zh_HK.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/zh_HK/LC_MESSAGES/atk10.mo
|
585
|
-
mkdir -p -- /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/zh_TW/LC_MESSAGES
|
586
|
-
installing zh_TW.gmo as /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/locale/zh_TW/LC_MESSAGES/atk10.mo
|
587
|
-
if test "atk" = "glib"; then \
|
588
|
-
if test -r ".././mkinstalldirs"; then \
|
589
|
-
.././mkinstalldirs /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/glib-2.0/gettext/po; \
|
590
|
-
else \
|
591
|
-
/bin/sh ../mkinstalldirs /devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/glib-2.0/gettext/po; \
|
592
|
-
fi; \
|
593
|
-
/bin/install -c -m 644 ./Makefile.in.in \
|
594
|
-
/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/share/glib-2.0/gettext/po/Makefile.in.in; \
|
595
|
-
else \
|
596
|
-
: ; \
|
597
|
-
fi
|
598
|
-
make[1]: Leaving directory `/devel/src/gnome/atk/atk-1.32.0/po'
|
599
|
-
make[1]: Entering directory `/devel/src/gnome/atk/atk-1.32.0'
|
600
|
-
make[2]: Entering directory `/devel/src/gnome/atk/atk-1.32.0'
|
601
|
-
make[2]: Nothing to be done for `install-exec-am'.
|
602
|
-
test -z "/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/lib/pkgconfig" || /bin/mkdir -p "/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/lib/pkgconfig"
|
603
|
-
/bin/install -c -m 644 atk.pc '/devel/target/2b4acd63a3ff1c3662e3b9b0910e896f/lib/pkgconfig'
|
604
|
-
make[2]: Leaving directory `/devel/src/gnome/atk/atk-1.32.0'
|
605
|
-
make[1]: Leaving directory `/devel/src/gnome/atk/atk-1.32.0'
|
606
|
-
++ ./atk-zip.sh
|
607
|
-
rm: cannot lstat `/tmp/atk-1.32.0.zip': No such file or directory
|
608
|
-
adding: bin/libatk-1.0-0.dll (deflated 69%)
|
609
|
-
adding: share/locale/af/LC_MESSAGES/atk10.mo (deflated 59%)
|
610
|
-
adding: share/locale/am/LC_MESSAGES/atk10.mo (deflated 40%)
|
611
|
-
adding: share/locale/ar/LC_MESSAGES/atk10.mo (deflated 60%)
|
612
|
-
adding: share/locale/as/LC_MESSAGES/atk10.mo (deflated 67%)
|
613
|
-
adding: share/locale/ast/LC_MESSAGES/atk10.mo (deflated 59%)
|
614
|
-
adding: share/locale/az/LC_MESSAGES/atk10.mo (deflated 60%)
|
615
|
-
adding: share/locale/be/LC_MESSAGES/atk10.mo (deflated 64%)
|
616
|
-
adding: share/locale/be@latin/LC_MESSAGES/atk10.mo (deflated 59%)
|
617
|
-
adding: share/locale/bg/LC_MESSAGES/atk10.mo (deflated 65%)
|
618
|
-
adding: share/locale/bn/LC_MESSAGES/atk10.mo (deflated 69%)
|
619
|
-
adding: share/locale/bn_IN/LC_MESSAGES/atk10.mo (deflated 69%)
|
620
|
-
adding: share/locale/bs/LC_MESSAGES/atk10.mo (deflated 59%)
|
621
|
-
adding: share/locale/ca/LC_MESSAGES/atk10.mo (deflated 60%)
|
622
|
-
adding: share/locale/ca@valencia/LC_MESSAGES/atk10.mo (deflated 60%)
|
623
|
-
adding: share/locale/cs/LC_MESSAGES/atk10.mo (deflated 60%)
|
624
|
-
adding: share/locale/cy/LC_MESSAGES/atk10.mo (deflated 59%)
|
625
|
-
adding: share/locale/da/LC_MESSAGES/atk10.mo (deflated 60%)
|
626
|
-
adding: share/locale/de/LC_MESSAGES/atk10.mo (deflated 60%)
|
627
|
-
adding: share/locale/dz/LC_MESSAGES/atk10.mo (deflated 74%)
|
628
|
-
adding: share/locale/el/LC_MESSAGES/atk10.mo (deflated 65%)
|
629
|
-
adding: share/locale/en@shaw/LC_MESSAGES/atk10.mo (deflated 70%)
|
630
|
-
adding: share/locale/en_CA/LC_MESSAGES/atk10.mo (deflated 68%)
|
631
|
-
adding: share/locale/en_GB/LC_MESSAGES/atk10.mo (deflated 69%)
|
632
|
-
adding: share/locale/eo/LC_MESSAGES/atk10.mo (deflated 59%)
|
633
|
-
adding: share/locale/es/LC_MESSAGES/atk10.mo (deflated 60%)
|
634
|
-
adding: share/locale/et/LC_MESSAGES/atk10.mo (deflated 59%)
|
635
|
-
adding: share/locale/eu/LC_MESSAGES/atk10.mo (deflated 60%)
|
636
|
-
adding: share/locale/fa/LC_MESSAGES/atk10.mo (deflated 63%)
|
637
|
-
adding: share/locale/fi/LC_MESSAGES/atk10.mo (deflated 60%)
|
638
|
-
adding: share/locale/fr/LC_MESSAGES/atk10.mo (deflated 60%)
|
639
|
-
adding: share/locale/ga/LC_MESSAGES/atk10.mo (deflated 41%)
|
640
|
-
adding: share/locale/gl/LC_MESSAGES/atk10.mo (deflated 61%)
|
641
|
-
adding: share/locale/gu/LC_MESSAGES/atk10.mo (deflated 69%)
|
642
|
-
adding: share/locale/he/LC_MESSAGES/atk10.mo (deflated 69%)
|
643
|
-
adding: share/locale/hi/LC_MESSAGES/atk10.mo (deflated 68%)
|
644
|
-
adding: share/locale/hr/LC_MESSAGES/atk10.mo (deflated 58%)
|
645
|
-
adding: share/locale/hu/LC_MESSAGES/atk10.mo (deflated 59%)
|
646
|
-
adding: share/locale/hy/LC_MESSAGES/atk10.mo (deflated 66%)
|
647
|
-
adding: share/locale/id/LC_MESSAGES/atk10.mo (deflated 59%)
|
648
|
-
adding: share/locale/is/LC_MESSAGES/atk10.mo (deflated 42%)
|
649
|
-
adding: share/locale/it/LC_MESSAGES/atk10.mo (deflated 61%)
|
650
|
-
adding: share/locale/ja/LC_MESSAGES/atk10.mo (deflated 61%)
|
651
|
-
adding: share/locale/ka/LC_MESSAGES/atk10.mo (deflated 71%)
|
652
|
-
adding: share/locale/kk/LC_MESSAGES/atk10.mo (deflated 44%)
|
653
|
-
adding: share/locale/kn/LC_MESSAGES/atk10.mo (deflated 69%)
|
654
|
-
adding: share/locale/ko/LC_MESSAGES/atk10.mo (deflated 57%)
|
655
|
-
adding: share/locale/ku/LC_MESSAGES/atk10.mo (deflated 58%)
|
656
|
-
adding: share/locale/li/LC_MESSAGES/atk10.mo (deflated 43%)
|
657
|
-
adding: share/locale/lt/LC_MESSAGES/atk10.mo (deflated 60%)
|
658
|
-
adding: share/locale/lv/LC_MESSAGES/atk10.mo (deflated 58%)
|
659
|
-
adding: share/locale/mai/LC_MESSAGES/atk10.mo (deflated 68%)
|
660
|
-
adding: share/locale/mk/LC_MESSAGES/atk10.mo (deflated 65%)
|
661
|
-
adding: share/locale/ml/LC_MESSAGES/atk10.mo (deflated 69%)
|
662
|
-
adding: share/locale/mn/LC_MESSAGES/atk10.mo (deflated 63%)
|
663
|
-
adding: share/locale/mr/LC_MESSAGES/atk10.mo (deflated 67%)
|
664
|
-
adding: share/locale/ms/LC_MESSAGES/atk10.mo (deflated 51%)
|
665
|
-
adding: share/locale/nb/LC_MESSAGES/atk10.mo (deflated 59%)
|
666
|
-
adding: share/locale/ne/LC_MESSAGES/atk10.mo (deflated 69%)
|
667
|
-
adding: share/locale/nl/LC_MESSAGES/atk10.mo (deflated 60%)
|
668
|
-
adding: share/locale/nn/LC_MESSAGES/atk10.mo (deflated 59%)
|
669
|
-
adding: share/locale/oc/LC_MESSAGES/atk10.mo (deflated 45%)
|
670
|
-
adding: share/locale/or/LC_MESSAGES/atk10.mo (deflated 67%)
|
671
|
-
adding: share/locale/pa/LC_MESSAGES/atk10.mo (deflated 66%)
|
672
|
-
adding: share/locale/pl/LC_MESSAGES/atk10.mo (deflated 59%)
|
673
|
-
adding: share/locale/ps/LC_MESSAGES/atk10.mo (deflated 62%)
|
674
|
-
adding: share/locale/pt/LC_MESSAGES/atk10.mo (deflated 60%)
|
675
|
-
adding: share/locale/pt_BR/LC_MESSAGES/atk10.mo (deflated 60%)
|
676
|
-
adding: share/locale/ro/LC_MESSAGES/atk10.mo (deflated 59%)
|
677
|
-
adding: share/locale/ru/LC_MESSAGES/atk10.mo (deflated 64%)
|
678
|
-
adding: share/locale/rw/LC_MESSAGES/atk10.mo (deflated 30%)
|
679
|
-
adding: share/locale/si/LC_MESSAGES/atk10.mo (deflated 46%)
|
680
|
-
adding: share/locale/sk/LC_MESSAGES/atk10.mo (deflated 59%)
|
681
|
-
adding: share/locale/sl/LC_MESSAGES/atk10.mo (deflated 58%)
|
682
|
-
adding: share/locale/sq/LC_MESSAGES/atk10.mo (deflated 60%)
|
683
|
-
adding: share/locale/sr/LC_MESSAGES/atk10.mo (deflated 64%)
|
684
|
-
adding: share/locale/sr@ije/LC_MESSAGES/atk10.mo (deflated 64%)
|
685
|
-
adding: share/locale/sr@latin/LC_MESSAGES/atk10.mo (deflated 59%)
|
686
|
-
adding: share/locale/sv/LC_MESSAGES/atk10.mo (deflated 60%)
|
687
|
-
adding: share/locale/ta/LC_MESSAGES/atk10.mo (deflated 70%)
|
688
|
-
adding: share/locale/te/LC_MESSAGES/atk10.mo (deflated 66%)
|
689
|
-
adding: share/locale/th/LC_MESSAGES/atk10.mo (deflated 70%)
|
690
|
-
adding: share/locale/tk/LC_MESSAGES/atk10.mo (deflated 59%)
|
691
|
-
adding: share/locale/tr/LC_MESSAGES/atk10.mo (deflated 59%)
|
692
|
-
adding: share/locale/tt/LC_MESSAGES/atk10.mo (deflated 61%)
|
693
|
-
adding: share/locale/ug/LC_MESSAGES/atk10.mo (deflated 63%)
|
694
|
-
adding: share/locale/uk/LC_MESSAGES/atk10.mo (deflated 64%)
|
695
|
-
adding: share/locale/vi/LC_MESSAGES/atk10.mo (deflated 60%)
|
696
|
-
adding: share/locale/wa/LC_MESSAGES/atk10.mo (deflated 52%)
|
697
|
-
adding: share/locale/xh/LC_MESSAGES/atk10.mo (deflated 60%)
|
698
|
-
adding: share/locale/yi/LC_MESSAGES/atk10.mo (deflated 45%)
|
699
|
-
adding: share/locale/zh_CN/LC_MESSAGES/atk10.mo (deflated 56%)
|
700
|
-
adding: share/locale/zh_HK/LC_MESSAGES/atk10.mo (deflated 56%)
|
701
|
-
adding: share/locale/zh_TW/LC_MESSAGES/atk10.mo (deflated 56%)
|
702
|
-
rm: cannot lstat `/tmp/atk-dev-1.32.0.zip': No such file or directory
|
703
|
-
adding: include/atk-1.0/ (stored 0%)
|
704
|
-
adding: include/atk-1.0/atk/ (stored 0%)
|
705
|
-
adding: include/atk-1.0/atk/atk-enum-types.h (deflated 68%)
|
706
|
-
adding: include/atk-1.0/atk/atk.h (deflated 61%)
|
707
|
-
adding: include/atk-1.0/atk/atkaction.h (deflated 68%)
|
708
|
-
adding: include/atk-1.0/atk/atkcomponent.h (deflated 82%)
|
709
|
-
adding: include/atk-1.0/atk/atkdocument.h (deflated 67%)
|
710
|
-
adding: include/atk-1.0/atk/atkeditabletext.h (deflated 74%)
|
711
|
-
adding: include/atk-1.0/atk/atkgobjectaccessible.h (deflated 61%)
|
712
|
-
adding: include/atk-1.0/atk/atkhyperlink.h (deflated 69%)
|
713
|
-
adding: include/atk-1.0/atk/atkhyperlinkimpl.h (deflated 56%)
|
714
|
-
adding: include/atk-1.0/atk/atkhypertext.h (deflated 64%)
|
715
|
-
adding: include/atk-1.0/atk/atkimage.h (deflated 66%)
|
716
|
-
adding: include/atk-1.0/atk/atkmisc.h (deflated 60%)
|
717
|
-
adding: include/atk-1.0/atk/atknoopobject.h (deflated 59%)
|
718
|
-
adding: include/atk-1.0/atk/atknoopobjectfactory.h (deflated 62%)
|
719
|
-
adding: include/atk-1.0/atk/atkobject.h (deflated 74%)
|
720
|
-
adding: include/atk-1.0/atk/atkobjectfactory.h (deflated 62%)
|
721
|
-
adding: include/atk-1.0/atk/atkplug.h (deflated 55%)
|
722
|
-
adding: include/atk-1.0/atk/atkregistry.h (deflated 62%)
|
723
|
-
adding: include/atk-1.0/atk/atkrelation.h (deflated 65%)
|
724
|
-
adding: include/atk-1.0/atk/atkrelationset.h (deflated 69%)
|
725
|
-
adding: include/atk-1.0/atk/atkrelationtype.h (deflated 64%)
|
726
|
-
adding: include/atk-1.0/atk/atkselection.h (deflated 69%)
|
727
|
-
adding: include/atk-1.0/atk/atksocket.h (deflated 56%)
|
728
|
-
adding: include/atk-1.0/atk/atkstate.h (deflated 63%)
|
729
|
-
adding: include/atk-1.0/atk/atkstateset.h (deflated 71%)
|
730
|
-
adding: include/atk-1.0/atk/atkstreamablecontent.h (deflated 66%)
|
731
|
-
adding: include/atk-1.0/atk/atktable.h (deflated 86%)
|
732
|
-
adding: include/atk-1.0/atk/atktext.h (deflated 79%)
|
733
|
-
adding: include/atk-1.0/atk/atkutil.h (deflated 67%)
|
734
|
-
adding: include/atk-1.0/atk/atkvalue.h (deflated 64%)
|
735
|
-
adding: lib/libatk-1.0.dll.a (deflated 94%)
|
736
|
-
adding: lib/atk-1.0.lib (deflated 88%)
|
737
|
-
adding: lib/atk-1.0.def (deflated 80%)
|
738
|
-
adding: lib/pkgconfig/atk.pc (deflated 30%)
|
739
|
-
++ mv /tmp/atk-1.32.0.zip /tmp/atk_1.32.0-2_win32.zip
|
740
|
-
++ mv /tmp/atk-dev-1.32.0.zip /tmp/atk-dev_1.32.0-2_win32.zip
|