From: Daniel Berger Date: 2003-03-15T08:17:10+09:00 Subject: Re: [ANN] Syck 0.08 -- Next-generation of YAML.rb why the lucky stiff wrote: > > On Friday 14 March 2003 01:40 pm, Daniel Berger wrote: > > bison -y -d -t -v gram.y && mv y.tab.c gram.c > > gram.y:47.9-52.4: type clash (`nodeId' `') on default action > > ...... > > Ok. These errors are caused by missing semicolons at the end of each of rule. > So: > >make check Making check in lib make[2]: Entering directory `/home/djberge/local/modules/ruby/syck-0.08/tests' .... OK (4 tests) PASS: test-basic ..... OK (5 tests) PASS: test-parse ================== All 2 tests passed ================== Looks like that did the trick! You can add "Solaris 9 (Sparc)" to the list of supported platforms. :) Regards, Dan -- a = [74, 117, 115, 116, 32, 65, 110, 111, 116, 104, 101, 114, 32, 82] a.push(117,98, 121, 32, 72, 97, 99, 107, 101, 114) puts a.pack("C*")