Ticket #814: parrot-debug.2.make

File parrot-debug.2.make, 44.1 KB (added by stifynsemons, 13 years ago)
Line 
1Compiling with:
2xx.c
3cc -I./include -g -pipe -fno-common -no-cpp-precomp -Wdeclaration-after-statement -I/usr/local/include -pipe -fno-common -Wno-long-double -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -falign-functions=16 -fvisibility=hidden -funit-at-a-time -maccumulate-outgoing-args -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wendif-labels -Wextra -Wformat -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wmissing-braces -Wmissing-field-initializers -Wno-missing-format-attribute -Wmissing-include-dirs -Wpacked -Wparentheses -Wpointer-arith -Wreturn-type -Wsequence-point -Wno-shadow -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wunknown-pragmas -Wno-unused -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -I/opt/local/include -I/sw/include -DHAS_GETTEXT -g -Wno-shadow -DHAVE_COMPUTED_GOTO -I. -o xx.o -c xx.c
4perl tools/build/vtable_extend.pl
5perl tools/build/pbcversion_h.pl > include/parrot/pbcversion.h
6perl tools/build/pmc2c.pl --vtable
7perl tools/build/pmc2c.pl --dump  src/pmc/default.pmc
8perl tools/build/pmc2c.pl --dump  src/pmc/fixedintegerarray.pmc
9perl tools/build/pmc2c.pl --c  src/pmc/fixedintegerarray.pmc
10perl tools/build/ops2pm.pl  src/ops/core.ops src/ops/bit.ops src/ops/cmp.ops src/ops/debug.ops src/ops/experimental.ops src/ops/io.ops src/ops/math.ops src/ops/object.ops src/ops/pic.ops src/ops/pmc.ops src/ops/set.ops src/ops/string.ops src/ops/sys.ops src/ops/var.ops
11trap                      1259       experimental, not in ops.num
12mkdir /Volumes/perl6/parrot-debug2/lib/Parrot/OpLib
13perl tools/build/pmc2c.pl --dump  src/pmc/continuation.pmc
14perl tools/build/pmc2c.pl --c  src/pmc/continuation.pmc
15perl tools/build/ops2c.pl C --core
16perl tools/build/ops2c.pl CSwitch --core
17perl tools/build/ops2c.pl CGoto --core
18perl tools/build/ops2c.pl CGP --core
19perl tools/build/c2str.pl src/debug.c > src/debug.str
20perl tools/build/c2str.pl src/dynext.c > src/dynext.str
21perl tools/build/c2str.pl src/events.c > src/events.str
22perl tools/build/c2str.pl src/exceptions.c > src/exceptions.str
23perl tools/build/c2str.pl src/global.c > src/global.str
24perl tools/build/c2str.pl src/global_setup.c > src/global_setup.str
25perl tools/build/c2str.pl src/hll.c > src/hll.str
26perl tools/build/c2str.pl src/call/pcc.c > src/call/pcc.str
27perl tools/build/c2str.pl src/interp/inter_cb.c > src/interp/inter_cb.str
28perl tools/build/c2str.pl src/interp/inter_create.c > src/interp/inter_create.str
29perl tools/build/c2str.pl src/interp/inter_misc.c > src/interp/inter_misc.str
30perl tools/build/c2str.pl src/io/api.c > src/io/api.str
31perl tools/build/c2str.pl src/key.c > src/key.str
32perl tools/build/c2str.pl src/library.c > src/library.str
33perl tools/build/c2str.pl src/multidispatch.c > src/multidispatch.str
34perl tools/build/pmc2c.pl --dump  src/pmc/nci.pmc
35perl tools/build/pmc2c.pl --c  src/pmc/nci.pmc
36perl tools/build/nativecall.pl src/call_list.txt
37perl tools/build/c2str.pl src/nci.c > src/nci.str
38perl tools/build/c2str.pl src/packfile.c > src/packfile.str
39perl tools/build/c2str.pl src/pmc.c > src/pmc.str
40perl tools/build/c2str.pl src/pmc_freeze.c > src/pmc_freeze.str
41perl tools/build/c2str.pl src/oo.c > src/oo.str
42perl tools/build/c2str.pl src/scheduler.c > src/scheduler.str
43perl tools/build/c2str.pl src/spf_render.c > src/spf_render.str
44perl tools/build/c2str.pl src/spf_vtable.c > src/spf_vtable.str
45perl tools/build/c2str.pl src/string/api.c > src/string/api.str
46perl tools/build/c2str.pl src/sub.c > src/sub.str
47perl tools/build/c2str.pl src/stacks.c > src/stacks.str
48perl tools/build/pmc2c.pl --c  src/pmc/default.pmc
49perl tools/build/c2str.pl src/pmc/default.c > src/pmc/default.str
50perl tools/build/pmc2c.pl --dump  src/pmc/null.pmc
51perl tools/build/pmc2c.pl --c  src/pmc/null.pmc
52perl tools/build/c2str.pl src/pmc/null.c > src/pmc/null.str
53perl tools/build/pmc2c.pl --dump  src/pmc/env.pmc
54perl tools/build/pmc2c.pl --c  src/pmc/env.pmc
55perl tools/build/c2str.pl src/pmc/env.c > src/pmc/env.str
56perl tools/build/pmc2c.pl --dump  src/pmc/key.pmc
57perl tools/build/pmc2c.pl --c  src/pmc/key.pmc
58perl tools/build/c2str.pl src/pmc/key.c > src/pmc/key.str
59perl tools/build/pmc2c.pl --dump  src/pmc/random.pmc
60perl tools/build/pmc2c.pl --c  src/pmc/random.pmc
61perl tools/build/c2str.pl src/pmc/random.c > src/pmc/random.str
62perl tools/build/pmc2c.pl --dump  src/pmc/unmanagedstruct.pmc
63perl tools/build/pmc2c.pl --c  src/pmc/unmanagedstruct.pmc
64perl tools/build/c2str.pl src/pmc/unmanagedstruct.c > src/pmc/unmanagedstruct.str
65perl tools/build/pmc2c.pl --dump  src/pmc/managedstruct.pmc
66perl tools/build/pmc2c.pl --c  src/pmc/managedstruct.pmc
67perl tools/build/c2str.pl src/pmc/managedstruct.c > src/pmc/managedstruct.str
68perl tools/build/pmc2c.pl --dump  src/pmc/exception.pmc
69perl tools/build/pmc2c.pl --c  src/pmc/exception.pmc
70perl tools/build/c2str.pl src/pmc/exception.c > src/pmc/exception.str
71perl tools/build/pmc2c.pl --dump  src/pmc/parrotlibrary.pmc
72perl tools/build/pmc2c.pl --c  src/pmc/parrotlibrary.pmc
73perl tools/build/c2str.pl src/pmc/parrotlibrary.c > src/pmc/parrotlibrary.str
74perl tools/build/pmc2c.pl --dump  src/pmc/parrotinterpreter.pmc
75perl tools/build/pmc2c.pl --c  src/pmc/parrotinterpreter.pmc
76perl tools/build/c2str.pl src/pmc/parrotinterpreter.c > src/pmc/parrotinterpreter.str
77perl tools/build/pmc2c.pl --dump  src/pmc/parrotthread.pmc
78perl tools/build/pmc2c.pl --c  src/pmc/parrotthread.pmc
79perl tools/build/c2str.pl src/pmc/parrotthread.c > src/pmc/parrotthread.str
80perl tools/build/pmc2c.pl --dump  src/pmc/lexpad.pmc
81perl tools/build/pmc2c.pl --c  src/pmc/lexpad.pmc
82perl tools/build/c2str.pl src/pmc/lexpad.c > src/pmc/lexpad.str
83perl tools/build/pmc2c.pl --dump  src/pmc/task.pmc
84perl tools/build/pmc2c.pl --dump  src/pmc/timer.pmc
85perl tools/build/pmc2c.pl --c  src/pmc/timer.pmc
86perl tools/build/c2str.pl src/pmc/timer.c > src/pmc/timer.str
87perl tools/build/pmc2c.pl --dump  src/pmc/pointer.pmc
88perl tools/build/pmc2c.pl --c  src/pmc/pointer.pmc
89perl tools/build/c2str.pl src/pmc/pointer.c > src/pmc/pointer.str
90perl tools/build/pmc2c.pl --dump  src/pmc/sub.pmc
91perl tools/build/pmc2c.pl --c  src/pmc/sub.pmc
92perl tools/build/c2str.pl src/pmc/sub.c > src/pmc/sub.str
93perl tools/build/c2str.pl src/pmc/continuation.c > src/pmc/continuation.str
94perl tools/build/pmc2c.pl --dump  src/pmc/retcontinuation.pmc
95perl tools/build/pmc2c.pl --c  src/pmc/retcontinuation.pmc
96perl tools/build/c2str.pl src/pmc/retcontinuation.c > src/pmc/retcontinuation.str
97perl tools/build/pmc2c.pl --dump  src/pmc/coroutine.pmc
98perl tools/build/pmc2c.pl --c  src/pmc/coroutine.pmc
99perl tools/build/c2str.pl src/pmc/coroutine.c > src/pmc/coroutine.str
100perl tools/build/pmc2c.pl --dump  src/pmc/eval.pmc
101perl tools/build/pmc2c.pl --c  src/pmc/eval.pmc
102perl tools/build/c2str.pl src/pmc/eval.c > src/pmc/eval.str
103perl tools/build/c2str.pl src/pmc/nci.c > src/pmc/nci.str
104perl tools/build/pmc2c.pl --dump  src/pmc/scalar.pmc
105perl tools/build/pmc2c.pl --dump  src/pmc/float.pmc
106perl tools/build/pmc2c.pl --c  src/pmc/float.pmc
107perl tools/build/c2str.pl src/pmc/float.c > src/pmc/float.str
108perl tools/build/pmc2c.pl --dump  src/pmc/integer.pmc
109perl tools/build/pmc2c.pl --c  src/pmc/integer.pmc
110perl tools/build/c2str.pl src/pmc/integer.c > src/pmc/integer.str
111perl tools/build/pmc2c.pl --dump  src/pmc/bigint.pmc
112perl tools/build/pmc2c.pl --c  src/pmc/bigint.pmc
113perl tools/build/c2str.pl src/pmc/bigint.c > src/pmc/bigint.str
114perl tools/build/pmc2c.pl --dump  src/pmc/bignum.pmc
115perl tools/build/pmc2c.pl --c  src/pmc/bignum.pmc
116perl tools/build/c2str.pl src/pmc/bignum.c > src/pmc/bignum.str
117perl tools/build/pmc2c.pl --dump  src/pmc/complex.pmc
118perl tools/build/pmc2c.pl --c  src/pmc/complex.pmc
119perl tools/build/c2str.pl src/pmc/complex.c > src/pmc/complex.str
120perl tools/build/pmc2c.pl --dump  src/pmc/string.pmc
121perl tools/build/pmc2c.pl --c  src/pmc/string.pmc
122perl tools/build/c2str.pl src/pmc/string.c > src/pmc/string.str
123perl tools/build/pmc2c.pl --dump  src/pmc/boolean.pmc
124perl tools/build/pmc2c.pl --c  src/pmc/boolean.pmc
125perl tools/build/c2str.pl src/pmc/boolean.c > src/pmc/boolean.str
126perl tools/build/pmc2c.pl --dump  src/pmc/array.pmc
127perl tools/build/pmc2c.pl --c  src/pmc/array.pmc
128perl tools/build/c2str.pl src/pmc/array.c > src/pmc/array.str
129perl tools/build/c2str.pl src/pmc/fixedintegerarray.c > src/pmc/fixedintegerarray.str
130perl tools/build/pmc2c.pl --dump  src/pmc/iterator.pmc
131perl tools/build/pmc2c.pl --c  src/pmc/iterator.pmc
132perl tools/build/c2str.pl src/pmc/iterator.c > src/pmc/iterator.str
133perl tools/build/pmc2c.pl --dump  src/pmc/fixedstringarray.pmc
134perl tools/build/pmc2c.pl --c  src/pmc/fixedstringarray.pmc
135perl tools/build/c2str.pl src/pmc/fixedstringarray.c > src/pmc/fixedstringarray.str
136perl tools/build/pmc2c.pl --dump  src/pmc/hash.pmc
137perl tools/build/pmc2c.pl --c  src/pmc/hash.pmc
138perl tools/build/c2str.pl src/pmc/hash.c > src/pmc/hash.str
139perl tools/build/pmc2c.pl --dump  src/pmc/orderedhash.pmc
140perl tools/build/pmc2c.pl --c  src/pmc/orderedhash.pmc
141perl tools/build/c2str.pl src/pmc/orderedhash.c > src/pmc/orderedhash.str
142perl tools/build/pmc2c.pl --dump  src/pmc/os.pmc
143perl tools/build/pmc2c.pl --c  src/pmc/os.pmc
144perl tools/build/c2str.pl src/pmc/os.c > src/pmc/os.str
145perl tools/build/pmc2c.pl --dump  src/pmc/file.pmc
146perl tools/build/pmc2c.pl --c  src/pmc/file.pmc
147perl tools/build/c2str.pl src/pmc/file.c > src/pmc/file.str
148perl tools/build/pmc2c.pl --dump  src/pmc/addrregistry.pmc
149perl tools/build/pmc2c.pl --c  src/pmc/addrregistry.pmc
150perl tools/build/c2str.pl src/pmc/addrregistry.c > src/pmc/addrregistry.str
151perl tools/build/pmc2c.pl --dump  src/pmc/capture.pmc
152perl tools/build/pmc2c.pl --dump  src/pmc/callsignature.pmc
153perl tools/build/pmc2c.pl --c  src/pmc/callsignature.pmc
154perl tools/build/c2str.pl src/pmc/callsignature.c > src/pmc/callsignature.str
155perl tools/build/pmc2c.pl --c  src/pmc/capture.pmc
156perl tools/build/c2str.pl src/pmc/capture.c > src/pmc/capture.str
157perl tools/build/pmc2c.pl --dump  src/pmc/class.pmc
158perl tools/build/pmc2c.pl --c  src/pmc/class.pmc
159perl tools/build/c2str.pl src/pmc/class.c > src/pmc/class.str
160perl tools/build/pmc2c.pl --dump  src/pmc/codestring.pmc
161perl tools/build/pmc2c.pl --c  src/pmc/codestring.pmc
162perl tools/build/c2str.pl src/pmc/codestring.c > src/pmc/codestring.str
163perl tools/build/pmc2c.pl --dump  src/pmc/cpointer.pmc
164perl tools/build/pmc2c.pl --c  src/pmc/cpointer.pmc
165perl tools/build/c2str.pl src/pmc/cpointer.c > src/pmc/cpointer.str
166perl tools/build/pmc2c.pl --dump  src/pmc/eventhandler.pmc
167perl tools/build/pmc2c.pl --c  src/pmc/eventhandler.pmc
168perl tools/build/c2str.pl src/pmc/eventhandler.c > src/pmc/eventhandler.str
169perl tools/build/pmc2c.pl --dump  src/pmc/exceptionhandler.pmc
170perl tools/build/pmc2c.pl --c  src/pmc/exceptionhandler.pmc
171perl tools/build/c2str.pl src/pmc/exceptionhandler.c > src/pmc/exceptionhandler.str
172perl tools/build/pmc2c.pl --dump  src/pmc/exporter.pmc
173perl tools/build/pmc2c.pl --c  src/pmc/exporter.pmc
174perl tools/build/c2str.pl src/pmc/exporter.c > src/pmc/exporter.str
175perl tools/build/pmc2c.pl --dump  src/pmc/handle.pmc
176perl tools/build/pmc2c.pl --dump  src/pmc/filehandle.pmc
177perl tools/build/pmc2c.pl --c  src/pmc/filehandle.pmc
178perl tools/build/c2str.pl src/pmc/filehandle.c > src/pmc/filehandle.str
179perl tools/build/pmc2c.pl --dump  src/pmc/fixedbooleanarray.pmc
180perl tools/build/pmc2c.pl --c  src/pmc/fixedbooleanarray.pmc
181perl tools/build/c2str.pl src/pmc/fixedbooleanarray.c > src/pmc/fixedbooleanarray.str
182perl tools/build/pmc2c.pl --dump  src/pmc/fixedfloatarray.pmc
183perl tools/build/pmc2c.pl --c  src/pmc/fixedfloatarray.pmc
184perl tools/build/c2str.pl src/pmc/fixedfloatarray.c > src/pmc/fixedfloatarray.str
185perl tools/build/pmc2c.pl --dump  src/pmc/fixedpmcarray.pmc
186perl tools/build/pmc2c.pl --c  src/pmc/fixedpmcarray.pmc
187perl tools/build/c2str.pl src/pmc/fixedpmcarray.c > src/pmc/fixedpmcarray.str
188perl tools/build/pmc2c.pl --c  src/pmc/handle.pmc
189perl tools/build/c2str.pl src/pmc/handle.c > src/pmc/handle.str
190perl tools/build/pmc2c.pl --dump  src/pmc/lexinfo.pmc
191perl tools/build/pmc2c.pl --c  src/pmc/lexinfo.pmc
192perl tools/build/c2str.pl src/pmc/lexinfo.c > src/pmc/lexinfo.str
193perl tools/build/pmc2c.pl --dump  src/pmc/resizablepmcarray.pmc
194perl tools/build/pmc2c.pl --dump  src/pmc/multisub.pmc
195perl tools/build/pmc2c.pl --c  src/pmc/multisub.pmc
196perl tools/build/c2str.pl src/pmc/multisub.c > src/pmc/multisub.str
197perl tools/build/pmc2c.pl --dump  src/pmc/namespace.pmc
198perl tools/build/pmc2c.pl --c  src/pmc/namespace.pmc
199perl tools/build/c2str.pl src/pmc/namespace.c > src/pmc/namespace.str
200perl tools/build/pmc2c.pl --dump  src/pmc/object.pmc
201perl tools/build/pmc2c.pl --c  src/pmc/object.pmc
202perl tools/build/c2str.pl src/pmc/object.c > src/pmc/object.str
203perl tools/build/pmc2c.pl --dump  src/pmc/packfile.pmc
204perl tools/build/pmc2c.pl --c  src/pmc/packfile.pmc
205perl tools/build/c2str.pl src/pmc/packfile.c > src/pmc/packfile.str
206perl tools/build/pmc2c.pl --dump  src/pmc/packfileannotation.pmc
207perl tools/build/pmc2c.pl --c  src/pmc/packfileannotation.pmc
208perl tools/build/c2str.pl src/pmc/packfileannotation.c > src/pmc/packfileannotation.str
209perl tools/build/pmc2c.pl --dump  src/pmc/packfilesegment.pmc
210perl tools/build/pmc2c.pl --dump  src/pmc/packfileannotations.pmc
211perl tools/build/pmc2c.pl --c  src/pmc/packfileannotations.pmc
212perl tools/build/c2str.pl src/pmc/packfileannotations.c > src/pmc/packfileannotations.str
213perl tools/build/pmc2c.pl --dump  src/pmc/packfileconstanttable.pmc
214perl tools/build/pmc2c.pl --c  src/pmc/packfileconstanttable.pmc
215perl tools/build/c2str.pl src/pmc/packfileconstanttable.c > src/pmc/packfileconstanttable.str
216perl tools/build/pmc2c.pl --dump  src/pmc/packfiledirectory.pmc
217perl tools/build/pmc2c.pl --c  src/pmc/packfiledirectory.pmc
218perl tools/build/c2str.pl src/pmc/packfiledirectory.c > src/pmc/packfiledirectory.str
219perl tools/build/pmc2c.pl --dump  src/pmc/packfilefixupentry.pmc
220perl tools/build/pmc2c.pl --c  src/pmc/packfilefixupentry.pmc
221perl tools/build/c2str.pl src/pmc/packfilefixupentry.c > src/pmc/packfilefixupentry.str
222perl tools/build/pmc2c.pl --dump  src/pmc/packfilefixuptable.pmc
223perl tools/build/pmc2c.pl --c  src/pmc/packfilefixuptable.pmc
224perl tools/build/c2str.pl src/pmc/packfilefixuptable.c > src/pmc/packfilefixuptable.str
225perl tools/build/pmc2c.pl --dump  src/pmc/packfilerawsegment.pmc
226perl tools/build/pmc2c.pl --c  src/pmc/packfilerawsegment.pmc
227perl tools/build/c2str.pl src/pmc/packfilerawsegment.c > src/pmc/packfilerawsegment.str
228perl tools/build/pmc2c.pl --c  src/pmc/packfilesegment.pmc
229perl tools/build/c2str.pl src/pmc/packfilesegment.c > src/pmc/packfilesegment.str
230perl tools/build/pmc2c.pl --dump  src/pmc/parrotrunningthread.pmc
231perl tools/build/pmc2c.pl --c  src/pmc/parrotrunningthread.pmc
232perl tools/build/c2str.pl src/pmc/parrotrunningthread.c > src/pmc/parrotrunningthread.str
233perl tools/build/pmc2c.pl --dump  src/pmc/pccmethod_test.pmc
234perl tools/build/pmc2c.pl --c  src/pmc/pccmethod_test.pmc
235perl tools/build/c2str.pl src/pmc/pccmethod_test.c > src/pmc/pccmethod_test.str
236perl tools/build/pmc2c.pl --dump  src/pmc/pmcproxy.pmc
237perl tools/build/pmc2c.pl --c  src/pmc/pmcproxy.pmc
238perl tools/build/c2str.pl src/pmc/pmcproxy.c > src/pmc/pmcproxy.str
239perl tools/build/pmc2c.pl --dump  src/pmc/resizablebooleanarray.pmc
240perl tools/build/pmc2c.pl --c  src/pmc/resizablebooleanarray.pmc
241perl tools/build/c2str.pl src/pmc/resizablebooleanarray.c > src/pmc/resizablebooleanarray.str
242perl tools/build/pmc2c.pl --dump  src/pmc/resizablefloatarray.pmc
243perl tools/build/pmc2c.pl --c  src/pmc/resizablefloatarray.pmc
244perl tools/build/c2str.pl src/pmc/resizablefloatarray.c > src/pmc/resizablefloatarray.str
245perl tools/build/pmc2c.pl --dump  src/pmc/resizableintegerarray.pmc
246perl tools/build/pmc2c.pl --c  src/pmc/resizableintegerarray.pmc
247perl tools/build/c2str.pl src/pmc/resizableintegerarray.c > src/pmc/resizableintegerarray.str
248perl tools/build/pmc2c.pl --c  src/pmc/resizablepmcarray.pmc
249perl tools/build/c2str.pl src/pmc/resizablepmcarray.c > src/pmc/resizablepmcarray.str
250perl tools/build/pmc2c.pl --dump  src/pmc/resizablestringarray.pmc
251perl tools/build/pmc2c.pl --c  src/pmc/resizablestringarray.pmc
252perl tools/build/c2str.pl src/pmc/resizablestringarray.c > src/pmc/resizablestringarray.str
253perl tools/build/pmc2c.pl --dump  src/pmc/role.pmc
254perl tools/build/pmc2c.pl --c  src/pmc/role.pmc
255perl tools/build/c2str.pl src/pmc/role.c > src/pmc/role.str
256perl tools/build/pmc2c.pl --c  src/pmc/scalar.pmc
257perl tools/build/c2str.pl src/pmc/scalar.c > src/pmc/scalar.str
258perl tools/build/pmc2c.pl --dump  src/pmc/scheduler.pmc
259perl tools/build/pmc2c.pl --c  src/pmc/scheduler.pmc
260perl tools/build/c2str.pl src/pmc/scheduler.c > src/pmc/scheduler.str
261perl tools/build/pmc2c.pl --dump  src/pmc/schedulermessage.pmc
262perl tools/build/pmc2c.pl --c  src/pmc/schedulermessage.pmc
263perl tools/build/c2str.pl src/pmc/schedulermessage.c > src/pmc/schedulermessage.str
264perl tools/build/pmc2c.pl --dump  src/pmc/sockaddr.pmc
265perl tools/build/pmc2c.pl --c  src/pmc/sockaddr.pmc
266perl tools/build/c2str.pl src/pmc/sockaddr.c > src/pmc/sockaddr.str
267perl tools/build/pmc2c.pl --dump  src/pmc/socket.pmc
268perl tools/build/pmc2c.pl --c  src/pmc/socket.pmc
269perl tools/build/c2str.pl src/pmc/socket.c > src/pmc/socket.str
270perl tools/build/pmc2c.pl --dump  src/pmc/stringhandle.pmc
271perl tools/build/pmc2c.pl --c  src/pmc/stringhandle.pmc
272perl tools/build/c2str.pl src/pmc/stringhandle.c > src/pmc/stringhandle.str
273perl tools/build/pmc2c.pl --c  src/pmc/task.pmc
274perl tools/build/c2str.pl src/pmc/task.c > src/pmc/task.str
275perl tools/build/pmc2c.pl --dump  src/pmc/undef.pmc
276perl tools/build/pmc2c.pl --c  src/pmc/undef.pmc
277perl tools/build/c2str.pl src/pmc/undef.c > src/pmc/undef.str
278perl tools/build/c2str.pl --all
279src/string/api.c
280src/ops/core_ops.c
281src/ops/core_ops_switch.c
282src/byteorder.c
283src/string/charset.c
284src/core_pmcs.c
285src/datatypes.c
286src/debug.c
287src/dynext.c
288src/embed.c
289src/string/encoding.c
290src/events.c
291src/exceptions.c
292src/exit.c
293src/extend.c
294src/extend_vtable.c
295src/gc/alloc_memory.c
296src/gc/alloc_register.c
297src/gc/api.c
298src/gc/generational_ms.c
299src/gc/incremental_ms.c
300src/gc/gc_ms.c
301src/gc/mark_sweep.c
302src/gc/system.c
303src/global.c
304src/global_setup.c
305src/hash.c
306src/hll.c
307src/call/pcc.c
308src/interp/inter_cb.c
309src/interp/inter_create.c
310src/interp/inter_misc.c
311src/call/ops.c
312src/key.c
313src/library.c
314src/list.c
315src/longopt.c
316src/misc.c
317src/multidispatch.c
318src/nci.c
319src/oo.c
320src/packfile.c
321src/packout.c
322src/pic_jit.c
323src/pic.c
324src/platform.c
325src/pmc_freeze.c
326src/pmc.c
327src/runcore/main.c
328src/runcore/cores.c
329src/scheduler.c
330src/spf_render.c
331src/spf_vtable.c
332src/stacks.c
333src/string/primitives.c
334src/sub.c
335src/thread.c
336src/runcore/trace.c
337src/tsq.c
338src/utils.c
339src/vtables.c
340src/warnings.c
341src/packfile/pf_items.c
342src/ops/core_ops_cg.c
343src/ops/core_ops_cgp.c
344src/gc/alloc_resources.c
345src/string/charset/ascii.c
346src/string/charset/binary.c
347src/string/charset/iso-8859-1.c
348src/string/charset/tables.c
349src/string/charset/unicode.c
350src/io/core.c
351src/io/api.c
352src/io/utf8.c
353src/io/buffer.c
354src/io/unix.c
355src/io/win32.c
356src/io/portable.c
357src/io/filehandle.c
358src/io/socket_api.c
359src/io/socket_unix.c
360src/io/socket_win32.c
361src/pmc/default.c
362src/pmc/null.c
363src/pmc/env.c
364src/pmc/key.c
365src/pmc/random.c
366src/pmc/unmanagedstruct.c
367src/pmc/managedstruct.c
368src/pmc/exception.c
369src/pmc/parrotlibrary.c
370src/pmc/parrotinterpreter.c
371src/pmc/parrotthread.c
372src/pmc/lexpad.c
373src/pmc/timer.c
374src/pmc/pointer.c
375src/pmc/sub.c
376src/pmc/continuation.c
377src/pmc/retcontinuation.c
378src/pmc/coroutine.c
379src/pmc/eval.c
380src/pmc/nci.c
381src/pmc/float.c
382src/pmc/integer.c
383src/pmc/bigint.c
384src/pmc/bignum.c
385src/pmc/complex.c
386src/pmc/string.c
387src/pmc/boolean.c
388src/pmc/array.c
389src/pmc/fixedintegerarray.c
390src/pmc/iterator.c
391src/pmc/fixedstringarray.c
392src/pmc/hash.c
393src/pmc/orderedhash.c
394src/pmc/os.c
395src/pmc/file.c
396src/pmc/addrregistry.c
397src/pmc/callsignature.c
398src/pmc/capture.c
399src/pmc/class.c
400src/pmc/codestring.c
401src/pmc/cpointer.c
402src/pmc/eventhandler.c
403src/pmc/exceptionhandler.c
404src/pmc/exporter.c
405src/pmc/filehandle.c
406src/pmc/fixedbooleanarray.c
407src/pmc/fixedfloatarray.c
408src/pmc/fixedpmcarray.c
409src/pmc/handle.c
410src/pmc/lexinfo.c
411src/pmc/multisub.c
412src/pmc/namespace.c
413src/pmc/object.c
414src/pmc/packfile.c
415src/pmc/packfileannotation.c
416src/pmc/packfileannotations.c
417src/pmc/packfileconstanttable.c
418src/pmc/packfiledirectory.c
419src/pmc/packfilefixupentry.c
420src/pmc/packfilefixuptable.c
421src/pmc/packfilerawsegment.c
422src/pmc/packfilesegment.c
423src/pmc/parrotrunningthread.c
424src/pmc/pccmethod_test.c
425src/pmc/pmcproxy.c
426src/pmc/resizablebooleanarray.c
427src/pmc/resizablefloatarray.c
428src/pmc/resizableintegerarray.c
429src/pmc/resizablepmcarray.c
430src/pmc/resizablestringarray.c
431src/pmc/role.c
432src/pmc/scalar.c
433src/pmc/scheduler.c
434src/pmc/schedulermessage.c
435src/pmc/sockaddr.c
436src/pmc/socket.c
437src/pmc/stringhandle.c
438src/pmc/task.c
439src/pmc/undef.c
440src/string/encoding/fixed_8.c
441src/string/encoding/ucs2.c
442src/string/encoding/utf16.c
443src/string/encoding/utf8.c
444compilers/imcc/imcparser.c
445compilers/imcc/imcparser.c: In function â€˜yyparse’:
446compilers/imcc/imcparser.c:3091: warning: statement with no effect
447compilers/imcc/imcparser.c:5229: warning: statement with no effect
448compilers/imcc/imcparser.c:5386: warning: statement with no effect
449compilers/imcc/imcparser.c:5390: warning: statement with no effect
450compilers/imcc/imcc.y:1359: warning: ignoring return value of ‘iSUBROUTINE’, declared with attribute warn_unused_result
451compilers/imcc/imclexer.c
452compilers/imcc/imc.c
453compilers/imcc/main.c
454compilers/imcc/symreg.c
455compilers/imcc/instructions.c
456compilers/imcc/cfg.c
457compilers/imcc/reg_alloc.c
458compilers/imcc/reg_alloc.c: In function â€˜graph_coloring_reg_alloc’:
459compilers/imcc/reg_alloc.c:463: warning: ignoring return value of ‘try_allocate’, declared with attribute warn_unused_result
460compilers/imcc/sets.c
461compilers/imcc/debug.c
462compilers/imcc/optimizer.c
463compilers/imcc/pbc.c
464compilers/imcc/pbc.c:184: warning: ‘old_blocks’ declared ‘static’ but never defined
465compilers/imcc/parser_util.c
466compilers/imcc/pcc.c
467perl -MExtUtils::Command -e mkpath blib/lib
468ar cr blib/lib/libparrot.a  src/string/api.o src/ops/core_ops.o src/ops/core_ops_switch.o src/byteorder.o src/string/charset.o src/core_pmcs.o src/datatypes.o src/debug.o src/dynext.o src/embed.o src/string/encoding.o src/events.o src/exceptions.o src/exit.o src/extend.o src/extend_vtable.o src/gc/alloc_memory.o src/gc/alloc_register.o src/gc/api.o src/gc/generational_ms.o src/gc/incremental_ms.o src/gc/gc_ms.o src/gc/mark_sweep.o src/gc/system.o src/global.o src/global_setup.o src/hash.o src/hll.o src/call/pcc.o src/interp/inter_cb.o src/interp/inter_create.o src/interp/inter_misc.o src/call/ops.o src/key.o src/library.o src/list.o src/longopt.o src/misc.o src/multidispatch.o src/nci.o src/oo.o src/packfile.o src/packout.o src/pic_jit.o src/pic.o src/platform.o src/pmc_freeze.o src/pmc.o src/runcore/main.o src/runcore/cores.o src/scheduler.o src/spf_render.o src/spf_vtable.o src/stacks.o src/string/primitives.o src/sub.o src/thread.o src/runcore/trace.o src/tsq.o src/utils.o src/vtables.o src/warnings.o src/packfile/pf_items.o src/ops/core_ops_cg.o src/ops/core_ops_cgp.o src/gc/alloc_resources.o  src/string/charset/ascii.o src/string/charset/binary.o src/string/charset/iso-8859-1.o src/string/charset/tables.o src/string/charset/unicode.o src/io/core.o src/io/api.o src/io/utf8.o src/io/buffer.o src/io/unix.o src/io/win32.o src/io/portable.o src/io/filehandle.o src/io/socket_api.o src/io/socket_unix.o src/io/socket_win32.o src/pmc/default.o src/pmc/null.o src/pmc/env.o src/pmc/key.o src/pmc/random.o src/pmc/unmanagedstruct.o src/pmc/managedstruct.o src/pmc/exception.o src/pmc/parrotlibrary.o src/pmc/parrotinterpreter.o src/pmc/parrotthread.o src/pmc/lexpad.o src/pmc/timer.o src/pmc/pointer.o src/pmc/sub.o src/pmc/continuation.o src/pmc/retcontinuation.o src/pmc/coroutine.o src/pmc/eval.o src/pmc/nci.o src/pmc/float.o src/pmc/integer.o src/pmc/bigint.o src/pmc/bignum.o src/pmc/complex.o src/pmc/string.o src/pmc/boolean.o src/pmc/array.o src/pmc/fixedintegerarray.o src/pmc/iterator.o src/pmc/fixedstringarray.o src/pmc/hash.o src/pmc/orderedhash.o src/pmc/os.o src/pmc/file.o src/pmc/addrregistry.o src/pmc/callsignature.o src/pmc/capture.o src/pmc/class.o src/pmc/codestring.o src/pmc/cpointer.o src/pmc/eventhandler.o src/pmc/exceptionhandler.o src/pmc/exporter.o src/pmc/filehandle.o src/pmc/fixedbooleanarray.o src/pmc/fixedfloatarray.o src/pmc/fixedpmcarray.o src/pmc/handle.o src/pmc/lexinfo.o src/pmc/multisub.o src/pmc/namespace.o src/pmc/object.o src/pmc/packfile.o src/pmc/packfileannotation.o src/pmc/packfileannotations.o src/pmc/packfileconstanttable.o src/pmc/packfiledirectory.o src/pmc/packfilefixupentry.o src/pmc/packfilefixuptable.o src/pmc/packfilerawsegment.o src/pmc/packfilesegment.o src/pmc/parrotrunningthread.o src/pmc/pccmethod_test.o src/pmc/pmcproxy.o src/pmc/resizablebooleanarray.o src/pmc/resizablefloatarray.o src/pmc/resizableintegerarray.o src/pmc/resizablepmcarray.o src/pmc/resizablestringarray.o src/pmc/role.o src/pmc/scalar.o src/pmc/scheduler.o src/pmc/schedulermessage.o src/pmc/sockaddr.o src/pmc/socket.o src/pmc/stringhandle.o src/pmc/task.o src/pmc/undef.o src/string/encoding/fixed_8.o src/string/encoding/ucs2.o src/string/encoding/utf16.o src/string/encoding/utf8.o compilers/imcc/imcparser.o compilers/imcc/imclexer.o compilers/imcc/imc.o compilers/imcc/main.o compilers/imcc/symreg.o compilers/imcc/instructions.o compilers/imcc/cfg.o compilers/imcc/reg_alloc.o compilers/imcc/sets.o compilers/imcc/debug.o compilers/imcc/optimizer.o compilers/imcc/pbc.o compilers/imcc/parser_util.o compilers/imcc/pcc.o
469ranlib: file: blib/lib/libparrot.a(generational_ms.o) has no symbols
470ranlib: file: blib/lib/libparrot.a(win32.o) has no symbols
471ranlib: file: blib/lib/libparrot.a(portable.o) has no symbols
472ranlib: file: blib/lib/libparrot.a(socket_win32.o) has no symbols
473/usr/bin/ar ts blib/lib/libparrot.a
474ranlib: file: blib/lib/libparrot.a(generational_ms.o) has no symbols
475ranlib: file: blib/lib/libparrot.a(win32.o) has no symbols
476ranlib: file: blib/lib/libparrot.a(portable.o) has no symbols
477ranlib: file: blib/lib/libparrot.a(socket_win32.o) has no symbols
478__.SYMDEF SORTED
479api.o
480core_ops.o
481core_ops_switch.o
482byteorder.o
483charset.o
484core_pmcs.o
485datatypes.o
486debug.o
487dynext.o
488embed.o
489encoding.o
490events.o
491exceptions.o
492exit.o
493extend.o
494extend_vtable.o
495alloc_memory.o
496alloc_register.o
497api.o
498generational_ms.o
499incremental_ms.o
500gc_ms.o
501mark_sweep.o
502system.o
503global.o
504global_setup.o
505hash.o
506hll.o
507pcc.o
508inter_cb.o
509inter_create.o
510inter_misc.o
511ops.o
512key.o
513library.o
514list.o
515longopt.o
516misc.o
517multidispatch.o
518nci.o
519oo.o
520packfile.o
521packout.o
522pic_jit.o
523pic.o
524platform.o
525pmc_freeze.o
526pmc.o
527main.o
528cores.o
529scheduler.o
530spf_render.o
531spf_vtable.o
532stacks.o
533primitives.o
534sub.o
535thread.o
536trace.o
537tsq.o
538utils.o
539vtables.o
540warnings.o
541pf_items.o
542core_ops_cg.o
543core_ops_cgp.o
544alloc_resources.o
545ascii.o
546binary.o
547iso-8859-1.o
548tables.o
549unicode.o
550core.o
551api.o
552utf8.o
553buffer.o
554unix.o
555win32.o
556portable.o
557filehandle.o
558socket_api.o
559socket_unix.o
560socket_win32.o
561default.o
562null.o
563env.o
564key.o
565random.o
566unmanagedstruct.o
567managedstruct.o
568exception.o
569parrotlibrary.o
570parrotinterpreter.o
571parrotthread.o
572lexpad.o
573timer.o
574pointer.o
575sub.o
576continuation.o
577retcontinuation.o
578coroutine.o
579eval.o
580nci.o
581float.o
582integer.o
583bigint.o
584bignum.o
585complex.o
586string.o
587boolean.o
588array.o
589fixedintegerarray.o
590iterator.o
591fixedstringarray.o
592hash.o
593orderedhash.o
594os.o
595file.o
596addrregistry.o
597callsignature.o
598capture.o
599class.o
600codestring.o
601cpointer.o
602eventhandler.o
603exceptionhandler.o
604exporter.o
605filehandle.o
606fixedbooleanarray.o
607fixedfloatarray.o
608fixedpmcarray.o
609handle.o
610lexinfo.o
611multisub.o
612namespace.o
613object.o
614packfile.o
615packfileannotation.o
616packfileannotations.o
617packfileconstanttable.o
618packfiledirectory.o
619packfilefixupentry.o
620packfilefixuptable.o
621packfilerawsegment.o
622packfilesegment.o
623parrotrunningthread.o
624pccmethod_test.o
625pmcproxy.o
626resizablebooleanarray.o
627resizablefloatarray.o
628resizableintegerarray.o
629resizablepmcarray.o
630resizablestringarray.o
631role.o
632scalar.o
633scheduler.o
634schedulermessage.o
635sockaddr.o
636socket.o
637stringhandle.o
638task.o
639undef.o
640fixed_8.o
641ucs2.o
642utf16.o
643utf8.o
644imcparser.o
645imclexer.o
646imc.o
647main.o
648symreg.o
649instructions.o
650cfg.o
651reg_alloc.o
652sets.o
653debug.o
654optimizer.o
655pbc.o
656parser_util.o
657pcc.o
658perl -MExtUtils::Command -e mkpath blib/lib
659c++ -dynamiclib -undefined dynamic_lookup -L/usr/local/lib -L/Users/stephensimmons/perl6/parrot/blib/lib -L/opt/local/lib -L/sw/lib  -o blib/lib/libparrot.1.3.0.dylib -install_name /Users/stephensimmons/perl6/parrot/blib/lib/libparrot.dylib \
660                src/string/api.o src/ops/core_ops.o src/ops/core_ops_switch.o src/byteorder.o src/string/charset.o src/core_pmcs.o src/datatypes.o src/debug.o src/dynext.o src/embed.o src/string/encoding.o src/events.o src/exceptions.o src/exit.o src/extend.o src/extend_vtable.o src/gc/alloc_memory.o src/gc/alloc_register.o src/gc/api.o src/gc/generational_ms.o src/gc/incremental_ms.o src/gc/gc_ms.o src/gc/mark_sweep.o src/gc/system.o src/global.o src/global_setup.o src/hash.o src/hll.o src/call/pcc.o src/interp/inter_cb.o src/interp/inter_create.o src/interp/inter_misc.o src/call/ops.o src/key.o src/library.o src/list.o src/longopt.o src/misc.o src/multidispatch.o src/nci.o src/oo.o src/packfile.o src/packout.o src/pic_jit.o src/pic.o src/platform.o src/pmc_freeze.o src/pmc.o src/runcore/main.o src/runcore/cores.o src/scheduler.o src/spf_render.o src/spf_vtable.o src/stacks.o src/string/primitives.o src/sub.o src/thread.o src/runcore/trace.o src/tsq.o src/utils.o src/vtables.o src/warnings.o src/packfile/pf_items.o src/ops/core_ops_cg.o src/ops/core_ops_cgp.o src/gc/alloc_resources.o  src/string/charset/ascii.o src/string/charset/binary.o src/string/charset/iso-8859-1.o src/string/charset/tables.o src/string/charset/unicode.o src/io/core.o src/io/api.o src/io/utf8.o src/io/buffer.o src/io/unix.o src/io/win32.o src/io/portable.o src/io/filehandle.o src/io/socket_api.o src/io/socket_unix.o src/io/socket_win32.o src/pmc/default.o src/pmc/null.o src/pmc/env.o src/pmc/key.o src/pmc/random.o src/pmc/unmanagedstruct.o src/pmc/managedstruct.o src/pmc/exception.o src/pmc/parrotlibrary.o src/pmc/parrotinterpreter.o src/pmc/parrotthread.o src/pmc/lexpad.o src/pmc/timer.o src/pmc/pointer.o src/pmc/sub.o src/pmc/continuation.o src/pmc/retcontinuation.o src/pmc/coroutine.o src/pmc/eval.o src/pmc/nci.o src/pmc/float.o src/pmc/integer.o src/pmc/bigint.o src/pmc/bignum.o src/pmc/complex.o src/pmc/string.o src/pmc/boolean.o src/pmc/array.o src/pmc/fixedintegerarray.o src/pmc/iterator.o src/pmc/fixedstringarray.o src/pmc/hash.o src/pmc/orderedhash.o src/pmc/os.o src/pmc/file.o src/pmc/addrregistry.o src/pmc/callsignature.o src/pmc/capture.o src/pmc/class.o src/pmc/codestring.o src/pmc/cpointer.o src/pmc/eventhandler.o src/pmc/exceptionhandler.o src/pmc/exporter.o src/pmc/filehandle.o src/pmc/fixedbooleanarray.o src/pmc/fixedfloatarray.o src/pmc/fixedpmcarray.o src/pmc/handle.o src/pmc/lexinfo.o src/pmc/multisub.o src/pmc/namespace.o src/pmc/object.o src/pmc/packfile.o src/pmc/packfileannotation.o src/pmc/packfileannotations.o src/pmc/packfileconstanttable.o src/pmc/packfiledirectory.o src/pmc/packfilefixupentry.o src/pmc/packfilefixuptable.o src/pmc/packfilerawsegment.o src/pmc/packfilesegment.o src/pmc/parrotrunningthread.o src/pmc/pccmethod_test.o src/pmc/pmcproxy.o src/pmc/resizablebooleanarray.o src/pmc/resizablefloatarray.o src/pmc/resizableintegerarray.o src/pmc/resizablepmcarray.o src/pmc/resizablestringarray.o src/pmc/role.o src/pmc/scalar.o src/pmc/scheduler.o src/pmc/schedulermessage.o src/pmc/sockaddr.o src/pmc/socket.o src/pmc/stringhandle.o src/pmc/task.o src/pmc/undef.o src/string/encoding/fixed_8.o src/string/encoding/ucs2.o src/string/encoding/utf16.o src/string/encoding/utf8.o compilers/imcc/imcparser.o compilers/imcc/imclexer.o compilers/imcc/imc.o compilers/imcc/main.o compilers/imcc/symreg.o compilers/imcc/instructions.o compilers/imcc/cfg.o compilers/imcc/reg_alloc.o compilers/imcc/sets.o compilers/imcc/debug.o compilers/imcc/optimizer.o compilers/imcc/pbc.o compilers/imcc/parser_util.o compilers/imcc/pcc.o -lm -lutil -lgmp -lreadline -lintl -lpthread -lm -L/opt/local/lib  -licuuc -licudata -lpthread -lm
661( cd blib/lib ; ln -sf libparrot.1.3.0.dylib libparrot.dylib )
662src/main.c
663perl tools/build/parrot_config_c.pl --mini > \
664    src/null_config.c
665src/null_config.c
666c++ -o miniparrot src/main.o src/null_config.o \
667        -L/Users/stephensimmons/perl6/parrot/blib/lib -L/Users/stephensimmons/perl6/parrot/blib/lib -lparrot -lpthread -lm -L/opt/local/lib  -licuuc -licudata -lpthread -lm -lm -lutil -lgmp -lreadline -lintl -undefined dynamic_lookup -L/opt/local/lib -L/sw/lib 
668Invoking Parrot to generate runtime/parrot/include/config.fpmc --cross your fingers
669./miniparrot config_lib.pasm > runtime/parrot/include/config.fpmc
670perl tools/build/parrot_config_c.pl > \
671    src/parrot_config.c
672src/parrot_config.c
673c++ -o parrot \
674        src/main.o src/parrot_config.o \
675        -L/Users/stephensimmons/perl6/parrot/blib/lib -L/Users/stephensimmons/perl6/parrot/blib/lib -lparrot -lpthread -lm -L/opt/local/lib  -licuuc -licudata -lpthread -lm -lm -lutil -lgmp -lreadline -lintl -undefined dynamic_lookup -L/opt/local/lib -L/sw/lib   
676./parrot -o runtime/parrot/include/parrotlib.pbc runtime/parrot/library/parrotlib.pir
677make -C docs
678perl -MExtUtils::Command -e mkpath ops
679/usr/bin/perldoc -ud packfile-c.pod ../src/packfile.c
680Perldoc (Pod::Perldoc::ToPod) output saved to packfile-c.pod
681/usr/bin/perldoc -ud ops/bit.pod ../src/ops/bit.ops
682Perldoc (Pod::Perldoc::ToPod) output saved to ops/bit.pod
683perl -MExtUtils::Command -e ExtUtils::Command::chmod 0644 ops/bit.pod
684/usr/bin/perldoc -ud ops/cmp.pod ../src/ops/cmp.ops
685Perldoc (Pod::Perldoc::ToPod) output saved to ops/cmp.pod
686perl -MExtUtils::Command -e ExtUtils::Command::chmod 0644 ops/cmp.pod
687/usr/bin/perldoc -ud ops/core.pod ../src/ops/core.ops
688Perldoc (Pod::Perldoc::ToPod) output saved to ops/core.pod
689perl -MExtUtils::Command -e ExtUtils::Command::chmod 0644 ops/core.pod
690/usr/bin/perldoc -ud ops/debug.pod ../src/ops/debug.ops
691Perldoc (Pod::Perldoc::ToPod) output saved to ops/debug.pod
692perl -MExtUtils::Command -e ExtUtils::Command::chmod 0644 ops/debug.pod
693/usr/bin/perldoc -ud ops/experimental.pod ../src/ops/experimental.ops
694Perldoc (Pod::Perldoc::ToPod) output saved to ops/experimental.pod
695perl -MExtUtils::Command -e ExtUtils::Command::chmod 0644 ops/experimental.pod
696/usr/bin/perldoc -ud ops/io.pod ../src/ops/io.ops
697Perldoc (Pod::Perldoc::ToPod) output saved to ops/io.pod
698perl -MExtUtils::Command -e ExtUtils::Command::chmod 0644 ops/io.pod
699/usr/bin/perldoc -ud ops/math.pod ../src/ops/math.ops
700Perldoc (Pod::Perldoc::ToPod) output saved to ops/math.pod
701perl -MExtUtils::Command -e ExtUtils::Command::chmod 0644 ops/math.pod
702/usr/bin/perldoc -ud ops/object.pod ../src/ops/object.ops
703Perldoc (Pod::Perldoc::ToPod) output saved to ops/object.pod
704perl -MExtUtils::Command -e ExtUtils::Command::chmod 0644 ops/object.pod
705/usr/bin/perldoc -ud ops/obscure.pod ../src/ops/obscure.ops
706Perldoc (Pod::Perldoc::ToPod) output saved to ops/obscure.pod
707perl -MExtUtils::Command -e ExtUtils::Command::chmod 0644 ops/obscure.pod
708/usr/bin/perldoc -ud ops/pic.pod ../src/ops/pic.ops
709Perldoc (Pod::Perldoc::ToPod) output saved to ops/pic.pod
710perl -MExtUtils::Command -e ExtUtils::Command::chmod 0644 ops/pic.pod
711/usr/bin/perldoc -ud ops/pmc.pod ../src/ops/pmc.ops
712Perldoc (Pod::Perldoc::ToPod) output saved to ops/pmc.pod
713perl -MExtUtils::Command -e ExtUtils::Command::chmod 0644 ops/pmc.pod
714/usr/bin/perldoc -ud ops/set.pod ../src/ops/set.ops
715Perldoc (Pod::Perldoc::ToPod) output saved to ops/set.pod
716perl -MExtUtils::Command -e ExtUtils::Command::chmod 0644 ops/set.pod
717/usr/bin/perldoc -ud ops/string.pod ../src/ops/string.ops
718Perldoc (Pod::Perldoc::ToPod) output saved to ops/string.pod
719perl -MExtUtils::Command -e ExtUtils::Command::chmod 0644 ops/string.pod
720/usr/bin/perldoc -ud ops/sys.pod ../src/ops/sys.ops
721Perldoc (Pod::Perldoc::ToPod) output saved to ops/sys.pod
722perl -MExtUtils::Command -e ExtUtils::Command::chmod 0644 ops/sys.pod
723/usr/bin/perldoc -ud ops/var.pod ../src/ops/var.ops
724Perldoc (Pod::Perldoc::ToPod) output saved to ops/var.pod
725perl -MExtUtils::Command -e ExtUtils::Command::chmod 0644 ops/var.pod
726src/nci_test.c
727c++ -undefined dynamic_lookup -bundle  -L/usr/local/lib -L/Users/stephensimmons/perl6/parrot/blib/lib -L/opt/local/lib -L/sw/lib  \
728    -o runtime/parrot/dynext/libnci_test.bundle src/nci_test.o -lm -lutil -lgmp -lreadline -lintl
729src/glut_callbacks.c
730c++ -undefined dynamic_lookup -bundle -L/usr/local/lib -L/Users/stephensimmons/perl6/parrot/blib/lib -L/opt/local/lib -L/sw/lib  \
731    -o runtime/parrot/dynext/libglutcb.bundle src/glut_callbacks.o \
732    -L/Users/stephensimmons/perl6/parrot/blib/lib -lparrot -lpthread -lm -L/opt/local/lib  -licuuc -licudata -lpthread -lm -lm -lutil -lgmp -lreadline -lintl -framework OpenGL -framework GLUT
733./parrot -o runtime/parrot/library/CGI/QueryHash.pbc runtime/parrot/library/CGI/QueryHash.pir
734./parrot -o runtime/parrot/library/Crow.pbc runtime/parrot/library/Crow.pir
735./parrot -o runtime/parrot/library/config.pbc runtime/parrot/library/config.pir
736./parrot -o runtime/parrot/library/Config/JSON.pbc runtime/parrot/library/Config/JSON.pir
737./parrot -o runtime/parrot/library/Data/Dumper/Base.pbc runtime/parrot/library/Data/Dumper/Base.pir
738./parrot -o runtime/parrot/library/Data/Dumper/Default.pbc runtime/parrot/library/Data/Dumper/Default.pir
739./parrot -o runtime/parrot/library/Data/Dumper.pbc runtime/parrot/library/Data/Dumper.pir
740./parrot -o runtime/parrot/library/Digest/MD5.pbc runtime/parrot/library/Digest/MD5.pir
741./parrot -o runtime/parrot/library/dumper.pbc runtime/parrot/library/dumper.pir
742./parrot -o runtime/parrot/library/yaml_dumper.pbc runtime/parrot/library/yaml_dumper.pir
743./parrot -o runtime/parrot/library/Getopt/Obj.pbc runtime/parrot/library/Getopt/Obj.pir
744./parrot -o runtime/parrot/library/Iter.pbc runtime/parrot/library/Iter.pir
745./parrot -o runtime/parrot/library/JSON.pbc runtime/parrot/library/JSON.pir
746./parrot -o runtime/parrot/library/Math/Random/mt19937ar.pbc runtime/parrot/library/Math/Random/mt19937ar.pir
747./parrot -o runtime/parrot/library/Math/Rand.pbc runtime/parrot/library/Math/Rand.pir
748./parrot -o runtime/parrot/library/MIME/Base64.pbc runtime/parrot/library/MIME/Base64.pir
749./parrot -o runtime/parrot/library/NCI/Utils.pbc runtime/parrot/library/NCI/Utils.pir
750./parrot -o runtime/parrot/library/NCI/call_toolkit_init.pbc runtime/parrot/library/NCI/call_toolkit_init.pir
751./parrot -o runtime/parrot/library/ncurses.pbc runtime/parrot/library/ncurses.pir
752./parrot -o runtime/parrot/library/OpenGL.pbc runtime/parrot/library/OpenGL.pir
753./parrot -o runtime/parrot/library/OpenGL_funcs.pbc runtime/parrot/library/OpenGL_funcs.pir
754./parrot -o runtime/parrot/library/OpenGL/Math.pbc runtime/parrot/library/OpenGL/Math.pir
755./parrot -o runtime/parrot/library/P6object.pbc runtime/parrot/library/P6object.pir
756./parrot -o runtime/parrot/library/parrotlib.pbc runtime/parrot/library/parrotlib.pir
757./parrot -o runtime/parrot/library/pcore.pbc runtime/parrot/library/pcore.pir
758./parrot -o runtime/parrot/library/pcre.pbc runtime/parrot/library/pcre.pir
759./parrot -o runtime/parrot/library/Parrot/Coroutine.pbc runtime/parrot/library/Parrot/Coroutine.pir
760./parrot -o runtime/parrot/library/Parrot/Exception.pbc runtime/parrot/library/Parrot/Exception.pir
761./parrot -o runtime/parrot/library/PGE/Dumper.pbc runtime/parrot/library/PGE/Dumper.pir
762./parrot -o runtime/parrot/library/PGE/Glob.pbc runtime/parrot/library/PGE/Glob.pir
763./parrot -o runtime/parrot/library/PGE/Perl6Grammar.pbc runtime/parrot/library/PGE/Perl6Grammar.pir
764
765        in file 'runtime/parrot/library/PGE/Perl6Grammar.pir' line 174
766Duplicated IDENTIFIER 'namespace'
767./parrot -o runtime/parrot/library/PGE/Text.pbc runtime/parrot/library/PGE/Text.pir
768./parrot -o runtime/parrot/library/PGE/Util.pbc runtime/parrot/library/PGE/Util.pir
769./parrot -o runtime/parrot/library/Protoobject.pbc runtime/parrot/library/Protoobject.pir
770./parrot -o runtime/parrot/library/Range.pbc runtime/parrot/library/Range.pir
771./parrot -o runtime/parrot/library/Stream/Base.pbc runtime/parrot/library/Stream/Base.pir
772./parrot -o runtime/parrot/library/Stream/Combiner.pbc runtime/parrot/library/Stream/Combiner.pir
773./parrot -o runtime/parrot/library/Stream/Coroutine.pbc runtime/parrot/library/Stream/Coroutine.pir
774./parrot -o runtime/parrot/library/Stream/Filter.pbc runtime/parrot/library/Stream/Filter.pir
775./parrot -o runtime/parrot/library/Stream/Lines.pbc runtime/parrot/library/Stream/Lines.pir
776./parrot -o runtime/parrot/library/Stream/ParrotIO.pbc runtime/parrot/library/Stream/ParrotIO.pir
777./parrot -o runtime/parrot/library/Stream/Replay.pbc runtime/parrot/library/Stream/Replay.pir
778./parrot -o runtime/parrot/library/Stream/Sub.pbc runtime/parrot/library/Stream/Sub.pir
779./parrot -o runtime/parrot/library/Stream/Writer.pbc runtime/parrot/library/Stream/Writer.pir
780./parrot -o runtime/parrot/library/String/Utils.pbc runtime/parrot/library/String/Utils.pir
781./parrot -o runtime/parrot/library/Test/Builder/Output.pbc runtime/parrot/library/Test/Builder/Output.pir
782./parrot -o runtime/parrot/library/Test/Builder/Test.pbc runtime/parrot/library/Test/Builder/Test.pir
783./parrot -o runtime/parrot/library/Test/Builder/Tester.pbc runtime/parrot/library/Test/Builder/Tester.pir
784./parrot -o runtime/parrot/library/Test/Builder/TestPlan.pbc runtime/parrot/library/Test/Builder/TestPlan.pir
785./parrot -o runtime/parrot/library/Test/Builder.pbc runtime/parrot/library/Test/Builder.pir
786./parrot -o runtime/parrot/library/Test/Class.pbc runtime/parrot/library/Test/Class.pir
787./parrot -o runtime/parrot/library/Test/More.pbc runtime/parrot/library/Test/More.pir
788./parrot -o runtime/parrot/library/Tcl/Glob.pbc runtime/parrot/library/Tcl/Glob.pir
789./parrot -o runtime/parrot/library/TclLibrary.pbc runtime/parrot/library/TclLibrary.pir
790./parrot -o runtime/parrot/library/uuid.pbc runtime/parrot/library/uuid.pir
791./parrot -o runtime/parrot/library/YAML/Dumper/Base.pbc runtime/parrot/library/YAML/Dumper/Base.pir
792./parrot -o runtime/parrot/library/YAML/Dumper/Default.pbc runtime/parrot/library/YAML/Dumper/Default.pir
793./parrot -o runtime/parrot/library/YAML/Dumper.pbc runtime/parrot/library/YAML/Dumper.pir
794./parrot -o runtime/parrot/library/YAML/Parser/Syck.pbc runtime/parrot/library/YAML/Parser/Syck.pir
795./parrot -o runtime/parrot/library/libpcre.pbc runtime/parrot/library/libpcre.pir
796./parrot -o runtime/parrot/library/Data/Replace.pbc runtime/parrot/library/Data/Replace.pir
797./parrot -o runtime/parrot/library/postgres.pbc runtime/parrot/library/postgres.pir
798make -C src/dynpmc
799perl /Users/stephensimmons/perl6/parrot/tools/build/pmc2c.pl --dump dynlexpad.pmc
800perl /Users/stephensimmons/perl6/parrot/tools/build/pmc2c.pl --c dynlexpad.pmc
801cc -c -o dynlexpad.o -I/Users/stephensimmons/perl6/parrot/include -I/Users/stephensimmons/perl6/parrot/src/pmc -g -pipe -fno-common -no-cpp-precomp  -Wdeclaration-after-statement -I/usr/local/include -pipe -fno-common -Wno-long-double  -DHASATTRIBUTE_CONST  -DHASATTRIBUTE_DEPRECATED  -DHASATTRIBUTE_MALLOC  -DHASATTRIBUTE_NONNULL  -DHASATTRIBUTE_NORETURN  -DHASATTRIBUTE_PURE  -DHASATTRIBUTE_UNUSED  -DHASATTRIBUTE_WARN_UNUSED_RESULT  -falign-functions=16 -fvisibility=hidden -funit-at-a-time -maccumulate-outgoing-args -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wendif-labels -Wextra -Wformat -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wmissing-braces -Wmissing-field-initializers -Wno-missing-format-attribute -Wmissing-include-dirs -Wpacked -Wparentheses -Wpointer-arith -Wreturn-type -Wsequence-point -Wno-shadow -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wunknown-pragmas -Wno-unused -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -I/opt/local/include -I/sw/include -DHAS_GETTEXT   -g -Wno-shadow  -DHAVE_COMPUTED_GOTO  dynlexpad.c
802./dynlexpad.pmc: In function â€˜Parrot_DynLexPad_init_pmc’:
803./dynlexpad.pmc:54: error: too few arguments to function â€˜parrot_new_hash’
804./dynlexpad.pmc: In function â€˜Parrot_DynLexPad_mark’:
805./dynlexpad.pmc:206: warning: implicit declaration of function â€˜Parrot_gc_mark_PObj_alive’
806./dynlexpad.pmc:206: warning: nested extern declaration of ‘Parrot_gc_mark_PObj_alive’
807make[1]: *** [dynlexpad.o] Error 1
808make: *** [dynpmc.dummy] Error 2