frameworks-capybara 0.2.0.rc5 → 0.2.0.rc6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (551) hide show
  1. data/Gemfile.lock +1 -1
  2. data/lib/frameworks/cucumber.rb +4 -1
  3. data/lib/version.rb +1 -1
  4. data/vendor/bundle/ruby/1.8/bin/htmldiff +1 -1
  5. data/vendor/bundle/ruby/1.8/bin/ldiff +1 -1
  6. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/AbstractMemory.o +0 -0
  7. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/ArrayType.o +0 -0
  8. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/Buffer.o +0 -0
  9. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/Call.o +0 -0
  10. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/ClosurePool.o +0 -0
  11. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/DataConverter.o +0 -0
  12. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/DynamicLibrary.o +0 -0
  13. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/Function.o +0 -0
  14. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/FunctionInfo.o +0 -0
  15. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/LastError.o +0 -0
  16. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/Makefile +20 -20
  17. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/MappedType.o +0 -0
  18. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/MemoryPointer.o +0 -0
  19. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/MethodHandle.o +0 -0
  20. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/Platform.o +0 -0
  21. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/Pointer.o +0 -0
  22. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/Struct.o +0 -0
  23. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/StructByReference.o +0 -0
  24. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/StructByValue.o +0 -0
  25. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/StructLayout.o +0 -0
  26. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/Thread.o +0 -0
  27. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/Type.o +0 -0
  28. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/Types.o +0 -0
  29. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/Variadic.o +0 -0
  30. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/ffi.o +0 -0
  31. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/ffi_c.so +0 -0
  32. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/Makefile +50 -50
  33. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/config.log +190 -216
  34. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/config.status +110 -104
  35. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/fficonfig.h +5 -5
  36. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/include/Makefile +44 -44
  37. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/include/ffi.h +1 -1
  38. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/libffi.la +3 -3
  39. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/libffi_convenience.la +1 -1
  40. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/libtool +57 -54
  41. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/man/Makefile +44 -44
  42. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/src/x86/{darwin.lo → sysv.lo} +2 -2
  43. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/src/x86/{darwin64.lo → unix64.lo} +2 -2
  44. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/testsuite/Makefile +44 -44
  45. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/mkmf.log +33 -42
  46. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/lib/ffi_c.so +0 -0
  47. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ar/Makefile +17 -17
  48. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ar/gherkin_lexer_ar.o +0 -0
  49. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ar/gherkin_lexer_ar.so +0 -0
  50. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ar/mkmf.log +3 -1
  51. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_bg/Makefile +17 -17
  52. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_bg/gherkin_lexer_bg.o +0 -0
  53. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_bg/gherkin_lexer_bg.so +0 -0
  54. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_bg/mkmf.log +3 -1
  55. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ca/Makefile +17 -17
  56. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ca/gherkin_lexer_ca.o +0 -0
  57. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ca/gherkin_lexer_ca.so +0 -0
  58. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ca/mkmf.log +3 -1
  59. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_cs/Makefile +17 -17
  60. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_cs/gherkin_lexer_cs.o +0 -0
  61. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_cs/gherkin_lexer_cs.so +0 -0
  62. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_cs/mkmf.log +3 -1
  63. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_cy_gb/Makefile +17 -17
  64. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_cy_gb/gherkin_lexer_cy_gb.o +0 -0
  65. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_cy_gb/gherkin_lexer_cy_gb.so +0 -0
  66. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_cy_gb/mkmf.log +3 -1
  67. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_da/Makefile +17 -17
  68. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_da/gherkin_lexer_da.o +0 -0
  69. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_da/gherkin_lexer_da.so +0 -0
  70. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_da/mkmf.log +3 -1
  71. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_de/Makefile +17 -17
  72. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_de/gherkin_lexer_de.o +0 -0
  73. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_de/gherkin_lexer_de.so +0 -0
  74. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_de/mkmf.log +3 -1
  75. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en/Makefile +17 -17
  76. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en/gherkin_lexer_en.o +0 -0
  77. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en/gherkin_lexer_en.so +0 -0
  78. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en/mkmf.log +3 -1
  79. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_au/Makefile +17 -17
  80. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_au/gherkin_lexer_en_au.o +0 -0
  81. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_au/gherkin_lexer_en_au.so +0 -0
  82. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_au/mkmf.log +3 -1
  83. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_lol/Makefile +17 -17
  84. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_lol/gherkin_lexer_en_lol.o +0 -0
  85. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_lol/gherkin_lexer_en_lol.so +0 -0
  86. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_lol/mkmf.log +3 -1
  87. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_pirate/Makefile +17 -17
  88. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_pirate/gherkin_lexer_en_pirate.o +0 -0
  89. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_pirate/gherkin_lexer_en_pirate.so +0 -0
  90. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_pirate/mkmf.log +3 -1
  91. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_scouse/Makefile +17 -17
  92. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_scouse/gherkin_lexer_en_scouse.o +0 -0
  93. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_scouse/gherkin_lexer_en_scouse.so +0 -0
  94. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_scouse/mkmf.log +3 -1
  95. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_tx/Makefile +17 -17
  96. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_tx/gherkin_lexer_en_tx.o +0 -0
  97. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_tx/gherkin_lexer_en_tx.so +0 -0
  98. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_tx/mkmf.log +3 -1
  99. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_eo/Makefile +17 -17
  100. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_eo/gherkin_lexer_eo.o +0 -0
  101. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_eo/gherkin_lexer_eo.so +0 -0
  102. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_eo/mkmf.log +3 -1
  103. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_es/Makefile +17 -17
  104. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_es/gherkin_lexer_es.o +0 -0
  105. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_es/gherkin_lexer_es.so +0 -0
  106. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_es/mkmf.log +3 -1
  107. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_et/Makefile +17 -17
  108. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_et/gherkin_lexer_et.o +0 -0
  109. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_et/gherkin_lexer_et.so +0 -0
  110. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_et/mkmf.log +3 -1
  111. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_fi/Makefile +17 -17
  112. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_fi/gherkin_lexer_fi.o +0 -0
  113. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_fi/gherkin_lexer_fi.so +0 -0
  114. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_fi/mkmf.log +3 -1
  115. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_fr/Makefile +17 -17
  116. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_fr/gherkin_lexer_fr.o +0 -0
  117. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_fr/gherkin_lexer_fr.so +0 -0
  118. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_fr/mkmf.log +3 -1
  119. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_he/Makefile +17 -17
  120. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_he/gherkin_lexer_he.o +0 -0
  121. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_he/gherkin_lexer_he.so +0 -0
  122. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_he/mkmf.log +3 -1
  123. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_hr/Makefile +17 -17
  124. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_hr/gherkin_lexer_hr.o +0 -0
  125. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_hr/gherkin_lexer_hr.so +0 -0
  126. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_hr/mkmf.log +3 -1
  127. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_hu/Makefile +17 -17
  128. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_hu/gherkin_lexer_hu.o +0 -0
  129. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_hu/gherkin_lexer_hu.so +0 -0
  130. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_hu/mkmf.log +3 -1
  131. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_id/Makefile +17 -17
  132. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_id/gherkin_lexer_id.o +0 -0
  133. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_id/gherkin_lexer_id.so +0 -0
  134. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_id/mkmf.log +3 -1
  135. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_is/Makefile +17 -17
  136. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_is/gherkin_lexer_is.o +0 -0
  137. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_is/gherkin_lexer_is.so +0 -0
  138. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_is/mkmf.log +3 -1
  139. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_it/Makefile +17 -17
  140. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_it/gherkin_lexer_it.o +0 -0
  141. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_it/gherkin_lexer_it.so +0 -0
  142. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_it/mkmf.log +3 -1
  143. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ja/Makefile +17 -17
  144. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ja/gherkin_lexer_ja.o +0 -0
  145. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ja/gherkin_lexer_ja.so +0 -0
  146. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ja/mkmf.log +3 -1
  147. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ko/Makefile +17 -17
  148. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ko/gherkin_lexer_ko.o +0 -0
  149. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ko/gherkin_lexer_ko.so +0 -0
  150. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ko/mkmf.log +3 -1
  151. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lt/Makefile +17 -17
  152. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lt/gherkin_lexer_lt.o +0 -0
  153. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lt/gherkin_lexer_lt.so +0 -0
  154. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lt/mkmf.log +3 -1
  155. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lu/Makefile +17 -17
  156. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lu/gherkin_lexer_lu.o +0 -0
  157. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lu/gherkin_lexer_lu.so +0 -0
  158. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lu/mkmf.log +3 -1
  159. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lv/Makefile +17 -17
  160. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lv/gherkin_lexer_lv.o +0 -0
  161. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lv/gherkin_lexer_lv.so +0 -0
  162. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lv/mkmf.log +3 -1
  163. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_nl/Makefile +17 -17
  164. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_nl/gherkin_lexer_nl.o +0 -0
  165. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_nl/gherkin_lexer_nl.so +0 -0
  166. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_nl/mkmf.log +3 -1
  167. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_no/Makefile +17 -17
  168. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_no/gherkin_lexer_no.o +0 -0
  169. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_no/gherkin_lexer_no.so +0 -0
  170. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_no/mkmf.log +3 -1
  171. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_pl/Makefile +17 -17
  172. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_pl/gherkin_lexer_pl.o +0 -0
  173. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_pl/gherkin_lexer_pl.so +0 -0
  174. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_pl/mkmf.log +3 -1
  175. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_pt/Makefile +17 -17
  176. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_pt/gherkin_lexer_pt.o +0 -0
  177. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_pt/gherkin_lexer_pt.so +0 -0
  178. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_pt/mkmf.log +3 -1
  179. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ro/Makefile +17 -17
  180. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ro/gherkin_lexer_ro.o +0 -0
  181. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ro/gherkin_lexer_ro.so +0 -0
  182. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ro/mkmf.log +3 -1
  183. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ru/Makefile +17 -17
  184. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ru/gherkin_lexer_ru.o +0 -0
  185. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ru/gherkin_lexer_ru.so +0 -0
  186. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ru/mkmf.log +3 -1
  187. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sk/Makefile +17 -17
  188. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sk/gherkin_lexer_sk.o +0 -0
  189. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sk/gherkin_lexer_sk.so +0 -0
  190. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sk/mkmf.log +3 -1
  191. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sr_cyrl/Makefile +17 -17
  192. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sr_cyrl/gherkin_lexer_sr_cyrl.o +0 -0
  193. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sr_cyrl/gherkin_lexer_sr_cyrl.so +0 -0
  194. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sr_cyrl/mkmf.log +3 -1
  195. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sr_latn/Makefile +17 -17
  196. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sr_latn/gherkin_lexer_sr_latn.o +0 -0
  197. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sr_latn/gherkin_lexer_sr_latn.so +0 -0
  198. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sr_latn/mkmf.log +3 -1
  199. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sv/Makefile +17 -17
  200. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sv/gherkin_lexer_sv.o +0 -0
  201. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sv/gherkin_lexer_sv.so +0 -0
  202. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sv/mkmf.log +3 -1
  203. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_tr/Makefile +17 -17
  204. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_tr/gherkin_lexer_tr.o +0 -0
  205. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_tr/gherkin_lexer_tr.so +0 -0
  206. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_tr/mkmf.log +3 -1
  207. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_uk/Makefile +17 -17
  208. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_uk/gherkin_lexer_uk.o +0 -0
  209. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_uk/gherkin_lexer_uk.so +0 -0
  210. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_uk/mkmf.log +3 -1
  211. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_uz/Makefile +17 -17
  212. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_uz/gherkin_lexer_uz.o +0 -0
  213. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_uz/gherkin_lexer_uz.so +0 -0
  214. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_uz/mkmf.log +3 -1
  215. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_vi/Makefile +17 -17
  216. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_vi/gherkin_lexer_vi.o +0 -0
  217. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_vi/gherkin_lexer_vi.so +0 -0
  218. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_vi/mkmf.log +3 -1
  219. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_zh_cn/Makefile +17 -17
  220. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_zh_cn/gherkin_lexer_zh_cn.o +0 -0
  221. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_zh_cn/gherkin_lexer_zh_cn.so +0 -0
  222. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_zh_cn/mkmf.log +3 -1
  223. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_zh_tw/Makefile +17 -17
  224. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_zh_tw/gherkin_lexer_zh_tw.o +0 -0
  225. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_zh_tw/gherkin_lexer_zh_tw.so +0 -0
  226. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_zh_tw/mkmf.log +3 -1
  227. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_ar.so +0 -0
  228. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_bg.so +0 -0
  229. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_ca.so +0 -0
  230. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_cs.so +0 -0
  231. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_cy_gb.so +0 -0
  232. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_da.so +0 -0
  233. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_de.so +0 -0
  234. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_en.so +0 -0
  235. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_en_au.so +0 -0
  236. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_en_lol.so +0 -0
  237. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_en_pirate.so +0 -0
  238. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_en_scouse.so +0 -0
  239. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_en_tx.so +0 -0
  240. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_eo.so +0 -0
  241. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_es.so +0 -0
  242. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_et.so +0 -0
  243. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_fi.so +0 -0
  244. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_fr.so +0 -0
  245. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_he.so +0 -0
  246. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_hr.so +0 -0
  247. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_hu.so +0 -0
  248. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_id.so +0 -0
  249. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_is.so +0 -0
  250. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_it.so +0 -0
  251. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_ja.so +0 -0
  252. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_ko.so +0 -0
  253. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_lt.so +0 -0
  254. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_lu.so +0 -0
  255. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_lv.so +0 -0
  256. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_nl.so +0 -0
  257. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_no.so +0 -0
  258. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_pl.so +0 -0
  259. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_pt.so +0 -0
  260. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_ro.so +0 -0
  261. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_ru.so +0 -0
  262. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_sk.so +0 -0
  263. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_sr_cyrl.so +0 -0
  264. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_sr_latn.so +0 -0
  265. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_sv.so +0 -0
  266. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_tr.so +0 -0
  267. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_uk.so +0 -0
  268. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_uz.so +0 -0
  269. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_vi.so +0 -0
  270. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_zh_cn.so +0 -0
  271. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_zh_tw.so +0 -0
  272. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/ext/json/ext/generator/Makefile +16 -16
  273. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/ext/json/ext/generator/generator.o +0 -0
  274. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/ext/json/ext/generator/generator.so +0 -0
  275. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/ext/json/ext/json/ext/generator.so +0 -0
  276. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/ext/json/ext/json/ext/parser.so +0 -0
  277. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/ext/json/ext/parser/Makefile +16 -16
  278. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/ext/json/ext/parser/parser.o +0 -0
  279. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/ext/json/ext/parser/parser.so +0 -0
  280. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/Makefile +20 -20
  281. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/html_document.o +0 -0
  282. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/html_element_description.o +0 -0
  283. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/html_entity_lookup.o +0 -0
  284. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/html_sax_parser_context.o +0 -0
  285. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/html_sax_push_parser.o +0 -0
  286. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/mkmf.log +66 -95
  287. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/nokogiri.o +0 -0
  288. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/nokogiri.so +0 -0
  289. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_attr.o +0 -0
  290. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_attribute_decl.o +0 -0
  291. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_cdata.o +0 -0
  292. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_comment.o +0 -0
  293. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_document.o +0 -0
  294. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_document_fragment.o +0 -0
  295. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_dtd.o +0 -0
  296. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_element_content.o +0 -0
  297. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_element_decl.o +0 -0
  298. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_encoding_handler.o +0 -0
  299. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_entity_decl.o +0 -0
  300. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_entity_reference.o +0 -0
  301. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_io.o +0 -0
  302. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_libxml2_hacks.o +0 -0
  303. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_namespace.o +0 -0
  304. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_node.o +0 -0
  305. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_node_set.o +0 -0
  306. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_processing_instruction.o +0 -0
  307. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_reader.o +0 -0
  308. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_relax_ng.o +0 -0
  309. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_sax_parser.o +0 -0
  310. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_sax_parser_context.o +0 -0
  311. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_sax_push_parser.o +0 -0
  312. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_schema.o +0 -0
  313. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_syntax_error.o +0 -0
  314. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_text.o +0 -0
  315. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_xpath_context.o +0 -0
  316. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xslt_stylesheet.o +0 -0
  317. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/lib/nokogiri/nokogiri.so +0 -0
  318. data/vendor/bundle/ruby/1.8/gems/unf_ext-0.0.4/ext/unf_ext/Makefile +17 -17
  319. data/vendor/bundle/ruby/1.8/gems/unf_ext-0.0.4/ext/unf_ext/mkmf.log +4 -3
  320. data/vendor/bundle/ruby/1.8/gems/unf_ext-0.0.4/ext/unf_ext/unf.o +0 -0
  321. data/vendor/bundle/ruby/1.8/gems/unf_ext-0.0.4/ext/unf_ext/unf_ext.so +0 -0
  322. data/vendor/bundle/ruby/1.8/gems/unf_ext-0.0.4/lib/unf_ext.so +0 -0
  323. data/vendor/bundle/ruby/1.8/specifications/builder-3.0.0.gemspec +1 -1
  324. data/vendor/bundle/ruby/1.8/specifications/capybara-1.1.2.gemspec +1 -1
  325. data/vendor/bundle/ruby/1.8/specifications/capybara-celerity-0.0.1.gemspec +1 -1
  326. data/vendor/bundle/ruby/1.8/specifications/capybara-mechanize-0.3.0.gemspec +1 -1
  327. data/vendor/bundle/ruby/1.8/specifications/celerity-0.9.2.gemspec +1 -1
  328. data/vendor/bundle/ruby/1.8/specifications/childprocess-0.3.1.gemspec +1 -1
  329. data/vendor/bundle/ruby/1.8/specifications/cucumber-1.1.9.gemspec +1 -1
  330. data/vendor/bundle/ruby/1.8/specifications/diff-lcs-1.1.3.gemspec +1 -1
  331. data/vendor/bundle/ruby/1.8/specifications/domain_name-0.5.2.gemspec +1 -1
  332. data/vendor/bundle/ruby/1.8/specifications/ffi-1.0.11.gemspec +1 -1
  333. data/vendor/bundle/ruby/1.8/specifications/gherkin-2.9.3.gemspec +1 -1
  334. data/vendor/bundle/ruby/1.8/specifications/json-1.6.6.gemspec +1 -1
  335. data/vendor/bundle/ruby/1.8/specifications/mechanize-2.3.gemspec +1 -1
  336. data/vendor/bundle/ruby/1.8/specifications/mime-types-1.18.gemspec +1 -1
  337. data/vendor/bundle/ruby/1.8/specifications/multi_json-1.2.0.gemspec +1 -1
  338. data/vendor/bundle/ruby/1.8/specifications/net-http-digest_auth-1.2.gemspec +1 -1
  339. data/vendor/bundle/ruby/1.8/specifications/net-http-persistent-2.6.gemspec +1 -1
  340. data/vendor/bundle/ruby/1.8/specifications/nokogiri-1.5.2.gemspec +1 -1
  341. data/vendor/bundle/ruby/1.8/specifications/ntlm-http-0.1.1.gemspec +1 -1
  342. data/vendor/bundle/ruby/1.8/specifications/rack-1.4.1.gemspec +1 -1
  343. data/vendor/bundle/ruby/1.8/specifications/rack-test-0.6.1.gemspec +1 -1
  344. data/vendor/bundle/ruby/1.8/specifications/rake-0.9.2.2.gemspec +1 -1
  345. data/vendor/bundle/ruby/1.8/specifications/rspec-2.9.0.gemspec +1 -1
  346. data/vendor/bundle/ruby/1.8/specifications/rspec-core-2.9.0.gemspec +1 -1
  347. data/vendor/bundle/ruby/1.8/specifications/rspec-expectations-2.9.0.gemspec +1 -1
  348. data/vendor/bundle/ruby/1.8/specifications/rspec-mocks-2.9.0.gemspec +1 -1
  349. data/vendor/bundle/ruby/1.8/specifications/rubyzip-0.9.6.1.gemspec +1 -1
  350. data/vendor/bundle/ruby/1.8/specifications/selenium-webdriver-2.20.0.gemspec +1 -1
  351. data/vendor/bundle/ruby/1.8/specifications/term-ansicolor-1.0.7.gemspec +1 -1
  352. data/vendor/bundle/ruby/1.8/specifications/unf-0.0.5.gemspec +1 -1
  353. data/vendor/bundle/ruby/1.8/specifications/unf_ext-0.0.4.gemspec +1 -1
  354. data/vendor/bundle/ruby/1.8/specifications/w3c_validators-1.2.gemspec +1 -1
  355. data/vendor/bundle/ruby/1.8/specifications/webrobots-0.0.13.gemspec +1 -1
  356. data/vendor/bundle/ruby/1.8/specifications/xpath-0.1.4.gemspec +1 -1
  357. metadata +3399 -3493
  358. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/ffi_c.bundle +0 -0
  359. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/lib/ffi_c.bundle +0 -0
  360. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ar/conftest.dSYM/Contents/Info.plist +0 -20
  361. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ar/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  362. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ar/gherkin_lexer_ar.bundle +0 -0
  363. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_bg/conftest.dSYM/Contents/Info.plist +0 -20
  364. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_bg/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  365. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_bg/gherkin_lexer_bg.bundle +0 -0
  366. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ca/conftest.dSYM/Contents/Info.plist +0 -20
  367. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ca/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  368. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ca/gherkin_lexer_ca.bundle +0 -0
  369. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_cs/conftest.dSYM/Contents/Info.plist +0 -20
  370. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_cs/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  371. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_cs/gherkin_lexer_cs.bundle +0 -0
  372. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_cy_gb/conftest.dSYM/Contents/Info.plist +0 -20
  373. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_cy_gb/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  374. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_cy_gb/gherkin_lexer_cy_gb.bundle +0 -0
  375. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_da/conftest.dSYM/Contents/Info.plist +0 -20
  376. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_da/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  377. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_da/gherkin_lexer_da.bundle +0 -0
  378. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_de/conftest.dSYM/Contents/Info.plist +0 -20
  379. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_de/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  380. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_de/gherkin_lexer_de.bundle +0 -0
  381. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en/conftest.dSYM/Contents/Info.plist +0 -20
  382. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  383. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en/gherkin_lexer_en.bundle +0 -0
  384. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_au/conftest.dSYM/Contents/Info.plist +0 -20
  385. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_au/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  386. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_au/gherkin_lexer_en_au.bundle +0 -0
  387. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_lol/conftest.dSYM/Contents/Info.plist +0 -20
  388. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_lol/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  389. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_lol/gherkin_lexer_en_lol.bundle +0 -0
  390. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_pirate/conftest.dSYM/Contents/Info.plist +0 -20
  391. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_pirate/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  392. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_pirate/gherkin_lexer_en_pirate.bundle +0 -0
  393. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_scouse/conftest.dSYM/Contents/Info.plist +0 -20
  394. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_scouse/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  395. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_scouse/gherkin_lexer_en_scouse.bundle +0 -0
  396. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_tx/conftest.dSYM/Contents/Info.plist +0 -20
  397. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_tx/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  398. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_tx/gherkin_lexer_en_tx.bundle +0 -0
  399. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_eo/conftest.dSYM/Contents/Info.plist +0 -20
  400. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_eo/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  401. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_eo/gherkin_lexer_eo.bundle +0 -0
  402. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_es/conftest.dSYM/Contents/Info.plist +0 -20
  403. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_es/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  404. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_es/gherkin_lexer_es.bundle +0 -0
  405. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_et/conftest.dSYM/Contents/Info.plist +0 -20
  406. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_et/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  407. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_et/gherkin_lexer_et.bundle +0 -0
  408. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_fi/conftest.dSYM/Contents/Info.plist +0 -20
  409. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_fi/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  410. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_fi/gherkin_lexer_fi.bundle +0 -0
  411. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_fr/conftest.dSYM/Contents/Info.plist +0 -20
  412. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_fr/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  413. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_fr/gherkin_lexer_fr.bundle +0 -0
  414. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_he/conftest.dSYM/Contents/Info.plist +0 -20
  415. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_he/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  416. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_he/gherkin_lexer_he.bundle +0 -0
  417. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_hr/conftest.dSYM/Contents/Info.plist +0 -20
  418. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_hr/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  419. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_hr/gherkin_lexer_hr.bundle +0 -0
  420. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_hu/conftest.dSYM/Contents/Info.plist +0 -20
  421. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_hu/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  422. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_hu/gherkin_lexer_hu.bundle +0 -0
  423. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_id/conftest.dSYM/Contents/Info.plist +0 -20
  424. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_id/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  425. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_id/gherkin_lexer_id.bundle +0 -0
  426. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_is/conftest.dSYM/Contents/Info.plist +0 -20
  427. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_is/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  428. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_is/gherkin_lexer_is.bundle +0 -0
  429. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_it/conftest.dSYM/Contents/Info.plist +0 -20
  430. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_it/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  431. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_it/gherkin_lexer_it.bundle +0 -0
  432. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ja/conftest.dSYM/Contents/Info.plist +0 -20
  433. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ja/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  434. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ja/gherkin_lexer_ja.bundle +0 -0
  435. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ko/conftest.dSYM/Contents/Info.plist +0 -20
  436. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ko/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  437. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ko/gherkin_lexer_ko.bundle +0 -0
  438. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lt/conftest.dSYM/Contents/Info.plist +0 -20
  439. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lt/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  440. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lt/gherkin_lexer_lt.bundle +0 -0
  441. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lu/conftest.dSYM/Contents/Info.plist +0 -20
  442. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lu/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  443. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lu/gherkin_lexer_lu.bundle +0 -0
  444. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lv/conftest.dSYM/Contents/Info.plist +0 -20
  445. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lv/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  446. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lv/gherkin_lexer_lv.bundle +0 -0
  447. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_nl/conftest.dSYM/Contents/Info.plist +0 -20
  448. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_nl/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  449. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_nl/gherkin_lexer_nl.bundle +0 -0
  450. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_no/conftest.dSYM/Contents/Info.plist +0 -20
  451. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_no/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  452. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_no/gherkin_lexer_no.bundle +0 -0
  453. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_pl/conftest.dSYM/Contents/Info.plist +0 -20
  454. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_pl/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  455. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_pl/gherkin_lexer_pl.bundle +0 -0
  456. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_pt/conftest.dSYM/Contents/Info.plist +0 -20
  457. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_pt/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  458. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_pt/gherkin_lexer_pt.bundle +0 -0
  459. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ro/conftest.dSYM/Contents/Info.plist +0 -20
  460. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ro/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  461. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ro/gherkin_lexer_ro.bundle +0 -0
  462. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ru/conftest.dSYM/Contents/Info.plist +0 -20
  463. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ru/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  464. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ru/gherkin_lexer_ru.bundle +0 -0
  465. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sk/conftest.dSYM/Contents/Info.plist +0 -20
  466. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sk/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  467. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sk/gherkin_lexer_sk.bundle +0 -0
  468. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sr_cyrl/conftest.dSYM/Contents/Info.plist +0 -20
  469. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sr_cyrl/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  470. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sr_cyrl/gherkin_lexer_sr_cyrl.bundle +0 -0
  471. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sr_latn/conftest.dSYM/Contents/Info.plist +0 -20
  472. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sr_latn/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  473. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sr_latn/gherkin_lexer_sr_latn.bundle +0 -0
  474. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sv/conftest.dSYM/Contents/Info.plist +0 -20
  475. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sv/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  476. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sv/gherkin_lexer_sv.bundle +0 -0
  477. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_tr/conftest.dSYM/Contents/Info.plist +0 -20
  478. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_tr/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  479. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_tr/gherkin_lexer_tr.bundle +0 -0
  480. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_uk/conftest.dSYM/Contents/Info.plist +0 -20
  481. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_uk/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  482. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_uk/gherkin_lexer_uk.bundle +0 -0
  483. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_uz/conftest.dSYM/Contents/Info.plist +0 -20
  484. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_uz/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  485. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_uz/gherkin_lexer_uz.bundle +0 -0
  486. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_vi/conftest.dSYM/Contents/Info.plist +0 -20
  487. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_vi/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  488. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_vi/gherkin_lexer_vi.bundle +0 -0
  489. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_zh_cn/conftest.dSYM/Contents/Info.plist +0 -20
  490. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_zh_cn/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  491. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_zh_cn/gherkin_lexer_zh_cn.bundle +0 -0
  492. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_zh_tw/conftest.dSYM/Contents/Info.plist +0 -20
  493. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_zh_tw/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  494. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_zh_tw/gherkin_lexer_zh_tw.bundle +0 -0
  495. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_ar.bundle +0 -0
  496. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_bg.bundle +0 -0
  497. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_ca.bundle +0 -0
  498. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_cs.bundle +0 -0
  499. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_cy_gb.bundle +0 -0
  500. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_da.bundle +0 -0
  501. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_de.bundle +0 -0
  502. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_en.bundle +0 -0
  503. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_en_au.bundle +0 -0
  504. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_en_lol.bundle +0 -0
  505. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_en_pirate.bundle +0 -0
  506. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_en_scouse.bundle +0 -0
  507. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_en_tx.bundle +0 -0
  508. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_eo.bundle +0 -0
  509. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_es.bundle +0 -0
  510. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_et.bundle +0 -0
  511. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_fi.bundle +0 -0
  512. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_fr.bundle +0 -0
  513. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_he.bundle +0 -0
  514. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_hr.bundle +0 -0
  515. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_hu.bundle +0 -0
  516. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_id.bundle +0 -0
  517. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_is.bundle +0 -0
  518. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_it.bundle +0 -0
  519. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_ja.bundle +0 -0
  520. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_ko.bundle +0 -0
  521. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_lt.bundle +0 -0
  522. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_lu.bundle +0 -0
  523. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_lv.bundle +0 -0
  524. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_nl.bundle +0 -0
  525. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_no.bundle +0 -0
  526. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_pl.bundle +0 -0
  527. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_pt.bundle +0 -0
  528. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_ro.bundle +0 -0
  529. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_ru.bundle +0 -0
  530. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_sk.bundle +0 -0
  531. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_sr_cyrl.bundle +0 -0
  532. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_sr_latn.bundle +0 -0
  533. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_sv.bundle +0 -0
  534. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_tr.bundle +0 -0
  535. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_uk.bundle +0 -0
  536. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_uz.bundle +0 -0
  537. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_vi.bundle +0 -0
  538. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_zh_cn.bundle +0 -0
  539. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_zh_tw.bundle +0 -0
  540. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/ext/json/ext/generator/generator.bundle +0 -0
  541. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/ext/json/ext/json/ext/generator.bundle +0 -0
  542. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/ext/json/ext/json/ext/parser.bundle +0 -0
  543. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/ext/json/ext/parser/parser.bundle +0 -0
  544. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/conftest.dSYM/Contents/Info.plist +0 -20
  545. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  546. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/nokogiri.bundle +0 -0
  547. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/lib/nokogiri/nokogiri.bundle +0 -0
  548. data/vendor/bundle/ruby/1.8/gems/unf_ext-0.0.4/ext/unf_ext/conftest.dSYM/Contents/Info.plist +0 -20
  549. data/vendor/bundle/ruby/1.8/gems/unf_ext-0.0.4/ext/unf_ext/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  550. data/vendor/bundle/ruby/1.8/gems/unf_ext-0.0.4/ext/unf_ext/unf_ext.bundle +0 -0
  551. data/vendor/bundle/ruby/1.8/gems/unf_ext-0.0.4/lib/unf_ext.bundle +0 -0
@@ -4,11 +4,11 @@ SHELL = /bin/sh
4
4
  #### Start of system configuration section. ####
5
5
 
6
6
  srcdir = .
7
- topdir = /Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/1.8/i686-darwin10.8.0
7
+ topdir = /home/matt/.rvm/rubies/ruby-1.8.7-p352/lib/ruby/1.8/x86_64-linux
8
8
  hdrdir = $(topdir)
9
9
  VPATH = $(srcdir):$(topdir):$(hdrdir)
10
10
  exec_prefix = $(prefix)
11
- prefix = $(DESTDIR)/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334
11
+ prefix = $(DESTDIR)/home/matt/.rvm/rubies/ruby-1.8.7-p352
12
12
  sharedstatedir = $(prefix)/com
13
13
  mandir = $(datarootdir)/man
14
14
  psdir = $(docdir)
@@ -40,29 +40,29 @@ sitelibdir = $(sitedir)/$(ruby_version)
40
40
  CC = gcc
41
41
  LIBRUBY = $(LIBRUBY_SO)
42
42
  LIBRUBY_A = lib$(RUBY_SO_NAME)-static.a
43
- LIBRUBYARG_SHARED = -l$(RUBY_SO_NAME)
43
+ LIBRUBYARG_SHARED = -Wl,-R -Wl,$(libdir) -L$(libdir) -l$(RUBY_SO_NAME)
44
44
  LIBRUBYARG_STATIC = -l$(RUBY_SO_NAME)-static
45
45
 
46
46
  RUBY_EXTCONF_H =
47
- CFLAGS = -fno-common -g -O3 -fno-common -pipe -fno-common $(cflags) -Wall -O0 -ggdb
47
+ CFLAGS = -fPIC -g -O3 -fPIC $(cflags) -Wall -O0 -ggdb
48
48
  INCFLAGS = -I. -I$(topdir) -I$(hdrdir) -I$(srcdir)
49
49
  DEFS =
50
- CPPFLAGS = -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE $(DEFS) $(cppflags)
50
+ CPPFLAGS = $(DEFS) $(cppflags)
51
51
  CXXFLAGS = $(CFLAGS)
52
- ldflags = -L.
52
+ ldflags = -L. -rdynamic -Wl,-export-dynamic
53
53
  dldflags =
54
54
  archflag =
55
55
  DLDFLAGS = $(ldflags) $(dldflags) $(archflag)
56
- LDSHARED = cc -dynamic -bundle -undefined suppress -flat_namespace
56
+ LDSHARED = $(CC) -shared
57
57
  AR = ar
58
58
  EXEEXT =
59
59
 
60
60
  RUBY_INSTALL_NAME = ruby
61
61
  RUBY_SO_NAME = ruby
62
- arch = i686-darwin10.8.0
63
- sitearch = i686-darwin10.8.0
62
+ arch = x86_64-linux
63
+ sitearch = x86_64-linux
64
64
  ruby_version = 1.8
65
- ruby = /Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/bin/ruby
65
+ ruby = /home/matt/.rvm/rubies/ruby-1.8.7-p352/bin/ruby
66
66
  RUBY = $(ruby)
67
67
  RM = rm -f
68
68
  MAKEDIRS = mkdir -p
@@ -76,7 +76,7 @@ COPY = cp
76
76
  preload =
77
77
 
78
78
  libpath = . $(libdir)
79
- LIBPATH = -L. -L$(libdir)
79
+ LIBPATH = -L. -L$(libdir) -Wl,-R$(libdir)
80
80
  DEFFILE =
81
81
 
82
82
  CLEANFILES = mkmf.log
@@ -86,21 +86,21 @@ extout =
86
86
  extout_prefix =
87
87
  target_prefix = /json/ext
88
88
  LOCAL_LIBS =
89
- LIBS = $(LIBRUBYARG_SHARED) -ldl -lobjc
89
+ LIBS = $(LIBRUBYARG_SHARED) -lrt -ldl -lcrypt -lm -lc
90
90
  SRCS = generator.c
91
91
  OBJS = generator.o
92
92
  TARGET = generator
93
- DLLIB = $(TARGET).bundle
93
+ DLLIB = $(TARGET).so
94
94
  EXTSTATIC =
95
95
  STATIC_LIB =
96
96
 
97
97
  BINDIR = $(bindir)
98
98
  RUBYCOMMONDIR = $(sitedir)$(target_prefix)
99
- RUBYLIBDIR = /Users/robbim02/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/json-1.6.6/ext/json/ext$(target_prefix)
100
- RUBYARCHDIR = /Users/robbim02/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/json-1.6.6/ext/json/ext$(target_prefix)
99
+ RUBYLIBDIR = /home/matt/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/json-1.6.6/ext/json/ext$(target_prefix)
100
+ RUBYARCHDIR = /home/matt/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/json-1.6.6/ext/json/ext$(target_prefix)
101
101
 
102
102
  TARGET_SO = $(DLLIB)
103
- CLEANLIBS = $(TARGET).bundle $(TARGET).il? $(TARGET).tds $(TARGET).map
103
+ CLEANLIBS = $(TARGET).so $(TARGET).il? $(TARGET).tds $(TARGET).map
104
104
  CLEANOBJS = *.o *.a *.s[ol] *.pdb *.exp *.bak
105
105
 
106
106
  all: $(DLLIB)
@@ -4,11 +4,11 @@ SHELL = /bin/sh
4
4
  #### Start of system configuration section. ####
5
5
 
6
6
  srcdir = .
7
- topdir = /Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/1.8/i686-darwin10.8.0
7
+ topdir = /home/matt/.rvm/rubies/ruby-1.8.7-p352/lib/ruby/1.8/x86_64-linux
8
8
  hdrdir = $(topdir)
9
9
  VPATH = $(srcdir):$(topdir):$(hdrdir)
10
10
  exec_prefix = $(prefix)
11
- prefix = $(DESTDIR)/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334
11
+ prefix = $(DESTDIR)/home/matt/.rvm/rubies/ruby-1.8.7-p352
12
12
  sharedstatedir = $(prefix)/com
13
13
  mandir = $(datarootdir)/man
14
14
  psdir = $(docdir)
@@ -40,29 +40,29 @@ sitelibdir = $(sitedir)/$(ruby_version)
40
40
  CC = gcc
41
41
  LIBRUBY = $(LIBRUBY_SO)
42
42
  LIBRUBY_A = lib$(RUBY_SO_NAME)-static.a
43
- LIBRUBYARG_SHARED = -l$(RUBY_SO_NAME)
43
+ LIBRUBYARG_SHARED = -Wl,-R -Wl,$(libdir) -L$(libdir) -l$(RUBY_SO_NAME)
44
44
  LIBRUBYARG_STATIC = -l$(RUBY_SO_NAME)-static
45
45
 
46
46
  RUBY_EXTCONF_H =
47
- CFLAGS = -fno-common -g -O3 -fno-common -pipe -fno-common $(cflags) -Wall
47
+ CFLAGS = -fPIC -g -O3 -fPIC $(cflags) -Wall
48
48
  INCFLAGS = -I. -I$(topdir) -I$(hdrdir) -I$(srcdir)
49
49
  DEFS =
50
- CPPFLAGS = -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE $(DEFS) $(cppflags)
50
+ CPPFLAGS = $(DEFS) $(cppflags)
51
51
  CXXFLAGS = $(CFLAGS)
52
- ldflags = -L.
52
+ ldflags = -L. -rdynamic -Wl,-export-dynamic
53
53
  dldflags =
54
54
  archflag =
55
55
  DLDFLAGS = $(ldflags) $(dldflags) $(archflag)
56
- LDSHARED = cc -dynamic -bundle -undefined suppress -flat_namespace
56
+ LDSHARED = $(CC) -shared
57
57
  AR = ar
58
58
  EXEEXT =
59
59
 
60
60
  RUBY_INSTALL_NAME = ruby
61
61
  RUBY_SO_NAME = ruby
62
- arch = i686-darwin10.8.0
63
- sitearch = i686-darwin10.8.0
62
+ arch = x86_64-linux
63
+ sitearch = x86_64-linux
64
64
  ruby_version = 1.8
65
- ruby = /Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/bin/ruby
65
+ ruby = /home/matt/.rvm/rubies/ruby-1.8.7-p352/bin/ruby
66
66
  RUBY = $(ruby)
67
67
  RM = rm -f
68
68
  MAKEDIRS = mkdir -p
@@ -76,7 +76,7 @@ COPY = cp
76
76
  preload =
77
77
 
78
78
  libpath = . $(libdir)
79
- LIBPATH = -L. -L$(libdir)
79
+ LIBPATH = -L. -L$(libdir) -Wl,-R$(libdir)
80
80
  DEFFILE =
81
81
 
82
82
  CLEANFILES = mkmf.log
@@ -86,21 +86,21 @@ extout =
86
86
  extout_prefix =
87
87
  target_prefix = /json/ext
88
88
  LOCAL_LIBS =
89
- LIBS = $(LIBRUBYARG_SHARED) -ldl -lobjc
89
+ LIBS = $(LIBRUBYARG_SHARED) -lrt -ldl -lcrypt -lm -lc
90
90
  SRCS = parser.c
91
91
  OBJS = parser.o
92
92
  TARGET = parser
93
- DLLIB = $(TARGET).bundle
93
+ DLLIB = $(TARGET).so
94
94
  EXTSTATIC =
95
95
  STATIC_LIB =
96
96
 
97
97
  BINDIR = $(bindir)
98
98
  RUBYCOMMONDIR = $(sitedir)$(target_prefix)
99
- RUBYLIBDIR = /Users/robbim02/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/json-1.6.6/ext/json/ext$(target_prefix)
100
- RUBYARCHDIR = /Users/robbim02/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/json-1.6.6/ext/json/ext$(target_prefix)
99
+ RUBYLIBDIR = /home/matt/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/json-1.6.6/ext/json/ext$(target_prefix)
100
+ RUBYARCHDIR = /home/matt/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/json-1.6.6/ext/json/ext$(target_prefix)
101
101
 
102
102
  TARGET_SO = $(DLLIB)
103
- CLEANLIBS = $(TARGET).bundle $(TARGET).il? $(TARGET).tds $(TARGET).map
103
+ CLEANLIBS = $(TARGET).so $(TARGET).il? $(TARGET).tds $(TARGET).map
104
104
  CLEANOBJS = *.o *.a *.s[ol] *.pdb *.exp *.bak
105
105
 
106
106
  all: $(DLLIB)
@@ -4,11 +4,11 @@ SHELL = /bin/sh
4
4
  #### Start of system configuration section. ####
5
5
 
6
6
  srcdir = .
7
- topdir = /Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/1.8/i686-darwin10.8.0
7
+ topdir = /home/matt/.rvm/rubies/ruby-1.8.7-p352/lib/ruby/1.8/x86_64-linux
8
8
  hdrdir = $(topdir)
9
9
  VPATH = $(srcdir):$(topdir):$(hdrdir)
10
10
  exec_prefix = $(prefix)
11
- prefix = $(DESTDIR)/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334
11
+ prefix = $(DESTDIR)/home/matt/.rvm/rubies/ruby-1.8.7-p352
12
12
  sharedstatedir = $(prefix)/com
13
13
  mandir = $(datarootdir)/man
14
14
  psdir = $(docdir)
@@ -40,29 +40,29 @@ sitelibdir = $(sitedir)/$(ruby_version)
40
40
  CC = gcc
41
41
  LIBRUBY = $(LIBRUBY_SO)
42
42
  LIBRUBY_A = lib$(RUBY_SO_NAME)-static.a
43
- LIBRUBYARG_SHARED = -l$(RUBY_SO_NAME)
43
+ LIBRUBYARG_SHARED = -Wl,-R -Wl,$(libdir) -L$(libdir) -l$(RUBY_SO_NAME)
44
44
  LIBRUBYARG_STATIC = -l$(RUBY_SO_NAME)-static
45
45
 
46
46
  RUBY_EXTCONF_H =
47
- CFLAGS = -fno-common -g -O2 -fno-common -pipe -fno-common $(cflags) -g -DXP_UNIX -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline
48
- INCFLAGS = -I. -I. -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/1.8/i686-darwin10.8.0 -I.
47
+ CFLAGS = -fPIC -g -O2 -fPIC $(cflags) -g -DXP_UNIX -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline
48
+ INCFLAGS = -I. -I. -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib/ruby/1.8/x86_64-linux -I.
49
49
  DEFS =
50
- CPPFLAGS = -DHAVE_XMLHASFEATURE -DHAVE_XMLFIRSTELEMENTCHILD -DHAVE_XMLRELAXNGSETPARSERSTRUCTUREDERRORS -DHAVE_XMLRELAXNGSETPARSERSTRUCTUREDERRORS -DHAVE_XMLRELAXNGSETVALIDSTRUCTUREDERRORS -DHAVE_XMLSCHEMASETVALIDSTRUCTUREDERRORS -DHAVE_XMLSCHEMASETPARSERSTRUCTUREDERRORS -I-I-I/opt/local/include -I-I-I/usr/local/include -I-I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I-I/usr/include -I-I-I/usr/include/libxml2 -I/usr/local/Cellar/libxml2/2.7.8/include/libxml2 -I/opt/local/include/libxml2 -I/usr/local/include/libxml2 -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include/libxml2 -I-I/opt/local/include -I-I/usr/local/include -I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I/usr/include -I-I/usr/include/libxml2 -I/opt/local/include -I/usr/local/include -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I/usr/include -I/usr/include/libxml2 -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE
50
+ CPPFLAGS = -DHAVE_ICONV_OPEN -DHAVE_XMLHASFEATURE -DHAVE_XMLFIRSTELEMENTCHILD -DHAVE_XMLRELAXNGSETPARSERSTRUCTUREDERRORS -DHAVE_XMLRELAXNGSETPARSERSTRUCTUREDERRORS -DHAVE_XMLRELAXNGSETVALIDSTRUCTUREDERRORS -DHAVE_XMLSCHEMASETVALIDSTRUCTUREDERRORS -DHAVE_XMLSCHEMASETPARSERSTRUCTUREDERRORS -I-I/opt/local/include -I-I/usr/local/include -I-I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include -I-I/usr/include -I-I/usr/include/libxml2 -I/opt/local/include/libxml2 -I/usr/local/include/libxml2 -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include/libxml2 -I/opt/local/include -I/usr/local/include -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include -I/usr/include -I/usr/include/libxml2 -I/home/matt/.rvm/usr/include
51
51
  CXXFLAGS = $(CFLAGS)
52
- ldflags = -L.
52
+ ldflags = -L. -rdynamic -Wl,-export-dynamic
53
53
  dldflags =
54
54
  archflag =
55
55
  DLDFLAGS = $(ldflags) $(dldflags) $(archflag)
56
- LDSHARED = cc -dynamic -bundle -undefined suppress -flat_namespace
56
+ LDSHARED = $(CC) -shared
57
57
  AR = ar
58
58
  EXEEXT =
59
59
 
60
60
  RUBY_INSTALL_NAME = ruby
61
61
  RUBY_SO_NAME = ruby
62
- arch = i686-darwin10.8.0
63
- sitearch = i686-darwin10.8.0
62
+ arch = x86_64-linux
63
+ sitearch = x86_64-linux
64
64
  ruby_version = 1.8
65
- ruby = /Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/bin/ruby
65
+ ruby = /home/matt/.rvm/rubies/ruby-1.8.7-p352/bin/ruby
66
66
  RUBY = $(ruby)
67
67
  RM = rm -f
68
68
  MAKEDIRS = mkdir -p
@@ -75,8 +75,8 @@ COPY = cp
75
75
 
76
76
  preload =
77
77
 
78
- libpath = . $(libdir) /usr/local/Cellar/libxml2/2.7.8/lib /opt/local/lib /usr/local/lib /Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib /usr/lib
79
- LIBPATH = -L. -L$(libdir) -L/usr/local/Cellar/libxml2/2.7.8/lib -L/opt/local/lib -L/usr/local/lib -L/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib -L/usr/lib
78
+ libpath = . $(libdir) /opt/local/lib /usr/local/lib /home/matt/.rvm/rubies/ruby-1.8.7-p352/lib /usr/lib /home/matt/.rvm/usr/lib
79
+ LIBPATH = -L. -L$(libdir) -Wl,-R$(libdir) -L/opt/local/lib -Wl,-R/opt/local/lib -L/usr/local/lib -Wl,-R/usr/local/lib -L/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -Wl,-R/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -L/usr/lib -Wl,-R/usr/lib -L/home/matt/.rvm/usr/lib -Wl,-R/home/matt/.rvm/usr/lib
80
80
  DEFFILE =
81
81
 
82
82
  CLEANFILES = mkmf.log
@@ -86,21 +86,21 @@ extout =
86
86
  extout_prefix =
87
87
  target_prefix = /nokogiri
88
88
  LOCAL_LIBS =
89
- LIBS = $(LIBRUBYARG_SHARED) -lexslt -lxslt -lxml2 -liconv -ldl -lobjc
90
- SRCS = html_document.c html_element_description.c html_entity_lookup.c html_sax_parser_context.c html_sax_push_parser.c nokogiri.c xml_attr.c xml_attribute_decl.c xml_cdata.c xml_comment.c xml_document.c xml_document_fragment.c xml_dtd.c xml_element_content.c xml_element_decl.c xml_encoding_handler.c xml_entity_decl.c xml_entity_reference.c xml_io.c xml_libxml2_hacks.c xml_namespace.c xml_node.c xml_node_set.c xml_processing_instruction.c xml_reader.c xml_relax_ng.c xml_sax_parser.c xml_sax_parser_context.c xml_sax_push_parser.c xml_schema.c xml_syntax_error.c xml_text.c xml_xpath_context.c xslt_stylesheet.c
91
- OBJS = html_document.o html_element_description.o html_entity_lookup.o html_sax_parser_context.o html_sax_push_parser.o nokogiri.o xml_attr.o xml_attribute_decl.o xml_cdata.o xml_comment.o xml_document.o xml_document_fragment.o xml_dtd.o xml_element_content.o xml_element_decl.o xml_encoding_handler.o xml_entity_decl.o xml_entity_reference.o xml_io.o xml_libxml2_hacks.o xml_namespace.o xml_node.o xml_node_set.o xml_processing_instruction.o xml_reader.o xml_relax_ng.o xml_sax_parser.o xml_sax_parser_context.o xml_sax_push_parser.o xml_schema.o xml_syntax_error.o xml_text.o xml_xpath_context.o xslt_stylesheet.o
89
+ LIBS = $(LIBRUBYARG_SHARED) -lexslt -lxslt -lxml2 -lrt -ldl -lcrypt -lm -lc
90
+ SRCS = xml_schema.c xml_sax_parser.c xml_processing_instruction.c xml_element_content.c html_element_description.c html_document.c xml_comment.c xml_cdata.c xml_entity_decl.c xml_entity_reference.c xml_element_decl.c html_sax_push_parser.c xml_document_fragment.c xml_dtd.c xml_sax_parser_context.c xslt_stylesheet.c xml_sax_push_parser.c xml_libxml2_hacks.c nokogiri.c xml_reader.c html_entity_lookup.c xml_text.c xml_relax_ng.c xml_node.c xml_document.c xml_encoding_handler.c xml_attr.c html_sax_parser_context.c xml_xpath_context.c xml_namespace.c xml_node_set.c xml_attribute_decl.c xml_syntax_error.c xml_io.c
91
+ OBJS = xml_schema.o xml_sax_parser.o xml_processing_instruction.o xml_element_content.o html_element_description.o html_document.o xml_comment.o xml_cdata.o xml_entity_decl.o xml_entity_reference.o xml_element_decl.o html_sax_push_parser.o xml_document_fragment.o xml_dtd.o xml_sax_parser_context.o xslt_stylesheet.o xml_sax_push_parser.o xml_libxml2_hacks.o nokogiri.o xml_reader.o html_entity_lookup.o xml_text.o xml_relax_ng.o xml_node.o xml_document.o xml_encoding_handler.o xml_attr.o html_sax_parser_context.o xml_xpath_context.o xml_namespace.o xml_node_set.o xml_attribute_decl.o xml_syntax_error.o xml_io.o
92
92
  TARGET = nokogiri
93
- DLLIB = $(TARGET).bundle
93
+ DLLIB = $(TARGET).so
94
94
  EXTSTATIC =
95
95
  STATIC_LIB =
96
96
 
97
97
  BINDIR = $(bindir)
98
98
  RUBYCOMMONDIR = $(sitedir)$(target_prefix)
99
- RUBYLIBDIR = /Users/robbim02/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/lib$(target_prefix)
100
- RUBYARCHDIR = /Users/robbim02/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/lib$(target_prefix)
99
+ RUBYLIBDIR = /home/matt/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/lib$(target_prefix)
100
+ RUBYARCHDIR = /home/matt/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/lib$(target_prefix)
101
101
 
102
102
  TARGET_SO = $(DLLIB)
103
- CLEANLIBS = $(TARGET).bundle $(TARGET).il? $(TARGET).tds $(TARGET).map
103
+ CLEANLIBS = $(TARGET).so $(TARGET).il? $(TARGET).tds $(TARGET).map
104
104
  CLEANOBJS = *.o *.a *.s[ol] *.pdb *.exp *.bak
105
105
 
106
106
  all: $(DLLIB)
@@ -1,6 +1,6 @@
1
1
  find_header: checking for libxml/parser.h... -------------------- yes
2
2
 
3
- "gcc -E -I. -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/1.8/i686-darwin10.8.0 -I. -I-I-I/opt/local/include -I-I-I/usr/local/include -I-I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I-I/usr/include -I-I-I/usr/include/libxml2 -I/usr/local/Cellar/libxml2/2.7.8/include/libxml2 -I/opt/local/include/libxml2 -I/usr/local/include/libxml2 -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include/libxml2 -I-I/opt/local/include -I-I/usr/local/include -I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I/usr/include -I-I/usr/include/libxml2 -I/opt/local/include -I/usr/local/include -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I/usr/include -I/usr/include/libxml2 -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -g -O2 -fno-common -pipe -fno-common -g -DXP_UNIX -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -o conftest.i"
3
+ "gcc -E -I. -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib/ruby/1.8/x86_64-linux -I. -I-I/opt/local/include -I-I/usr/local/include -I-I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include -I-I/usr/include -I-I/usr/include/libxml2 -I/opt/local/include/libxml2 -I/usr/local/include/libxml2 -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include/libxml2 -I/opt/local/include -I/usr/local/include -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include -I/usr/include -I/usr/include/libxml2 -I/home/matt/.rvm/usr/include -g -O2 -fPIC -g -DXP_UNIX -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -o conftest.i"
4
4
  checked program was:
5
5
  /* begin */
6
6
  1: #include <libxml/parser.h>
@@ -10,7 +10,7 @@ checked program was:
10
10
 
11
11
  find_header: checking for libxslt/xslt.h... -------------------- yes
12
12
 
13
- "gcc -E -I. -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/1.8/i686-darwin10.8.0 -I. -I-I-I/opt/local/include -I-I-I/usr/local/include -I-I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I-I/usr/include -I-I-I/usr/include/libxml2 -I/usr/local/Cellar/libxml2/2.7.8/include/libxml2 -I/opt/local/include/libxml2 -I/usr/local/include/libxml2 -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include/libxml2 -I-I/opt/local/include -I-I/usr/local/include -I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I/usr/include -I-I/usr/include/libxml2 -I/opt/local/include -I/usr/local/include -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I/usr/include -I/usr/include/libxml2 -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -g -O2 -fno-common -pipe -fno-common -g -DXP_UNIX -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -o conftest.i"
13
+ "gcc -E -I. -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib/ruby/1.8/x86_64-linux -I. -I-I/opt/local/include -I-I/usr/local/include -I-I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include -I-I/usr/include -I-I/usr/include/libxml2 -I/opt/local/include/libxml2 -I/usr/local/include/libxml2 -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include/libxml2 -I/opt/local/include -I/usr/local/include -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include -I/usr/include -I/usr/include/libxml2 -I/home/matt/.rvm/usr/include -g -O2 -fPIC -g -DXP_UNIX -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -o conftest.i"
14
14
  checked program was:
15
15
  /* begin */
16
16
  1: #include <libxslt/xslt.h>
@@ -20,7 +20,7 @@ checked program was:
20
20
 
21
21
  find_header: checking for libexslt/exslt.h... -------------------- yes
22
22
 
23
- "gcc -E -I. -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/1.8/i686-darwin10.8.0 -I. -I-I-I/opt/local/include -I-I-I/usr/local/include -I-I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I-I/usr/include -I-I-I/usr/include/libxml2 -I/usr/local/Cellar/libxml2/2.7.8/include/libxml2 -I/opt/local/include/libxml2 -I/usr/local/include/libxml2 -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include/libxml2 -I-I/opt/local/include -I-I/usr/local/include -I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I/usr/include -I-I/usr/include/libxml2 -I/opt/local/include -I/usr/local/include -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I/usr/include -I/usr/include/libxml2 -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -g -O2 -fno-common -pipe -fno-common -g -DXP_UNIX -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -o conftest.i"
23
+ "gcc -E -I. -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib/ruby/1.8/x86_64-linux -I. -I-I/opt/local/include -I-I/usr/local/include -I-I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include -I-I/usr/include -I-I/usr/include/libxml2 -I/opt/local/include/libxml2 -I/usr/local/include/libxml2 -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include/libxml2 -I/opt/local/include -I/usr/local/include -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include -I/usr/include -I/usr/include/libxml2 -I/home/matt/.rvm/usr/include -g -O2 -fPIC -g -DXP_UNIX -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -o conftest.i"
24
24
  checked program was:
25
25
  /* begin */
26
26
  1: #include <libexslt/exslt.h>
@@ -28,40 +28,11 @@ checked program was:
28
28
 
29
29
  --------------------
30
30
 
31
- have_func: checking for iconv_open() in iconv.h... -------------------- no
31
+ have_func: checking for iconv_open() in iconv.h... -------------------- yes
32
32
 
33
- "gcc -o conftest -I. -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/1.8/i686-darwin10.8.0 -I. -I-I-I/opt/local/include -I-I-I/usr/local/include -I-I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I-I/usr/include -I-I-I/usr/include/libxml2 -I/usr/local/Cellar/libxml2/2.7.8/include/libxml2 -I/opt/local/include/libxml2 -I/usr/local/include/libxml2 -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include/libxml2 -I-I/opt/local/include -I-I/usr/local/include -I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I/usr/include -I-I/usr/include/libxml2 -I/opt/local/include -I/usr/local/include -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I/usr/include -I/usr/include/libxml2 -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -g -O2 -fno-common -pipe -fno-common -g -DXP_UNIX -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib -L/usr/local/Cellar/libxml2/2.7.8/lib -L/opt/local/lib -L/usr/local/lib -L/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib -L/usr/lib -L. -lruby-static -ldl -lobjc "
34
- Undefined symbols:
35
- "_iconv_open", referenced from:
36
- _t in ccbC0Ms8.o
37
- ld: symbol(s) not found
38
- collect2: ld returned 1 exit status
39
- checked program was:
40
- /* begin */
41
- 1: #include <iconv.h>
42
- 2:
43
- 3: /*top*/
44
- 4: int main() { return 0; }
45
- 5: int t() { void ((*volatile p)()); p = (void ((*)()))iconv_open; return 0; }
46
- /* end */
47
-
48
- "gcc -o conftest -I. -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/1.8/i686-darwin10.8.0 -I. -I-I-I/opt/local/include -I-I-I/usr/local/include -I-I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I-I/usr/include -I-I-I/usr/include/libxml2 -I/usr/local/Cellar/libxml2/2.7.8/include/libxml2 -I/opt/local/include/libxml2 -I/usr/local/include/libxml2 -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include/libxml2 -I-I/opt/local/include -I-I/usr/local/include -I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I/usr/include -I-I/usr/include/libxml2 -I/opt/local/include -I/usr/local/include -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I/usr/include -I/usr/include/libxml2 -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -g -O2 -fno-common -pipe -fno-common -g -DXP_UNIX -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib -L/usr/local/Cellar/libxml2/2.7.8/lib -L/opt/local/lib -L/usr/local/lib -L/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib -L/usr/lib -L. -lruby-static -ldl -lobjc "
33
+ "gcc -o conftest -I. -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib/ruby/1.8/x86_64-linux -I. -I-I/opt/local/include -I-I/usr/local/include -I-I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include -I-I/usr/include -I-I/usr/include/libxml2 -I/opt/local/include/libxml2 -I/usr/local/include/libxml2 -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include/libxml2 -I/opt/local/include -I/usr/local/include -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include -I/usr/include -I/usr/include/libxml2 -I/home/matt/.rvm/usr/include -g -O2 -fPIC -g -DXP_UNIX -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -Wl,-R/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -L/opt/local/lib -Wl,-R/opt/local/lib -L/usr/local/lib -Wl,-R/usr/local/lib -L/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -Wl,-R/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -L/usr/lib -Wl,-R/usr/lib -L/home/matt/.rvm/usr/lib -Wl,-R/home/matt/.rvm/usr/lib -L. -rdynamic -Wl,-export-dynamic -lruby-static -lrt -ldl -lcrypt -lm -lc "
49
34
  conftest.c: In function ‘t’:
50
- conftest.c:5: error: too few arguments to function ‘iconv_open’
51
- checked program was:
52
- /* begin */
53
- 1: #include <iconv.h>
54
- 2:
55
- 3: /*top*/
56
- 4: int main() { return 0; }
57
- 5: int t() { iconv_open(); return 0; }
58
- /* end */
59
-
60
- --------------------
61
-
62
- have_library: checking for iconv_open() in -liconv... -------------------- yes
63
-
64
- "gcc -o conftest -I. -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/1.8/i686-darwin10.8.0 -I. -I-I-I/opt/local/include -I-I-I/usr/local/include -I-I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I-I/usr/include -I-I-I/usr/include/libxml2 -I/usr/local/Cellar/libxml2/2.7.8/include/libxml2 -I/opt/local/include/libxml2 -I/usr/local/include/libxml2 -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include/libxml2 -I-I/opt/local/include -I-I/usr/local/include -I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I/usr/include -I-I/usr/include/libxml2 -I/opt/local/include -I/usr/local/include -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I/usr/include -I/usr/include/libxml2 -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -g -O2 -fno-common -pipe -fno-common -g -DXP_UNIX -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib -L/usr/local/Cellar/libxml2/2.7.8/lib -L/opt/local/lib -L/usr/local/lib -L/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib -L/usr/lib -L. -lruby-static -liconv -ldl -lobjc "
35
+ conftest.c:5:28: warning: variable ‘p’ set but not used [-Wunused-but-set-variable]
65
36
  checked program was:
66
37
  /* begin */
67
38
  1: #include <iconv.h>
@@ -75,11 +46,11 @@ checked program was:
75
46
 
76
47
  find_library: checking for xmlParseDoc() in -lxml2... -------------------- yes
77
48
 
78
- "gcc -o conftest -I. -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/1.8/i686-darwin10.8.0 -I. -I-I-I/opt/local/include -I-I-I/usr/local/include -I-I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I-I/usr/include -I-I-I/usr/include/libxml2 -I/usr/local/Cellar/libxml2/2.7.8/include/libxml2 -I/opt/local/include/libxml2 -I/usr/local/include/libxml2 -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include/libxml2 -I-I/opt/local/include -I-I/usr/local/include -I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I/usr/include -I-I/usr/include/libxml2 -I/opt/local/include -I/usr/local/include -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I/usr/include -I/usr/include/libxml2 -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -g -O2 -fno-common -pipe -fno-common -g -DXP_UNIX -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib -L/usr/local/Cellar/libxml2/2.7.8/lib -L/opt/local/lib -L/usr/local/lib -L/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib -L/usr/lib -L. -liconv -lruby-static -lxml2 -liconv -ldl -lobjc "
49
+ "gcc -o conftest -I. -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib/ruby/1.8/x86_64-linux -I. -I-I/opt/local/include -I-I/usr/local/include -I-I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include -I-I/usr/include -I-I/usr/include/libxml2 -I/opt/local/include/libxml2 -I/usr/local/include/libxml2 -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include/libxml2 -I/opt/local/include -I/usr/local/include -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include -I/usr/include -I/usr/include/libxml2 -I/home/matt/.rvm/usr/include -g -O2 -fPIC -g -DXP_UNIX -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -Wl,-R/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -L/opt/local/lib -Wl,-R/opt/local/lib -L/usr/local/lib -Wl,-R/usr/local/lib -L/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -Wl,-R/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -L/usr/lib -Wl,-R/usr/lib -L/home/matt/.rvm/usr/lib -Wl,-R/home/matt/.rvm/usr/lib -L. -rdynamic -Wl,-export-dynamic -lruby-static -lxml2 -lrt -ldl -lcrypt -lm -lc "
79
50
  conftest.c: In function ‘t’:
80
- conftest.c:3: error: ‘xmlParseDoc’ undeclared (first use in this function)
81
- conftest.c:3: error: (Each undeclared identifier is reported only once
82
- conftest.c:3: error: for each function it appears in.)
51
+ conftest.c:3:53: error: ‘xmlParseDoc’ undeclared (first use in this function)
52
+ conftest.c:3:53: note: each undeclared identifier is reported only once for each function it appears in
53
+ conftest.c:3:28: warning: variable ‘p’ set but not used [-Wunused-but-set-variable]
83
54
  checked program was:
84
55
  /* begin */
85
56
  1: /*top*/
@@ -87,9 +58,9 @@ checked program was:
87
58
  3: int t() { void ((*volatile p)()); p = (void ((*)()))xmlParseDoc; return 0; }
88
59
  /* end */
89
60
 
90
- "gcc -o conftest -I. -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/1.8/i686-darwin10.8.0 -I. -I-I-I/opt/local/include -I-I-I/usr/local/include -I-I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I-I/usr/include -I-I-I/usr/include/libxml2 -I/usr/local/Cellar/libxml2/2.7.8/include/libxml2 -I/opt/local/include/libxml2 -I/usr/local/include/libxml2 -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include/libxml2 -I-I/opt/local/include -I-I/usr/local/include -I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I/usr/include -I-I/usr/include/libxml2 -I/opt/local/include -I/usr/local/include -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I/usr/include -I/usr/include/libxml2 -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -g -O2 -fno-common -pipe -fno-common -g -DXP_UNIX -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib -L/usr/local/Cellar/libxml2/2.7.8/lib -L/opt/local/lib -L/usr/local/lib -L/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib -L/usr/lib -L. -liconv -lruby-static -lxml2 -liconv -ldl -lobjc "
61
+ "gcc -o conftest -I. -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib/ruby/1.8/x86_64-linux -I. -I-I/opt/local/include -I-I/usr/local/include -I-I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include -I-I/usr/include -I-I/usr/include/libxml2 -I/opt/local/include/libxml2 -I/usr/local/include/libxml2 -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include/libxml2 -I/opt/local/include -I/usr/local/include -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include -I/usr/include -I/usr/include/libxml2 -I/home/matt/.rvm/usr/include -g -O2 -fPIC -g -DXP_UNIX -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -Wl,-R/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -L/opt/local/lib -Wl,-R/opt/local/lib -L/usr/local/lib -Wl,-R/usr/local/lib -L/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -Wl,-R/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -L/usr/lib -Wl,-R/usr/lib -L/home/matt/.rvm/usr/lib -Wl,-R/home/matt/.rvm/usr/lib -L. -rdynamic -Wl,-export-dynamic -lruby-static -lxml2 -lrt -ldl -lcrypt -lm -lc "
91
62
  conftest.c: In function ‘t’:
92
- conftest.c:3: warning: implicit declaration of function ‘xmlParseDoc’
63
+ conftest.c:3:1: warning: implicit declaration of function ‘xmlParseDoc’ [-Wimplicit-function-declaration]
93
64
  checked program was:
94
65
  /* begin */
95
66
  1: /*top*/
@@ -101,11 +72,11 @@ checked program was:
101
72
 
102
73
  find_library: checking for xsltParseStylesheetDoc() in -lxslt... -------------------- yes
103
74
 
104
- "gcc -o conftest -I. -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/1.8/i686-darwin10.8.0 -I. -I-I-I/opt/local/include -I-I-I/usr/local/include -I-I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I-I/usr/include -I-I-I/usr/include/libxml2 -I/usr/local/Cellar/libxml2/2.7.8/include/libxml2 -I/opt/local/include/libxml2 -I/usr/local/include/libxml2 -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include/libxml2 -I-I/opt/local/include -I-I/usr/local/include -I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I/usr/include -I-I/usr/include/libxml2 -I/opt/local/include -I/usr/local/include -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I/usr/include -I/usr/include/libxml2 -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -g -O2 -fno-common -pipe -fno-common -g -DXP_UNIX -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib -L/usr/local/Cellar/libxml2/2.7.8/lib -L/opt/local/lib -L/usr/local/lib -L/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib -L/usr/lib -L. -lxml2 -liconv -lruby-static -lxslt -lxml2 -liconv -ldl -lobjc "
75
+ "gcc -o conftest -I. -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib/ruby/1.8/x86_64-linux -I. -I-I/opt/local/include -I-I/usr/local/include -I-I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include -I-I/usr/include -I-I/usr/include/libxml2 -I/opt/local/include/libxml2 -I/usr/local/include/libxml2 -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include/libxml2 -I/opt/local/include -I/usr/local/include -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include -I/usr/include -I/usr/include/libxml2 -I/home/matt/.rvm/usr/include -g -O2 -fPIC -g -DXP_UNIX -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -Wl,-R/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -L/opt/local/lib -Wl,-R/opt/local/lib -L/usr/local/lib -Wl,-R/usr/local/lib -L/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -Wl,-R/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -L/usr/lib -Wl,-R/usr/lib -L/home/matt/.rvm/usr/lib -Wl,-R/home/matt/.rvm/usr/lib -L. -rdynamic -Wl,-export-dynamic -lxml2 -lruby-static -lxslt -lxml2 -lrt -ldl -lcrypt -lm -lc "
105
76
  conftest.c: In function ‘t’:
106
- conftest.c:3: error: ‘xsltParseStylesheetDoc’ undeclared (first use in this function)
107
- conftest.c:3: error: (Each undeclared identifier is reported only once
108
- conftest.c:3: error: for each function it appears in.)
77
+ conftest.c:3:53: error: ‘xsltParseStylesheetDoc’ undeclared (first use in this function)
78
+ conftest.c:3:53: note: each undeclared identifier is reported only once for each function it appears in
79
+ conftest.c:3:28: warning: variable ‘p’ set but not used [-Wunused-but-set-variable]
109
80
  checked program was:
110
81
  /* begin */
111
82
  1: /*top*/
@@ -113,9 +84,9 @@ checked program was:
113
84
  3: int t() { void ((*volatile p)()); p = (void ((*)()))xsltParseStylesheetDoc; return 0; }
114
85
  /* end */
115
86
 
116
- "gcc -o conftest -I. -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/1.8/i686-darwin10.8.0 -I. -I-I-I/opt/local/include -I-I-I/usr/local/include -I-I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I-I/usr/include -I-I-I/usr/include/libxml2 -I/usr/local/Cellar/libxml2/2.7.8/include/libxml2 -I/opt/local/include/libxml2 -I/usr/local/include/libxml2 -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include/libxml2 -I-I/opt/local/include -I-I/usr/local/include -I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I/usr/include -I-I/usr/include/libxml2 -I/opt/local/include -I/usr/local/include -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I/usr/include -I/usr/include/libxml2 -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -g -O2 -fno-common -pipe -fno-common -g -DXP_UNIX -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib -L/usr/local/Cellar/libxml2/2.7.8/lib -L/opt/local/lib -L/usr/local/lib -L/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib -L/usr/lib -L. -lxml2 -liconv -lruby-static -lxslt -lxml2 -liconv -ldl -lobjc "
87
+ "gcc -o conftest -I. -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib/ruby/1.8/x86_64-linux -I. -I-I/opt/local/include -I-I/usr/local/include -I-I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include -I-I/usr/include -I-I/usr/include/libxml2 -I/opt/local/include/libxml2 -I/usr/local/include/libxml2 -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include/libxml2 -I/opt/local/include -I/usr/local/include -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include -I/usr/include -I/usr/include/libxml2 -I/home/matt/.rvm/usr/include -g -O2 -fPIC -g -DXP_UNIX -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -Wl,-R/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -L/opt/local/lib -Wl,-R/opt/local/lib -L/usr/local/lib -Wl,-R/usr/local/lib -L/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -Wl,-R/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -L/usr/lib -Wl,-R/usr/lib -L/home/matt/.rvm/usr/lib -Wl,-R/home/matt/.rvm/usr/lib -L. -rdynamic -Wl,-export-dynamic -lxml2 -lruby-static -lxslt -lxml2 -lrt -ldl -lcrypt -lm -lc "
117
88
  conftest.c: In function ‘t’:
118
- conftest.c:3: warning: implicit declaration of function ‘xsltParseStylesheetDoc’
89
+ conftest.c:3:1: warning: implicit declaration of function ‘xsltParseStylesheetDoc’ [-Wimplicit-function-declaration]
119
90
  checked program was:
120
91
  /* begin */
121
92
  1: /*top*/
@@ -127,11 +98,11 @@ checked program was:
127
98
 
128
99
  find_library: checking for exsltFuncRegister() in -lexslt... -------------------- yes
129
100
 
130
- "gcc -o conftest -I. -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/1.8/i686-darwin10.8.0 -I. -I-I-I/opt/local/include -I-I-I/usr/local/include -I-I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I-I/usr/include -I-I-I/usr/include/libxml2 -I/usr/local/Cellar/libxml2/2.7.8/include/libxml2 -I/opt/local/include/libxml2 -I/usr/local/include/libxml2 -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include/libxml2 -I-I/opt/local/include -I-I/usr/local/include -I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I/usr/include -I-I/usr/include/libxml2 -I/opt/local/include -I/usr/local/include -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I/usr/include -I/usr/include/libxml2 -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -g -O2 -fno-common -pipe -fno-common -g -DXP_UNIX -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib -L/usr/local/Cellar/libxml2/2.7.8/lib -L/opt/local/lib -L/usr/local/lib -L/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib -L/usr/lib -L. -lxslt -lxml2 -liconv -lruby-static -lexslt -lxslt -lxml2 -liconv -ldl -lobjc "
101
+ "gcc -o conftest -I. -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib/ruby/1.8/x86_64-linux -I. -I-I/opt/local/include -I-I/usr/local/include -I-I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include -I-I/usr/include -I-I/usr/include/libxml2 -I/opt/local/include/libxml2 -I/usr/local/include/libxml2 -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include/libxml2 -I/opt/local/include -I/usr/local/include -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include -I/usr/include -I/usr/include/libxml2 -I/home/matt/.rvm/usr/include -g -O2 -fPIC -g -DXP_UNIX -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -Wl,-R/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -L/opt/local/lib -Wl,-R/opt/local/lib -L/usr/local/lib -Wl,-R/usr/local/lib -L/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -Wl,-R/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -L/usr/lib -Wl,-R/usr/lib -L/home/matt/.rvm/usr/lib -Wl,-R/home/matt/.rvm/usr/lib -L. -rdynamic -Wl,-export-dynamic -lxslt -lxml2 -lruby-static -lexslt -lxslt -lxml2 -lrt -ldl -lcrypt -lm -lc "
131
102
  conftest.c: In function ‘t’:
132
- conftest.c:3: error: ‘exsltFuncRegister’ undeclared (first use in this function)
133
- conftest.c:3: error: (Each undeclared identifier is reported only once
134
- conftest.c:3: error: for each function it appears in.)
103
+ conftest.c:3:53: error: ‘exsltFuncRegister’ undeclared (first use in this function)
104
+ conftest.c:3:53: note: each undeclared identifier is reported only once for each function it appears in
105
+ conftest.c:3:28: warning: variable ‘p’ set but not used [-Wunused-but-set-variable]
135
106
  checked program was:
136
107
  /* begin */
137
108
  1: /*top*/
@@ -139,9 +110,9 @@ checked program was:
139
110
  3: int t() { void ((*volatile p)()); p = (void ((*)()))exsltFuncRegister; return 0; }
140
111
  /* end */
141
112
 
142
- "gcc -o conftest -I. -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/1.8/i686-darwin10.8.0 -I. -I-I-I/opt/local/include -I-I-I/usr/local/include -I-I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I-I/usr/include -I-I-I/usr/include/libxml2 -I/usr/local/Cellar/libxml2/2.7.8/include/libxml2 -I/opt/local/include/libxml2 -I/usr/local/include/libxml2 -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include/libxml2 -I-I/opt/local/include -I-I/usr/local/include -I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I/usr/include -I-I/usr/include/libxml2 -I/opt/local/include -I/usr/local/include -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I/usr/include -I/usr/include/libxml2 -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -g -O2 -fno-common -pipe -fno-common -g -DXP_UNIX -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib -L/usr/local/Cellar/libxml2/2.7.8/lib -L/opt/local/lib -L/usr/local/lib -L/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib -L/usr/lib -L. -lxslt -lxml2 -liconv -lruby-static -lexslt -lxslt -lxml2 -liconv -ldl -lobjc "
113
+ "gcc -o conftest -I. -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib/ruby/1.8/x86_64-linux -I. -I-I/opt/local/include -I-I/usr/local/include -I-I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include -I-I/usr/include -I-I/usr/include/libxml2 -I/opt/local/include/libxml2 -I/usr/local/include/libxml2 -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include/libxml2 -I/opt/local/include -I/usr/local/include -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include -I/usr/include -I/usr/include/libxml2 -I/home/matt/.rvm/usr/include -g -O2 -fPIC -g -DXP_UNIX -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -Wl,-R/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -L/opt/local/lib -Wl,-R/opt/local/lib -L/usr/local/lib -Wl,-R/usr/local/lib -L/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -Wl,-R/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -L/usr/lib -Wl,-R/usr/lib -L/home/matt/.rvm/usr/lib -Wl,-R/home/matt/.rvm/usr/lib -L. -rdynamic -Wl,-export-dynamic -lxslt -lxml2 -lruby-static -lexslt -lxslt -lxml2 -lrt -ldl -lcrypt -lm -lc "
143
114
  conftest.c: In function ‘t’:
144
- conftest.c:3: warning: implicit declaration of function ‘exsltFuncRegister’
115
+ conftest.c:3:1: warning: implicit declaration of function ‘exsltFuncRegister’ [-Wimplicit-function-declaration]
145
116
  checked program was:
146
117
  /* begin */
147
118
  1: /*top*/
@@ -153,11 +124,11 @@ checked program was:
153
124
 
154
125
  have_func: checking for xmlHasFeature()... -------------------- yes
155
126
 
156
- "gcc -o conftest -I. -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/1.8/i686-darwin10.8.0 -I. -I-I-I/opt/local/include -I-I-I/usr/local/include -I-I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I-I/usr/include -I-I-I/usr/include/libxml2 -I/usr/local/Cellar/libxml2/2.7.8/include/libxml2 -I/opt/local/include/libxml2 -I/usr/local/include/libxml2 -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include/libxml2 -I-I/opt/local/include -I-I/usr/local/include -I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I/usr/include -I-I/usr/include/libxml2 -I/opt/local/include -I/usr/local/include -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I/usr/include -I/usr/include/libxml2 -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -g -O2 -fno-common -pipe -fno-common -g -DXP_UNIX -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib -L/usr/local/Cellar/libxml2/2.7.8/lib -L/opt/local/lib -L/usr/local/lib -L/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib -L/usr/lib -L. -lexslt -lxslt -lxml2 -liconv -lruby-static -lexslt -lxslt -lxml2 -liconv -ldl -lobjc "
127
+ "gcc -o conftest -I. -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib/ruby/1.8/x86_64-linux -I. -I-I/opt/local/include -I-I/usr/local/include -I-I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include -I-I/usr/include -I-I/usr/include/libxml2 -I/opt/local/include/libxml2 -I/usr/local/include/libxml2 -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include/libxml2 -I/opt/local/include -I/usr/local/include -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include -I/usr/include -I/usr/include/libxml2 -I/home/matt/.rvm/usr/include -g -O2 -fPIC -g -DXP_UNIX -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -Wl,-R/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -L/opt/local/lib -Wl,-R/opt/local/lib -L/usr/local/lib -Wl,-R/usr/local/lib -L/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -Wl,-R/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -L/usr/lib -Wl,-R/usr/lib -L/home/matt/.rvm/usr/lib -Wl,-R/home/matt/.rvm/usr/lib -L. -rdynamic -Wl,-export-dynamic -lexslt -lxslt -lxml2 -lruby-static -lexslt -lxslt -lxml2 -lrt -ldl -lcrypt -lm -lc "
157
128
  conftest.c: In function ‘t’:
158
- conftest.c:3: error: ‘xmlHasFeature’ undeclared (first use in this function)
159
- conftest.c:3: error: (Each undeclared identifier is reported only once
160
- conftest.c:3: error: for each function it appears in.)
129
+ conftest.c:3:53: error: ‘xmlHasFeature’ undeclared (first use in this function)
130
+ conftest.c:3:53: note: each undeclared identifier is reported only once for each function it appears in
131
+ conftest.c:3:28: warning: variable ‘p’ set but not used [-Wunused-but-set-variable]
161
132
  checked program was:
162
133
  /* begin */
163
134
  1: /*top*/
@@ -165,9 +136,9 @@ checked program was:
165
136
  3: int t() { void ((*volatile p)()); p = (void ((*)()))xmlHasFeature; return 0; }
166
137
  /* end */
167
138
 
168
- "gcc -o conftest -I. -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/1.8/i686-darwin10.8.0 -I. -I-I-I/opt/local/include -I-I-I/usr/local/include -I-I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I-I/usr/include -I-I-I/usr/include/libxml2 -I/usr/local/Cellar/libxml2/2.7.8/include/libxml2 -I/opt/local/include/libxml2 -I/usr/local/include/libxml2 -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include/libxml2 -I-I/opt/local/include -I-I/usr/local/include -I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I/usr/include -I-I/usr/include/libxml2 -I/opt/local/include -I/usr/local/include -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I/usr/include -I/usr/include/libxml2 -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -g -O2 -fno-common -pipe -fno-common -g -DXP_UNIX -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib -L/usr/local/Cellar/libxml2/2.7.8/lib -L/opt/local/lib -L/usr/local/lib -L/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib -L/usr/lib -L. -lexslt -lxslt -lxml2 -liconv -lruby-static -lexslt -lxslt -lxml2 -liconv -ldl -lobjc "
139
+ "gcc -o conftest -I. -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib/ruby/1.8/x86_64-linux -I. -I-I/opt/local/include -I-I/usr/local/include -I-I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include -I-I/usr/include -I-I/usr/include/libxml2 -I/opt/local/include/libxml2 -I/usr/local/include/libxml2 -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include/libxml2 -I/opt/local/include -I/usr/local/include -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include -I/usr/include -I/usr/include/libxml2 -I/home/matt/.rvm/usr/include -g -O2 -fPIC -g -DXP_UNIX -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -Wl,-R/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -L/opt/local/lib -Wl,-R/opt/local/lib -L/usr/local/lib -Wl,-R/usr/local/lib -L/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -Wl,-R/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -L/usr/lib -Wl,-R/usr/lib -L/home/matt/.rvm/usr/lib -Wl,-R/home/matt/.rvm/usr/lib -L. -rdynamic -Wl,-export-dynamic -lexslt -lxslt -lxml2 -lruby-static -lexslt -lxslt -lxml2 -lrt -ldl -lcrypt -lm -lc "
169
140
  conftest.c: In function ‘t’:
170
- conftest.c:3: warning: implicit declaration of function ‘xmlHasFeature’
141
+ conftest.c:3:1: warning: implicit declaration of function ‘xmlHasFeature’ [-Wimplicit-function-declaration]
171
142
  checked program was:
172
143
  /* begin */
173
144
  1: /*top*/
@@ -179,11 +150,11 @@ checked program was:
179
150
 
180
151
  have_func: checking for xmlFirstElementChild()... -------------------- yes
181
152
 
182
- "gcc -o conftest -I. -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/1.8/i686-darwin10.8.0 -I. -I-I-I/opt/local/include -I-I-I/usr/local/include -I-I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I-I/usr/include -I-I-I/usr/include/libxml2 -I/usr/local/Cellar/libxml2/2.7.8/include/libxml2 -I/opt/local/include/libxml2 -I/usr/local/include/libxml2 -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include/libxml2 -I-I/opt/local/include -I-I/usr/local/include -I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I/usr/include -I-I/usr/include/libxml2 -I/opt/local/include -I/usr/local/include -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I/usr/include -I/usr/include/libxml2 -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -g -O2 -fno-common -pipe -fno-common -g -DXP_UNIX -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib -L/usr/local/Cellar/libxml2/2.7.8/lib -L/opt/local/lib -L/usr/local/lib -L/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib -L/usr/lib -L. -lexslt -lxslt -lxml2 -liconv -lruby-static -lexslt -lxslt -lxml2 -liconv -ldl -lobjc "
153
+ "gcc -o conftest -I. -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib/ruby/1.8/x86_64-linux -I. -I-I/opt/local/include -I-I/usr/local/include -I-I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include -I-I/usr/include -I-I/usr/include/libxml2 -I/opt/local/include/libxml2 -I/usr/local/include/libxml2 -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include/libxml2 -I/opt/local/include -I/usr/local/include -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include -I/usr/include -I/usr/include/libxml2 -I/home/matt/.rvm/usr/include -g -O2 -fPIC -g -DXP_UNIX -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -Wl,-R/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -L/opt/local/lib -Wl,-R/opt/local/lib -L/usr/local/lib -Wl,-R/usr/local/lib -L/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -Wl,-R/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -L/usr/lib -Wl,-R/usr/lib -L/home/matt/.rvm/usr/lib -Wl,-R/home/matt/.rvm/usr/lib -L. -rdynamic -Wl,-export-dynamic -lexslt -lxslt -lxml2 -lruby-static -lexslt -lxslt -lxml2 -lrt -ldl -lcrypt -lm -lc "
183
154
  conftest.c: In function ‘t’:
184
- conftest.c:3: error: ‘xmlFirstElementChild’ undeclared (first use in this function)
185
- conftest.c:3: error: (Each undeclared identifier is reported only once
186
- conftest.c:3: error: for each function it appears in.)
155
+ conftest.c:3:53: error: ‘xmlFirstElementChild’ undeclared (first use in this function)
156
+ conftest.c:3:53: note: each undeclared identifier is reported only once for each function it appears in
157
+ conftest.c:3:28: warning: variable ‘p’ set but not used [-Wunused-but-set-variable]
187
158
  checked program was:
188
159
  /* begin */
189
160
  1: /*top*/
@@ -191,9 +162,9 @@ checked program was:
191
162
  3: int t() { void ((*volatile p)()); p = (void ((*)()))xmlFirstElementChild; return 0; }
192
163
  /* end */
193
164
 
194
- "gcc -o conftest -I. -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/1.8/i686-darwin10.8.0 -I. -I-I-I/opt/local/include -I-I-I/usr/local/include -I-I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I-I/usr/include -I-I-I/usr/include/libxml2 -I/usr/local/Cellar/libxml2/2.7.8/include/libxml2 -I/opt/local/include/libxml2 -I/usr/local/include/libxml2 -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include/libxml2 -I-I/opt/local/include -I-I/usr/local/include -I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I/usr/include -I-I/usr/include/libxml2 -I/opt/local/include -I/usr/local/include -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I/usr/include -I/usr/include/libxml2 -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -g -O2 -fno-common -pipe -fno-common -g -DXP_UNIX -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib -L/usr/local/Cellar/libxml2/2.7.8/lib -L/opt/local/lib -L/usr/local/lib -L/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib -L/usr/lib -L. -lexslt -lxslt -lxml2 -liconv -lruby-static -lexslt -lxslt -lxml2 -liconv -ldl -lobjc "
165
+ "gcc -o conftest -I. -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib/ruby/1.8/x86_64-linux -I. -I-I/opt/local/include -I-I/usr/local/include -I-I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include -I-I/usr/include -I-I/usr/include/libxml2 -I/opt/local/include/libxml2 -I/usr/local/include/libxml2 -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include/libxml2 -I/opt/local/include -I/usr/local/include -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include -I/usr/include -I/usr/include/libxml2 -I/home/matt/.rvm/usr/include -g -O2 -fPIC -g -DXP_UNIX -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -Wl,-R/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -L/opt/local/lib -Wl,-R/opt/local/lib -L/usr/local/lib -Wl,-R/usr/local/lib -L/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -Wl,-R/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -L/usr/lib -Wl,-R/usr/lib -L/home/matt/.rvm/usr/lib -Wl,-R/home/matt/.rvm/usr/lib -L. -rdynamic -Wl,-export-dynamic -lexslt -lxslt -lxml2 -lruby-static -lexslt -lxslt -lxml2 -lrt -ldl -lcrypt -lm -lc "
195
166
  conftest.c: In function ‘t’:
196
- conftest.c:3: warning: implicit declaration of function ‘xmlFirstElementChild’
167
+ conftest.c:3:1: warning: implicit declaration of function ‘xmlFirstElementChild’ [-Wimplicit-function-declaration]
197
168
  checked program was:
198
169
  /* begin */
199
170
  1: /*top*/
@@ -205,11 +176,11 @@ checked program was:
205
176
 
206
177
  have_func: checking for xmlRelaxNGSetParserStructuredErrors()... -------------------- yes
207
178
 
208
- "gcc -o conftest -I. -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/1.8/i686-darwin10.8.0 -I. -I-I-I/opt/local/include -I-I-I/usr/local/include -I-I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I-I/usr/include -I-I-I/usr/include/libxml2 -I/usr/local/Cellar/libxml2/2.7.8/include/libxml2 -I/opt/local/include/libxml2 -I/usr/local/include/libxml2 -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include/libxml2 -I-I/opt/local/include -I-I/usr/local/include -I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I/usr/include -I-I/usr/include/libxml2 -I/opt/local/include -I/usr/local/include -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I/usr/include -I/usr/include/libxml2 -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -g -O2 -fno-common -pipe -fno-common -g -DXP_UNIX -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib -L/usr/local/Cellar/libxml2/2.7.8/lib -L/opt/local/lib -L/usr/local/lib -L/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib -L/usr/lib -L. -lexslt -lxslt -lxml2 -liconv -lruby-static -lexslt -lxslt -lxml2 -liconv -ldl -lobjc "
179
+ "gcc -o conftest -I. -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib/ruby/1.8/x86_64-linux -I. -I-I/opt/local/include -I-I/usr/local/include -I-I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include -I-I/usr/include -I-I/usr/include/libxml2 -I/opt/local/include/libxml2 -I/usr/local/include/libxml2 -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include/libxml2 -I/opt/local/include -I/usr/local/include -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include -I/usr/include -I/usr/include/libxml2 -I/home/matt/.rvm/usr/include -g -O2 -fPIC -g -DXP_UNIX -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -Wl,-R/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -L/opt/local/lib -Wl,-R/opt/local/lib -L/usr/local/lib -Wl,-R/usr/local/lib -L/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -Wl,-R/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -L/usr/lib -Wl,-R/usr/lib -L/home/matt/.rvm/usr/lib -Wl,-R/home/matt/.rvm/usr/lib -L. -rdynamic -Wl,-export-dynamic -lexslt -lxslt -lxml2 -lruby-static -lexslt -lxslt -lxml2 -lrt -ldl -lcrypt -lm -lc "
209
180
  conftest.c: In function ‘t’:
210
- conftest.c:3: error: ‘xmlRelaxNGSetParserStructuredErrors’ undeclared (first use in this function)
211
- conftest.c:3: error: (Each undeclared identifier is reported only once
212
- conftest.c:3: error: for each function it appears in.)
181
+ conftest.c:3:53: error: ‘xmlRelaxNGSetParserStructuredErrors’ undeclared (first use in this function)
182
+ conftest.c:3:53: note: each undeclared identifier is reported only once for each function it appears in
183
+ conftest.c:3:28: warning: variable ‘p’ set but not used [-Wunused-but-set-variable]
213
184
  checked program was:
214
185
  /* begin */
215
186
  1: /*top*/
@@ -217,9 +188,9 @@ checked program was:
217
188
  3: int t() { void ((*volatile p)()); p = (void ((*)()))xmlRelaxNGSetParserStructuredErrors; return 0; }
218
189
  /* end */
219
190
 
220
- "gcc -o conftest -I. -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/1.8/i686-darwin10.8.0 -I. -I-I-I/opt/local/include -I-I-I/usr/local/include -I-I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I-I/usr/include -I-I-I/usr/include/libxml2 -I/usr/local/Cellar/libxml2/2.7.8/include/libxml2 -I/opt/local/include/libxml2 -I/usr/local/include/libxml2 -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include/libxml2 -I-I/opt/local/include -I-I/usr/local/include -I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I/usr/include -I-I/usr/include/libxml2 -I/opt/local/include -I/usr/local/include -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I/usr/include -I/usr/include/libxml2 -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -g -O2 -fno-common -pipe -fno-common -g -DXP_UNIX -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib -L/usr/local/Cellar/libxml2/2.7.8/lib -L/opt/local/lib -L/usr/local/lib -L/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib -L/usr/lib -L. -lexslt -lxslt -lxml2 -liconv -lruby-static -lexslt -lxslt -lxml2 -liconv -ldl -lobjc "
191
+ "gcc -o conftest -I. -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib/ruby/1.8/x86_64-linux -I. -I-I/opt/local/include -I-I/usr/local/include -I-I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include -I-I/usr/include -I-I/usr/include/libxml2 -I/opt/local/include/libxml2 -I/usr/local/include/libxml2 -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include/libxml2 -I/opt/local/include -I/usr/local/include -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include -I/usr/include -I/usr/include/libxml2 -I/home/matt/.rvm/usr/include -g -O2 -fPIC -g -DXP_UNIX -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -Wl,-R/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -L/opt/local/lib -Wl,-R/opt/local/lib -L/usr/local/lib -Wl,-R/usr/local/lib -L/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -Wl,-R/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -L/usr/lib -Wl,-R/usr/lib -L/home/matt/.rvm/usr/lib -Wl,-R/home/matt/.rvm/usr/lib -L. -rdynamic -Wl,-export-dynamic -lexslt -lxslt -lxml2 -lruby-static -lexslt -lxslt -lxml2 -lrt -ldl -lcrypt -lm -lc "
221
192
  conftest.c: In function ‘t’:
222
- conftest.c:3: warning: implicit declaration of function ‘xmlRelaxNGSetParserStructuredErrors’
193
+ conftest.c:3:1: warning: implicit declaration of function ‘xmlRelaxNGSetParserStructuredErrors’ [-Wimplicit-function-declaration]
223
194
  checked program was:
224
195
  /* begin */
225
196
  1: /*top*/
@@ -231,11 +202,11 @@ checked program was:
231
202
 
232
203
  have_func: checking for xmlRelaxNGSetParserStructuredErrors()... -------------------- yes
233
204
 
234
- "gcc -o conftest -I. -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/1.8/i686-darwin10.8.0 -I. -I-I-I/opt/local/include -I-I-I/usr/local/include -I-I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I-I/usr/include -I-I-I/usr/include/libxml2 -I/usr/local/Cellar/libxml2/2.7.8/include/libxml2 -I/opt/local/include/libxml2 -I/usr/local/include/libxml2 -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include/libxml2 -I-I/opt/local/include -I-I/usr/local/include -I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I/usr/include -I-I/usr/include/libxml2 -I/opt/local/include -I/usr/local/include -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I/usr/include -I/usr/include/libxml2 -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -g -O2 -fno-common -pipe -fno-common -g -DXP_UNIX -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib -L/usr/local/Cellar/libxml2/2.7.8/lib -L/opt/local/lib -L/usr/local/lib -L/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib -L/usr/lib -L. -lexslt -lxslt -lxml2 -liconv -lruby-static -lexslt -lxslt -lxml2 -liconv -ldl -lobjc "
205
+ "gcc -o conftest -I. -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib/ruby/1.8/x86_64-linux -I. -I-I/opt/local/include -I-I/usr/local/include -I-I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include -I-I/usr/include -I-I/usr/include/libxml2 -I/opt/local/include/libxml2 -I/usr/local/include/libxml2 -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include/libxml2 -I/opt/local/include -I/usr/local/include -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include -I/usr/include -I/usr/include/libxml2 -I/home/matt/.rvm/usr/include -g -O2 -fPIC -g -DXP_UNIX -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -Wl,-R/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -L/opt/local/lib -Wl,-R/opt/local/lib -L/usr/local/lib -Wl,-R/usr/local/lib -L/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -Wl,-R/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -L/usr/lib -Wl,-R/usr/lib -L/home/matt/.rvm/usr/lib -Wl,-R/home/matt/.rvm/usr/lib -L. -rdynamic -Wl,-export-dynamic -lexslt -lxslt -lxml2 -lruby-static -lexslt -lxslt -lxml2 -lrt -ldl -lcrypt -lm -lc "
235
206
  conftest.c: In function ‘t’:
236
- conftest.c:3: error: ‘xmlRelaxNGSetParserStructuredErrors’ undeclared (first use in this function)
237
- conftest.c:3: error: (Each undeclared identifier is reported only once
238
- conftest.c:3: error: for each function it appears in.)
207
+ conftest.c:3:53: error: ‘xmlRelaxNGSetParserStructuredErrors’ undeclared (first use in this function)
208
+ conftest.c:3:53: note: each undeclared identifier is reported only once for each function it appears in
209
+ conftest.c:3:28: warning: variable ‘p’ set but not used [-Wunused-but-set-variable]
239
210
  checked program was:
240
211
  /* begin */
241
212
  1: /*top*/
@@ -243,9 +214,9 @@ checked program was:
243
214
  3: int t() { void ((*volatile p)()); p = (void ((*)()))xmlRelaxNGSetParserStructuredErrors; return 0; }
244
215
  /* end */
245
216
 
246
- "gcc -o conftest -I. -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/1.8/i686-darwin10.8.0 -I. -I-I-I/opt/local/include -I-I-I/usr/local/include -I-I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I-I/usr/include -I-I-I/usr/include/libxml2 -I/usr/local/Cellar/libxml2/2.7.8/include/libxml2 -I/opt/local/include/libxml2 -I/usr/local/include/libxml2 -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include/libxml2 -I-I/opt/local/include -I-I/usr/local/include -I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I/usr/include -I-I/usr/include/libxml2 -I/opt/local/include -I/usr/local/include -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I/usr/include -I/usr/include/libxml2 -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -g -O2 -fno-common -pipe -fno-common -g -DXP_UNIX -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib -L/usr/local/Cellar/libxml2/2.7.8/lib -L/opt/local/lib -L/usr/local/lib -L/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib -L/usr/lib -L. -lexslt -lxslt -lxml2 -liconv -lruby-static -lexslt -lxslt -lxml2 -liconv -ldl -lobjc "
217
+ "gcc -o conftest -I. -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib/ruby/1.8/x86_64-linux -I. -I-I/opt/local/include -I-I/usr/local/include -I-I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include -I-I/usr/include -I-I/usr/include/libxml2 -I/opt/local/include/libxml2 -I/usr/local/include/libxml2 -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include/libxml2 -I/opt/local/include -I/usr/local/include -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include -I/usr/include -I/usr/include/libxml2 -I/home/matt/.rvm/usr/include -g -O2 -fPIC -g -DXP_UNIX -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -Wl,-R/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -L/opt/local/lib -Wl,-R/opt/local/lib -L/usr/local/lib -Wl,-R/usr/local/lib -L/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -Wl,-R/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -L/usr/lib -Wl,-R/usr/lib -L/home/matt/.rvm/usr/lib -Wl,-R/home/matt/.rvm/usr/lib -L. -rdynamic -Wl,-export-dynamic -lexslt -lxslt -lxml2 -lruby-static -lexslt -lxslt -lxml2 -lrt -ldl -lcrypt -lm -lc "
247
218
  conftest.c: In function ‘t’:
248
- conftest.c:3: warning: implicit declaration of function ‘xmlRelaxNGSetParserStructuredErrors’
219
+ conftest.c:3:1: warning: implicit declaration of function ‘xmlRelaxNGSetParserStructuredErrors’ [-Wimplicit-function-declaration]
249
220
  checked program was:
250
221
  /* begin */
251
222
  1: /*top*/
@@ -257,11 +228,11 @@ checked program was:
257
228
 
258
229
  have_func: checking for xmlRelaxNGSetValidStructuredErrors()... -------------------- yes
259
230
 
260
- "gcc -o conftest -I. -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/1.8/i686-darwin10.8.0 -I. -I-I-I/opt/local/include -I-I-I/usr/local/include -I-I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I-I/usr/include -I-I-I/usr/include/libxml2 -I/usr/local/Cellar/libxml2/2.7.8/include/libxml2 -I/opt/local/include/libxml2 -I/usr/local/include/libxml2 -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include/libxml2 -I-I/opt/local/include -I-I/usr/local/include -I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I/usr/include -I-I/usr/include/libxml2 -I/opt/local/include -I/usr/local/include -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I/usr/include -I/usr/include/libxml2 -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -g -O2 -fno-common -pipe -fno-common -g -DXP_UNIX -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib -L/usr/local/Cellar/libxml2/2.7.8/lib -L/opt/local/lib -L/usr/local/lib -L/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib -L/usr/lib -L. -lexslt -lxslt -lxml2 -liconv -lruby-static -lexslt -lxslt -lxml2 -liconv -ldl -lobjc "
231
+ "gcc -o conftest -I. -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib/ruby/1.8/x86_64-linux -I. -I-I/opt/local/include -I-I/usr/local/include -I-I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include -I-I/usr/include -I-I/usr/include/libxml2 -I/opt/local/include/libxml2 -I/usr/local/include/libxml2 -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include/libxml2 -I/opt/local/include -I/usr/local/include -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include -I/usr/include -I/usr/include/libxml2 -I/home/matt/.rvm/usr/include -g -O2 -fPIC -g -DXP_UNIX -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -Wl,-R/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -L/opt/local/lib -Wl,-R/opt/local/lib -L/usr/local/lib -Wl,-R/usr/local/lib -L/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -Wl,-R/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -L/usr/lib -Wl,-R/usr/lib -L/home/matt/.rvm/usr/lib -Wl,-R/home/matt/.rvm/usr/lib -L. -rdynamic -Wl,-export-dynamic -lexslt -lxslt -lxml2 -lruby-static -lexslt -lxslt -lxml2 -lrt -ldl -lcrypt -lm -lc "
261
232
  conftest.c: In function ‘t’:
262
- conftest.c:3: error: ‘xmlRelaxNGSetValidStructuredErrors’ undeclared (first use in this function)
263
- conftest.c:3: error: (Each undeclared identifier is reported only once
264
- conftest.c:3: error: for each function it appears in.)
233
+ conftest.c:3:53: error: ‘xmlRelaxNGSetValidStructuredErrors’ undeclared (first use in this function)
234
+ conftest.c:3:53: note: each undeclared identifier is reported only once for each function it appears in
235
+ conftest.c:3:28: warning: variable ‘p’ set but not used [-Wunused-but-set-variable]
265
236
  checked program was:
266
237
  /* begin */
267
238
  1: /*top*/
@@ -269,9 +240,9 @@ checked program was:
269
240
  3: int t() { void ((*volatile p)()); p = (void ((*)()))xmlRelaxNGSetValidStructuredErrors; return 0; }
270
241
  /* end */
271
242
 
272
- "gcc -o conftest -I. -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/1.8/i686-darwin10.8.0 -I. -I-I-I/opt/local/include -I-I-I/usr/local/include -I-I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I-I/usr/include -I-I-I/usr/include/libxml2 -I/usr/local/Cellar/libxml2/2.7.8/include/libxml2 -I/opt/local/include/libxml2 -I/usr/local/include/libxml2 -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include/libxml2 -I-I/opt/local/include -I-I/usr/local/include -I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I/usr/include -I-I/usr/include/libxml2 -I/opt/local/include -I/usr/local/include -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I/usr/include -I/usr/include/libxml2 -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -g -O2 -fno-common -pipe -fno-common -g -DXP_UNIX -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib -L/usr/local/Cellar/libxml2/2.7.8/lib -L/opt/local/lib -L/usr/local/lib -L/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib -L/usr/lib -L. -lexslt -lxslt -lxml2 -liconv -lruby-static -lexslt -lxslt -lxml2 -liconv -ldl -lobjc "
243
+ "gcc -o conftest -I. -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib/ruby/1.8/x86_64-linux -I. -I-I/opt/local/include -I-I/usr/local/include -I-I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include -I-I/usr/include -I-I/usr/include/libxml2 -I/opt/local/include/libxml2 -I/usr/local/include/libxml2 -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include/libxml2 -I/opt/local/include -I/usr/local/include -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include -I/usr/include -I/usr/include/libxml2 -I/home/matt/.rvm/usr/include -g -O2 -fPIC -g -DXP_UNIX -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -Wl,-R/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -L/opt/local/lib -Wl,-R/opt/local/lib -L/usr/local/lib -Wl,-R/usr/local/lib -L/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -Wl,-R/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -L/usr/lib -Wl,-R/usr/lib -L/home/matt/.rvm/usr/lib -Wl,-R/home/matt/.rvm/usr/lib -L. -rdynamic -Wl,-export-dynamic -lexslt -lxslt -lxml2 -lruby-static -lexslt -lxslt -lxml2 -lrt -ldl -lcrypt -lm -lc "
273
244
  conftest.c: In function ‘t’:
274
- conftest.c:3: warning: implicit declaration of function ‘xmlRelaxNGSetValidStructuredErrors’
245
+ conftest.c:3:1: warning: implicit declaration of function ‘xmlRelaxNGSetValidStructuredErrors’ [-Wimplicit-function-declaration]
275
246
  checked program was:
276
247
  /* begin */
277
248
  1: /*top*/
@@ -283,11 +254,11 @@ checked program was:
283
254
 
284
255
  have_func: checking for xmlSchemaSetValidStructuredErrors()... -------------------- yes
285
256
 
286
- "gcc -o conftest -I. -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/1.8/i686-darwin10.8.0 -I. -I-I-I/opt/local/include -I-I-I/usr/local/include -I-I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I-I/usr/include -I-I-I/usr/include/libxml2 -I/usr/local/Cellar/libxml2/2.7.8/include/libxml2 -I/opt/local/include/libxml2 -I/usr/local/include/libxml2 -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include/libxml2 -I-I/opt/local/include -I-I/usr/local/include -I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I/usr/include -I-I/usr/include/libxml2 -I/opt/local/include -I/usr/local/include -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I/usr/include -I/usr/include/libxml2 -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -g -O2 -fno-common -pipe -fno-common -g -DXP_UNIX -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib -L/usr/local/Cellar/libxml2/2.7.8/lib -L/opt/local/lib -L/usr/local/lib -L/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib -L/usr/lib -L. -lexslt -lxslt -lxml2 -liconv -lruby-static -lexslt -lxslt -lxml2 -liconv -ldl -lobjc "
257
+ "gcc -o conftest -I. -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib/ruby/1.8/x86_64-linux -I. -I-I/opt/local/include -I-I/usr/local/include -I-I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include -I-I/usr/include -I-I/usr/include/libxml2 -I/opt/local/include/libxml2 -I/usr/local/include/libxml2 -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include/libxml2 -I/opt/local/include -I/usr/local/include -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include -I/usr/include -I/usr/include/libxml2 -I/home/matt/.rvm/usr/include -g -O2 -fPIC -g -DXP_UNIX -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -Wl,-R/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -L/opt/local/lib -Wl,-R/opt/local/lib -L/usr/local/lib -Wl,-R/usr/local/lib -L/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -Wl,-R/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -L/usr/lib -Wl,-R/usr/lib -L/home/matt/.rvm/usr/lib -Wl,-R/home/matt/.rvm/usr/lib -L. -rdynamic -Wl,-export-dynamic -lexslt -lxslt -lxml2 -lruby-static -lexslt -lxslt -lxml2 -lrt -ldl -lcrypt -lm -lc "
287
258
  conftest.c: In function ‘t’:
288
- conftest.c:3: error: ‘xmlSchemaSetValidStructuredErrors’ undeclared (first use in this function)
289
- conftest.c:3: error: (Each undeclared identifier is reported only once
290
- conftest.c:3: error: for each function it appears in.)
259
+ conftest.c:3:53: error: ‘xmlSchemaSetValidStructuredErrors’ undeclared (first use in this function)
260
+ conftest.c:3:53: note: each undeclared identifier is reported only once for each function it appears in
261
+ conftest.c:3:28: warning: variable ‘p’ set but not used [-Wunused-but-set-variable]
291
262
  checked program was:
292
263
  /* begin */
293
264
  1: /*top*/
@@ -295,9 +266,9 @@ checked program was:
295
266
  3: int t() { void ((*volatile p)()); p = (void ((*)()))xmlSchemaSetValidStructuredErrors; return 0; }
296
267
  /* end */
297
268
 
298
- "gcc -o conftest -I. -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/1.8/i686-darwin10.8.0 -I. -I-I-I/opt/local/include -I-I-I/usr/local/include -I-I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I-I/usr/include -I-I-I/usr/include/libxml2 -I/usr/local/Cellar/libxml2/2.7.8/include/libxml2 -I/opt/local/include/libxml2 -I/usr/local/include/libxml2 -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include/libxml2 -I-I/opt/local/include -I-I/usr/local/include -I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I/usr/include -I-I/usr/include/libxml2 -I/opt/local/include -I/usr/local/include -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I/usr/include -I/usr/include/libxml2 -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -g -O2 -fno-common -pipe -fno-common -g -DXP_UNIX -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib -L/usr/local/Cellar/libxml2/2.7.8/lib -L/opt/local/lib -L/usr/local/lib -L/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib -L/usr/lib -L. -lexslt -lxslt -lxml2 -liconv -lruby-static -lexslt -lxslt -lxml2 -liconv -ldl -lobjc "
269
+ "gcc -o conftest -I. -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib/ruby/1.8/x86_64-linux -I. -I-I/opt/local/include -I-I/usr/local/include -I-I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include -I-I/usr/include -I-I/usr/include/libxml2 -I/opt/local/include/libxml2 -I/usr/local/include/libxml2 -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include/libxml2 -I/opt/local/include -I/usr/local/include -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include -I/usr/include -I/usr/include/libxml2 -I/home/matt/.rvm/usr/include -g -O2 -fPIC -g -DXP_UNIX -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -Wl,-R/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -L/opt/local/lib -Wl,-R/opt/local/lib -L/usr/local/lib -Wl,-R/usr/local/lib -L/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -Wl,-R/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -L/usr/lib -Wl,-R/usr/lib -L/home/matt/.rvm/usr/lib -Wl,-R/home/matt/.rvm/usr/lib -L. -rdynamic -Wl,-export-dynamic -lexslt -lxslt -lxml2 -lruby-static -lexslt -lxslt -lxml2 -lrt -ldl -lcrypt -lm -lc "
299
270
  conftest.c: In function ‘t’:
300
- conftest.c:3: warning: implicit declaration of function ‘xmlSchemaSetValidStructuredErrors’
271
+ conftest.c:3:1: warning: implicit declaration of function ‘xmlSchemaSetValidStructuredErrors’ [-Wimplicit-function-declaration]
301
272
  checked program was:
302
273
  /* begin */
303
274
  1: /*top*/
@@ -309,11 +280,11 @@ checked program was:
309
280
 
310
281
  have_func: checking for xmlSchemaSetParserStructuredErrors()... -------------------- yes
311
282
 
312
- "gcc -o conftest -I. -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/1.8/i686-darwin10.8.0 -I. -I-I-I/opt/local/include -I-I-I/usr/local/include -I-I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I-I/usr/include -I-I-I/usr/include/libxml2 -I/usr/local/Cellar/libxml2/2.7.8/include/libxml2 -I/opt/local/include/libxml2 -I/usr/local/include/libxml2 -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include/libxml2 -I-I/opt/local/include -I-I/usr/local/include -I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I/usr/include -I-I/usr/include/libxml2 -I/opt/local/include -I/usr/local/include -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I/usr/include -I/usr/include/libxml2 -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -g -O2 -fno-common -pipe -fno-common -g -DXP_UNIX -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib -L/usr/local/Cellar/libxml2/2.7.8/lib -L/opt/local/lib -L/usr/local/lib -L/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib -L/usr/lib -L. -lexslt -lxslt -lxml2 -liconv -lruby-static -lexslt -lxslt -lxml2 -liconv -ldl -lobjc "
283
+ "gcc -o conftest -I. -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib/ruby/1.8/x86_64-linux -I. -I-I/opt/local/include -I-I/usr/local/include -I-I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include -I-I/usr/include -I-I/usr/include/libxml2 -I/opt/local/include/libxml2 -I/usr/local/include/libxml2 -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include/libxml2 -I/opt/local/include -I/usr/local/include -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include -I/usr/include -I/usr/include/libxml2 -I/home/matt/.rvm/usr/include -g -O2 -fPIC -g -DXP_UNIX -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -Wl,-R/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -L/opt/local/lib -Wl,-R/opt/local/lib -L/usr/local/lib -Wl,-R/usr/local/lib -L/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -Wl,-R/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -L/usr/lib -Wl,-R/usr/lib -L/home/matt/.rvm/usr/lib -Wl,-R/home/matt/.rvm/usr/lib -L. -rdynamic -Wl,-export-dynamic -lexslt -lxslt -lxml2 -lruby-static -lexslt -lxslt -lxml2 -lrt -ldl -lcrypt -lm -lc "
313
284
  conftest.c: In function ‘t’:
314
- conftest.c:3: error: ‘xmlSchemaSetParserStructuredErrors’ undeclared (first use in this function)
315
- conftest.c:3: error: (Each undeclared identifier is reported only once
316
- conftest.c:3: error: for each function it appears in.)
285
+ conftest.c:3:53: error: ‘xmlSchemaSetParserStructuredErrors’ undeclared (first use in this function)
286
+ conftest.c:3:53: note: each undeclared identifier is reported only once for each function it appears in
287
+ conftest.c:3:28: warning: variable ‘p’ set but not used [-Wunused-but-set-variable]
317
288
  checked program was:
318
289
  /* begin */
319
290
  1: /*top*/
@@ -321,9 +292,9 @@ checked program was:
321
292
  3: int t() { void ((*volatile p)()); p = (void ((*)()))xmlSchemaSetParserStructuredErrors; return 0; }
322
293
  /* end */
323
294
 
324
- "gcc -o conftest -I. -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/1.8/i686-darwin10.8.0 -I. -I-I-I/opt/local/include -I-I-I/usr/local/include -I-I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I-I/usr/include -I-I-I/usr/include/libxml2 -I/usr/local/Cellar/libxml2/2.7.8/include/libxml2 -I/opt/local/include/libxml2 -I/usr/local/include/libxml2 -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include/libxml2 -I-I/opt/local/include -I-I/usr/local/include -I-I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I-I/usr/include -I-I/usr/include/libxml2 -I/opt/local/include -I/usr/local/include -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/include -I/usr/include -I/usr/include/libxml2 -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -g -O2 -fno-common -pipe -fno-common -g -DXP_UNIX -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib -L/usr/local/Cellar/libxml2/2.7.8/lib -L/opt/local/lib -L/usr/local/lib -L/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib -L/usr/lib -L. -lexslt -lxslt -lxml2 -liconv -lruby-static -lexslt -lxslt -lxml2 -liconv -ldl -lobjc "
295
+ "gcc -o conftest -I. -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib/ruby/1.8/x86_64-linux -I. -I-I/opt/local/include -I-I/usr/local/include -I-I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include -I-I/usr/include -I-I/usr/include/libxml2 -I/opt/local/include/libxml2 -I/usr/local/include/libxml2 -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include/libxml2 -I/opt/local/include -I/usr/local/include -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/include -I/usr/include -I/usr/include/libxml2 -I/home/matt/.rvm/usr/include -g -O2 -fPIC -g -DXP_UNIX -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -Wl,-R/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -L/opt/local/lib -Wl,-R/opt/local/lib -L/usr/local/lib -Wl,-R/usr/local/lib -L/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -Wl,-R/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib -L/usr/lib -Wl,-R/usr/lib -L/home/matt/.rvm/usr/lib -Wl,-R/home/matt/.rvm/usr/lib -L. -rdynamic -Wl,-export-dynamic -lexslt -lxslt -lxml2 -lruby-static -lexslt -lxslt -lxml2 -lrt -ldl -lcrypt -lm -lc "
325
296
  conftest.c: In function ‘t’:
326
- conftest.c:3: warning: implicit declaration of function ‘xmlSchemaSetParserStructuredErrors’
297
+ conftest.c:3:1: warning: implicit declaration of function ‘xmlSchemaSetParserStructuredErrors’ [-Wimplicit-function-declaration]
327
298
  checked program was:
328
299
  /* begin */
329
300
  1: /*top*/