=== modified file 'lib/parse_tree.rb' --- lib/parse_tree.rb 2007-12-24 18:55:20 +0000 +++ lib/parse_tree.rb 2007-12-24 19:04:37 +0000 @@ -278,7 +278,7 @@ # 1) Get me a login on your box so I can repro this and get it fixed. # 2) Fix it and send me the patch # 3) (quick, but dirty and bad), comment out the following line: - builder.add_compile_flags "-Werror" + builder.add_compile_flags "-Werror" unless Inline::WINDOZE builder.prefix %{ #define nd_3rd u3.node === modified file 'test/test_parse_tree.rb' --- test/test_parse_tree.rb 2007-12-24 18:55:20 +0000 +++ test/test_parse_tree.rb 2007-12-24 19:05:01 +0000 @@ -4,7 +4,7 @@ if test ?d, dir then require 'fileutils' puts "nuking #{dir}" - FileUtils.rm_r dir + FileUtils.rm_rf dir end require 'test/unit'