rdp-rmagick 0.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (388) hide show
  1. data/ChangeLog +769 -0
  2. data/Doxyfile +1514 -0
  3. data/README-Mac-OSX.txt +1 -0
  4. data/README.md +231 -0
  5. data/build_tarball.rake +215 -0
  6. data/doc/comtasks.html +287 -0
  7. data/doc/constants.html +1581 -0
  8. data/doc/css/doc.css +299 -0
  9. data/doc/css/popup.css +34 -0
  10. data/doc/css/ref.css +67 -0
  11. data/doc/draw.html +3269 -0
  12. data/doc/ex/InitialCoords.rb +23 -0
  13. data/doc/ex/NewCoordSys.rb +32 -0
  14. data/doc/ex/OrigCoordSys.rb +18 -0
  15. data/doc/ex/PreserveAspectRatio.rb +205 -0
  16. data/doc/ex/RotateScale.rb +37 -0
  17. data/doc/ex/Skew.rb +38 -0
  18. data/doc/ex/Use01.rb +16 -0
  19. data/doc/ex/Use02.rb +21 -0
  20. data/doc/ex/Use03.rb +16 -0
  21. data/doc/ex/ViewBox.rb +33 -0
  22. data/doc/ex/adaptive_threshold.rb +10 -0
  23. data/doc/ex/add_noise.rb +17 -0
  24. data/doc/ex/affine.rb +48 -0
  25. data/doc/ex/affine_transform.rb +20 -0
  26. data/doc/ex/arc.rb +49 -0
  27. data/doc/ex/arcpath.rb +33 -0
  28. data/doc/ex/arcs01.rb +28 -0
  29. data/doc/ex/arcs02.rb +61 -0
  30. data/doc/ex/average.rb +15 -0
  31. data/doc/ex/axes.rb +64 -0
  32. data/doc/ex/baseline_shift01.rb +18 -0
  33. data/doc/ex/bilevel_channel.rb +9 -0
  34. data/doc/ex/blur_image.rb +12 -0
  35. data/doc/ex/border.rb +10 -0
  36. data/doc/ex/bounding_box.rb +44 -0
  37. data/doc/ex/cbezier1.rb +42 -0
  38. data/doc/ex/cbezier2.rb +42 -0
  39. data/doc/ex/cbezier3.rb +42 -0
  40. data/doc/ex/cbezier4.rb +43 -0
  41. data/doc/ex/cbezier5.rb +43 -0
  42. data/doc/ex/cbezier6.rb +53 -0
  43. data/doc/ex/channel.rb +26 -0
  44. data/doc/ex/charcoal.rb +12 -0
  45. data/doc/ex/chop.rb +29 -0
  46. data/doc/ex/circle.rb +33 -0
  47. data/doc/ex/circle01.rb +17 -0
  48. data/doc/ex/clip_path.rb +60 -0
  49. data/doc/ex/coalesce.rb +60 -0
  50. data/doc/ex/color_fill_to_border.rb +29 -0
  51. data/doc/ex/color_floodfill.rb +28 -0
  52. data/doc/ex/color_histogram.rb +48 -0
  53. data/doc/ex/color_reset.rb +11 -0
  54. data/doc/ex/colorize.rb +16 -0
  55. data/doc/ex/colors.rb +64 -0
  56. data/doc/ex/compose_mask.rb +23 -0
  57. data/doc/ex/composite.rb +135 -0
  58. data/doc/ex/composite_layers.rb +53 -0
  59. data/doc/ex/composite_tiled.rb +23 -0
  60. data/doc/ex/contrast.rb +36 -0
  61. data/doc/ex/crop.rb +31 -0
  62. data/doc/ex/crop_with_gravity.rb +46 -0
  63. data/doc/ex/cubic01.rb +45 -0
  64. data/doc/ex/cubic02.rb +94 -0
  65. data/doc/ex/cycle_colormap.rb +21 -0
  66. data/doc/ex/dissolve.rb +13 -0
  67. data/doc/ex/drawcomp.rb +42 -0
  68. data/doc/ex/drop_shadow.rb +60 -0
  69. data/doc/ex/edge.rb +11 -0
  70. data/doc/ex/ellipse.rb +45 -0
  71. data/doc/ex/ellipse01.rb +22 -0
  72. data/doc/ex/emboss.rb +11 -0
  73. data/doc/ex/enhance.rb +28 -0
  74. data/doc/ex/equalize.rb +11 -0
  75. data/doc/ex/evenodd.rb +43 -0
  76. data/doc/ex/fill_pattern.rb +26 -0
  77. data/doc/ex/flatten_images.rb +36 -0
  78. data/doc/ex/flip.rb +11 -0
  79. data/doc/ex/flop.rb +11 -0
  80. data/doc/ex/font_styles.rb +34 -0
  81. data/doc/ex/fonts.rb +20 -0
  82. data/doc/ex/frame.rb +12 -0
  83. data/doc/ex/gaussian_blur.rb +11 -0
  84. data/doc/ex/get_multiline_type_metrics.rb +42 -0
  85. data/doc/ex/get_pixels.rb +48 -0
  86. data/doc/ex/get_type_metrics.rb +146 -0
  87. data/doc/ex/gradientfill.rb +27 -0
  88. data/doc/ex/grav.rb +46 -0
  89. data/doc/ex/gravity.rb +79 -0
  90. data/doc/ex/group.rb +26 -0
  91. data/doc/ex/hatchfill.rb +27 -0
  92. data/doc/ex/image.rb +46 -0
  93. data/doc/ex/images/Apple.miff +0 -0
  94. data/doc/ex/images/Ballerina.jpg +0 -0
  95. data/doc/ex/images/Ballerina3.jpg +0 -0
  96. data/doc/ex/images/Button_0.gif +0 -0
  97. data/doc/ex/images/Button_1.gif +0 -0
  98. data/doc/ex/images/Button_2.gif +0 -0
  99. data/doc/ex/images/Button_3.gif +0 -0
  100. data/doc/ex/images/Button_4.gif +0 -0
  101. data/doc/ex/images/Button_5.gif +0 -0
  102. data/doc/ex/images/Button_6.gif +0 -0
  103. data/doc/ex/images/Button_7.gif +0 -0
  104. data/doc/ex/images/Button_8.gif +0 -0
  105. data/doc/ex/images/Button_9.gif +0 -0
  106. data/doc/ex/images/Button_A.gif +0 -0
  107. data/doc/ex/images/Button_B.gif +0 -0
  108. data/doc/ex/images/Button_C.gif +0 -0
  109. data/doc/ex/images/Button_D.gif +0 -0
  110. data/doc/ex/images/Button_E.gif +0 -0
  111. data/doc/ex/images/Button_F.gif +0 -0
  112. data/doc/ex/images/Button_G.gif +0 -0
  113. data/doc/ex/images/Button_H.gif +0 -0
  114. data/doc/ex/images/Button_I.gif +0 -0
  115. data/doc/ex/images/Button_J.gif +0 -0
  116. data/doc/ex/images/Button_K.gif +0 -0
  117. data/doc/ex/images/Button_L.gif +0 -0
  118. data/doc/ex/images/Button_M.gif +0 -0
  119. data/doc/ex/images/Button_N.gif +0 -0
  120. data/doc/ex/images/Button_O.gif +0 -0
  121. data/doc/ex/images/Button_P.gif +0 -0
  122. data/doc/ex/images/Button_Q.gif +0 -0
  123. data/doc/ex/images/Button_R.gif +0 -0
  124. data/doc/ex/images/Button_S.gif +0 -0
  125. data/doc/ex/images/Button_T.gif +0 -0
  126. data/doc/ex/images/Button_U.gif +0 -0
  127. data/doc/ex/images/Button_V.gif +0 -0
  128. data/doc/ex/images/Button_W.gif +0 -0
  129. data/doc/ex/images/Button_X.gif +0 -0
  130. data/doc/ex/images/Button_Y.gif +0 -0
  131. data/doc/ex/images/Button_Z.gif +0 -0
  132. data/doc/ex/images/Cheetah.jpg +0 -0
  133. data/doc/ex/images/Coffee.wmf +0 -0
  134. data/doc/ex/images/Flower_Hat.jpg +0 -0
  135. data/doc/ex/images/Gold_Statue.jpg +0 -0
  136. data/doc/ex/images/Hot_Air_Balloons.jpg +0 -0
  137. data/doc/ex/images/Hot_Air_Balloons_H.jpg +0 -0
  138. data/doc/ex/images/Leaf.miff +0 -0
  139. data/doc/ex/images/No.wmf +0 -0
  140. data/doc/ex/images/Polynesia.jpg +0 -0
  141. data/doc/ex/images/Red_Rocks.jpg +0 -0
  142. data/doc/ex/images/Rocks_On_Beach.miff +0 -0
  143. data/doc/ex/images/Shorts.jpg +0 -0
  144. data/doc/ex/images/Snake.wmf +0 -0
  145. data/doc/ex/images/Violin.jpg +0 -0
  146. data/doc/ex/images/Yellow_Rose.miff +0 -0
  147. data/doc/ex/images/big-duck.gif +0 -0
  148. data/doc/ex/images/duck.gif +0 -0
  149. data/doc/ex/images/duck0.gif +0 -0
  150. data/doc/ex/images/duck1.gif +0 -0
  151. data/doc/ex/images/duck10.gif +0 -0
  152. data/doc/ex/images/duck11.gif +0 -0
  153. data/doc/ex/images/duck12.gif +0 -0
  154. data/doc/ex/images/duck13.gif +0 -0
  155. data/doc/ex/images/duck14.gif +0 -0
  156. data/doc/ex/images/duck15.gif +0 -0
  157. data/doc/ex/images/duck2.gif +0 -0
  158. data/doc/ex/images/duck3.gif +0 -0
  159. data/doc/ex/images/duck4.gif +0 -0
  160. data/doc/ex/images/duck5.gif +0 -0
  161. data/doc/ex/images/duck6.gif +0 -0
  162. data/doc/ex/images/duck7.gif +0 -0
  163. data/doc/ex/images/duck8.gif +0 -0
  164. data/doc/ex/images/duck9.gif +0 -0
  165. data/doc/ex/images/graydient230x6.gif +0 -0
  166. data/doc/ex/images/logo400x83.gif +0 -0
  167. data/doc/ex/images/model.miff +0 -0
  168. data/doc/ex/images/notimplemented.gif +0 -0
  169. data/doc/ex/images/smile.miff +0 -0
  170. data/doc/ex/images/spin.gif +0 -0
  171. data/doc/ex/implode.rb +34 -0
  172. data/doc/ex/level.rb +11 -0
  173. data/doc/ex/level_colors.rb +11 -0
  174. data/doc/ex/line.rb +42 -0
  175. data/doc/ex/line01.rb +23 -0
  176. data/doc/ex/mask.rb +36 -0
  177. data/doc/ex/matte_fill_to_border.rb +40 -0
  178. data/doc/ex/matte_floodfill.rb +33 -0
  179. data/doc/ex/matte_replace.rb +40 -0
  180. data/doc/ex/median_filter.rb +28 -0
  181. data/doc/ex/modulate.rb +11 -0
  182. data/doc/ex/mono.rb +23 -0
  183. data/doc/ex/morph.rb +26 -0
  184. data/doc/ex/mosaic.rb +35 -0
  185. data/doc/ex/motion_blur.rb +11 -0
  186. data/doc/ex/negate.rb +11 -0
  187. data/doc/ex/negate_channel.rb +9 -0
  188. data/doc/ex/nested_rvg.rb +21 -0
  189. data/doc/ex/nonzero.rb +43 -0
  190. data/doc/ex/normalize.rb +11 -0
  191. data/doc/ex/oil_paint.rb +11 -0
  192. data/doc/ex/opacity.rb +37 -0
  193. data/doc/ex/ordered_dither.rb +11 -0
  194. data/doc/ex/path.rb +64 -0
  195. data/doc/ex/pattern1.rb +25 -0
  196. data/doc/ex/pattern2.rb +26 -0
  197. data/doc/ex/polaroid.rb +28 -0
  198. data/doc/ex/polygon.rb +24 -0
  199. data/doc/ex/polygon01.rb +23 -0
  200. data/doc/ex/polyline.rb +23 -0
  201. data/doc/ex/polyline01.rb +23 -0
  202. data/doc/ex/posterize.rb +8 -0
  203. data/doc/ex/preview.rb +9 -0
  204. data/doc/ex/qbezierpath.rb +52 -0
  205. data/doc/ex/quad01.rb +36 -0
  206. data/doc/ex/quantize-m.rb +25 -0
  207. data/doc/ex/radial_blur.rb +9 -0
  208. data/doc/ex/raise.rb +8 -0
  209. data/doc/ex/random_threshold_channel.rb +13 -0
  210. data/doc/ex/rect01.rb +15 -0
  211. data/doc/ex/rect02.rb +22 -0
  212. data/doc/ex/rectangle.rb +35 -0
  213. data/doc/ex/reduce_noise.rb +28 -0
  214. data/doc/ex/remap.rb +12 -0
  215. data/doc/ex/remap_images.rb +21 -0
  216. data/doc/ex/resize_to_fill.rb +10 -0
  217. data/doc/ex/resize_to_fit.rb +10 -0
  218. data/doc/ex/roll.rb +9 -0
  219. data/doc/ex/rotate.rb +45 -0
  220. data/doc/ex/rotate_f.rb +14 -0
  221. data/doc/ex/roundrect.rb +34 -0
  222. data/doc/ex/rubyname.rb +30 -0
  223. data/doc/ex/rvg_clippath.rb +14 -0
  224. data/doc/ex/rvg_linecap.rb +43 -0
  225. data/doc/ex/rvg_linejoin.rb +41 -0
  226. data/doc/ex/rvg_opacity.rb +19 -0
  227. data/doc/ex/rvg_pattern.rb +26 -0
  228. data/doc/ex/rvg_stroke_dasharray.rb +12 -0
  229. data/doc/ex/segment.rb +11 -0
  230. data/doc/ex/sepiatone.rb +8 -0
  231. data/doc/ex/shade.rb +11 -0
  232. data/doc/ex/shadow.rb +31 -0
  233. data/doc/ex/shave.rb +15 -0
  234. data/doc/ex/shear.rb +10 -0
  235. data/doc/ex/sketch.rb +18 -0
  236. data/doc/ex/skewx.rb +52 -0
  237. data/doc/ex/skewy.rb +47 -0
  238. data/doc/ex/smile.rb +125 -0
  239. data/doc/ex/solarize.rb +11 -0
  240. data/doc/ex/sparse_color.rb +55 -0
  241. data/doc/ex/splice.rb +9 -0
  242. data/doc/ex/spread.rb +11 -0
  243. data/doc/ex/stegano.rb +55 -0
  244. data/doc/ex/stroke_dasharray.rb +43 -0
  245. data/doc/ex/stroke_fill.rb +11 -0
  246. data/doc/ex/stroke_linecap.rb +44 -0
  247. data/doc/ex/stroke_linejoin.rb +48 -0
  248. data/doc/ex/stroke_width.rb +49 -0
  249. data/doc/ex/swirl.rb +17 -0
  250. data/doc/ex/text.rb +37 -0
  251. data/doc/ex/text01.rb +17 -0
  252. data/doc/ex/text_align.rb +36 -0
  253. data/doc/ex/text_antialias.rb +38 -0
  254. data/doc/ex/text_styles.rb +21 -0
  255. data/doc/ex/text_undercolor.rb +28 -0
  256. data/doc/ex/texture_fill_to_border.rb +34 -0
  257. data/doc/ex/texture_floodfill.rb +32 -0
  258. data/doc/ex/texturefill.rb +25 -0
  259. data/doc/ex/threshold.rb +13 -0
  260. data/doc/ex/to_blob.rb +14 -0
  261. data/doc/ex/translate.rb +39 -0
  262. data/doc/ex/transparent.rb +38 -0
  263. data/doc/ex/transpose.rb +9 -0
  264. data/doc/ex/transverse.rb +9 -0
  265. data/doc/ex/tref01.rb +25 -0
  266. data/doc/ex/triangle01.rb +16 -0
  267. data/doc/ex/trim.rb +24 -0
  268. data/doc/ex/tspan01.rb +18 -0
  269. data/doc/ex/tspan02.rb +19 -0
  270. data/doc/ex/tspan03.rb +21 -0
  271. data/doc/ex/unsharp_mask.rb +28 -0
  272. data/doc/ex/viewex.rb +35 -0
  273. data/doc/ex/vignette.rb +12 -0
  274. data/doc/ex/watermark.rb +28 -0
  275. data/doc/ex/wave.rb +9 -0
  276. data/doc/ex/wet_floor.rb +59 -0
  277. data/doc/ex/writing_mode01.rb +27 -0
  278. data/doc/ex/writing_mode02.rb +26 -0
  279. data/doc/ilist.html +2056 -0
  280. data/doc/image1.html +4680 -0
  281. data/doc/image2.html +3665 -0
  282. data/doc/image3.html +4522 -0
  283. data/doc/imageattrs.html +1638 -0
  284. data/doc/imusage.html +514 -0
  285. data/doc/index.html +416 -0
  286. data/doc/info.html +1499 -0
  287. data/doc/magick.html +565 -0
  288. data/doc/optequiv.html +2435 -0
  289. data/doc/rvg.html +975 -0
  290. data/doc/rvgclip.html +248 -0
  291. data/doc/rvggroup.html +305 -0
  292. data/doc/rvgimage.html +289 -0
  293. data/doc/rvgpattern.html +475 -0
  294. data/doc/rvgshape.html +406 -0
  295. data/doc/rvgstyle.html +270 -0
  296. data/doc/rvgtext.html +465 -0
  297. data/doc/rvgtspan.html +238 -0
  298. data/doc/rvgtut.html +530 -0
  299. data/doc/rvguse.html +145 -0
  300. data/doc/rvgxform.html +294 -0
  301. data/doc/scripts/doc.js +22 -0
  302. data/doc/scripts/stripeTables.js +23 -0
  303. data/doc/struct.html +1339 -0
  304. data/doc/usage.html +1621 -0
  305. data/examples/constitute.rb +7 -0
  306. data/examples/crop_with_gravity.rb +46 -0
  307. data/examples/demo.rb +324 -0
  308. data/examples/describe.rb +44 -0
  309. data/examples/find_similar_region.rb +34 -0
  310. data/examples/histogram.rb +325 -0
  311. data/examples/identify.rb +187 -0
  312. data/examples/image_opacity.rb +29 -0
  313. data/examples/import_export.rb +31 -0
  314. data/examples/pattern_fill.rb +38 -0
  315. data/examples/rotating_text.rb +45 -0
  316. data/examples/spinner.rb +50 -0
  317. data/examples/thumbnail.rb +65 -0
  318. data/examples/vignette.rb +79 -0
  319. data/ext/RMagick/Makefile +180 -0
  320. data/ext/RMagick/RMagick2.so +0 -0
  321. data/ext/RMagick/extconf.h +119 -0
  322. data/ext/RMagick/extconf.rb +406 -0
  323. data/ext/RMagick/mkmf.log +3022 -0
  324. data/ext/RMagick/rmagick.c +394 -0
  325. data/ext/RMagick/rmagick.h +1307 -0
  326. data/ext/RMagick/rmagick.o +0 -0
  327. data/ext/RMagick/rmdraw.c +1991 -0
  328. data/ext/RMagick/rmdraw.o +0 -0
  329. data/ext/RMagick/rmenum.c +1224 -0
  330. data/ext/RMagick/rmenum.o +0 -0
  331. data/ext/RMagick/rmfill.c +717 -0
  332. data/ext/RMagick/rmfill.o +0 -0
  333. data/ext/RMagick/rmilist.c +1217 -0
  334. data/ext/RMagick/rmilist.o +0 -0
  335. data/ext/RMagick/rmimage.c +15099 -0
  336. data/ext/RMagick/rmimage.o +0 -0
  337. data/ext/RMagick/rminfo.c +2567 -0
  338. data/ext/RMagick/rminfo.o +0 -0
  339. data/ext/RMagick/rmmain.c +1705 -0
  340. data/ext/RMagick/rmmain.o +0 -0
  341. data/ext/RMagick/rmmontage.c +511 -0
  342. data/ext/RMagick/rmmontage.o +0 -0
  343. data/ext/RMagick/rmpixel.c +1103 -0
  344. data/ext/RMagick/rmpixel.o +0 -0
  345. data/ext/RMagick/rmstruct.c +1047 -0
  346. data/ext/RMagick/rmstruct.o +0 -0
  347. data/ext/RMagick/rmutil.c +1730 -0
  348. data/ext/RMagick/rmutil.o +0 -0
  349. data/lib/RMagick.rb +1962 -0
  350. data/lib/rvg/clippath.rb +48 -0
  351. data/lib/rvg/container.rb +131 -0
  352. data/lib/rvg/deep_equal.rb +56 -0
  353. data/lib/rvg/describable.rb +53 -0
  354. data/lib/rvg/embellishable.rb +417 -0
  355. data/lib/rvg/misc.rb +740 -0
  356. data/lib/rvg/paint.rb +55 -0
  357. data/lib/rvg/pathdata.rb +131 -0
  358. data/lib/rvg/rvg.rb +283 -0
  359. data/lib/rvg/stretchable.rb +168 -0
  360. data/lib/rvg/stylable.rb +124 -0
  361. data/lib/rvg/text.rb +187 -0
  362. data/lib/rvg/to_c.rb +103 -0
  363. data/lib/rvg/transformable.rb +133 -0
  364. data/lib/rvg/units.rb +66 -0
  365. data/metaconfig +7 -0
  366. data/post-clean.rb +12 -0
  367. data/post-install.rb +50 -0
  368. data/post-setup.rb +254 -0
  369. data/rmagick.gemspec +20 -0
  370. data/setup.rb +1585 -0
  371. data/test/Draw.rb +121 -0
  372. data/test/Image1.rb +762 -0
  373. data/test/Image2.rb +1308 -0
  374. data/test/Image3.rb +1001 -0
  375. data/test/ImageList1.rb +808 -0
  376. data/test/ImageList2.rb +389 -0
  377. data/test/Image_attributes.rb +682 -0
  378. data/test/Import_Export.rb +116 -0
  379. data/test/Info.rb +349 -0
  380. data/test/Magick.rb +364 -0
  381. data/test/Pixel.rb +120 -0
  382. data/test/Preview.rb +62 -0
  383. data/test/all_basic.rb +39 -0
  384. data/test/cmyk.icm +0 -0
  385. data/test/srgb.icm +0 -0
  386. data/test/test.0 +0 -0
  387. data/uninstall.rb +74 -0
  388. metadata +455 -0
@@ -0,0 +1,3022 @@
1
+ <main>: checking for Ruby version >= 1.8.5... -------------------- yes
2
+
3
+ --------------------
4
+
5
+ have_header: checking for stdint.h... -------------------- yes
6
+
7
+ "gcc -o conftest -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses conftest.c -L. -Lc:/ruby19/lib -L. -lCORE_RL_magick_ -lX11 -lmsvcrt-ruby191-static -lshell32 -lws2_32 "
8
+ checked program was:
9
+ /* begin */
10
+ 1: #include "ruby.h"
11
+ 2:
12
+ 3: #include <winsock2.h>
13
+ 4: #include <windows.h>
14
+ 5: int main() {return 0;}
15
+ /* end */
16
+
17
+ "gcc -E -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses conftest.c -o conftest.i"
18
+ checked program was:
19
+ /* begin */
20
+ 1: #include "ruby.h"
21
+ 2:
22
+ 3: #include <winsock2.h>
23
+ 4: #include <windows.h>
24
+ 5: #include <stdint.h>
25
+ /* end */
26
+
27
+ --------------------
28
+
29
+ have_header: checking for sys/types.h... -------------------- yes
30
+
31
+ "gcc -E -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses conftest.c -o conftest.i"
32
+ checked program was:
33
+ /* begin */
34
+ 1: #include "ruby.h"
35
+ 2:
36
+ 3: #include <winsock2.h>
37
+ 4: #include <windows.h>
38
+ 5: #include <sys/types.h>
39
+ /* end */
40
+
41
+ --------------------
42
+
43
+ have_header: checking for wand/MagickWand.h... -------------------- yes
44
+
45
+ "gcc -E -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses conftest.c -o conftest.i"
46
+ checked program was:
47
+ /* begin */
48
+ 1: #include "ruby.h"
49
+ 2:
50
+ 3: #include <winsock2.h>
51
+ 4: #include <windows.h>
52
+ 5: #include <wand/MagickWand.h>
53
+ /* end */
54
+
55
+ --------------------
56
+
57
+ have_func: checking for snprintf() in assert.h,ctype.h,stdio.h,stdlib.h,math.h,time.h,stdint.h,sys/types.h,wand/MagickWand.h... -------------------- yes
58
+
59
+ "gcc -o conftest -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses conftest.c -L. -Lc:/ruby19/lib -L. -lCORE_RL_magick_ -lX11 -lmsvcrt-ruby191-static -lshell32 -lws2_32 "
60
+ checked program was:
61
+ /* begin */
62
+ 1: #include "ruby.h"
63
+ 2:
64
+ 3: #include <winsock2.h>
65
+ 4: #include <windows.h>
66
+ 5: #include <assert.h>
67
+ 6: #include <ctype.h>
68
+ 7: #include <stdio.h>
69
+ 8: #include <stdlib.h>
70
+ 9: #include <math.h>
71
+ 10: #include <time.h>
72
+ 11: #include <stdint.h>
73
+ 12: #include <sys/types.h>
74
+ 13: #include <wand/MagickWand.h>
75
+ 14:
76
+ 15: /*top*/
77
+ 16: int main() {return 0;}
78
+ 17: int t() { void ((*volatile p)()); p = (void ((*)()))snprintf; return 0; }
79
+ /* end */
80
+
81
+ --------------------
82
+
83
+ have_func: checking for AcquireImage() in assert.h,ctype.h,stdio.h,stdlib.h,math.h,time.h,stdint.h,sys/types.h,wand/MagickWand.h... -------------------- yes
84
+
85
+ "gcc -o conftest -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses conftest.c -L. -Lc:/ruby19/lib -L. -lCORE_RL_magick_ -lX11 -lmsvcrt-ruby191-static -lshell32 -lws2_32 "
86
+ checked program was:
87
+ /* begin */
88
+ 1: #include "ruby.h"
89
+ 2:
90
+ 3: #include <winsock2.h>
91
+ 4: #include <windows.h>
92
+ 5: #include <assert.h>
93
+ 6: #include <ctype.h>
94
+ 7: #include <stdio.h>
95
+ 8: #include <stdlib.h>
96
+ 9: #include <math.h>
97
+ 10: #include <time.h>
98
+ 11: #include <stdint.h>
99
+ 12: #include <sys/types.h>
100
+ 13: #include <wand/MagickWand.h>
101
+ 14:
102
+ 15: /*top*/
103
+ 16: int main() {return 0;}
104
+ 17: int t() { void ((*volatile p)()); p = (void ((*)()))AcquireImage; return 0; }
105
+ /* end */
106
+
107
+ --------------------
108
+
109
+ have_func: checking for AffinityImage() in assert.h,ctype.h,stdio.h,stdlib.h,math.h,time.h,stdint.h,sys/types.h,wand/MagickWand.h... -------------------- yes
110
+
111
+ "gcc -o conftest -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses conftest.c -L. -Lc:/ruby19/lib -L. -lCORE_RL_magick_ -lX11 -lmsvcrt-ruby191-static -lshell32 -lws2_32 "
112
+ checked program was:
113
+ /* begin */
114
+ 1: #include "ruby.h"
115
+ 2:
116
+ 3: #include <winsock2.h>
117
+ 4: #include <windows.h>
118
+ 5: #include <assert.h>
119
+ 6: #include <ctype.h>
120
+ 7: #include <stdio.h>
121
+ 8: #include <stdlib.h>
122
+ 9: #include <math.h>
123
+ 10: #include <time.h>
124
+ 11: #include <stdint.h>
125
+ 12: #include <sys/types.h>
126
+ 13: #include <wand/MagickWand.h>
127
+ 14:
128
+ 15: /*top*/
129
+ 16: int main() {return 0;}
130
+ 17: int t() { void ((*volatile p)()); p = (void ((*)()))AffinityImage; return 0; }
131
+ /* end */
132
+
133
+ --------------------
134
+
135
+ have_func: checking for AffinityImages() in assert.h,ctype.h,stdio.h,stdlib.h,math.h,time.h,stdint.h,sys/types.h,wand/MagickWand.h... -------------------- yes
136
+
137
+ "gcc -o conftest -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses conftest.c -L. -Lc:/ruby19/lib -L. -lCORE_RL_magick_ -lX11 -lmsvcrt-ruby191-static -lshell32 -lws2_32 "
138
+ checked program was:
139
+ /* begin */
140
+ 1: #include "ruby.h"
141
+ 2:
142
+ 3: #include <winsock2.h>
143
+ 4: #include <windows.h>
144
+ 5: #include <assert.h>
145
+ 6: #include <ctype.h>
146
+ 7: #include <stdio.h>
147
+ 8: #include <stdlib.h>
148
+ 9: #include <math.h>
149
+ 10: #include <time.h>
150
+ 11: #include <stdint.h>
151
+ 12: #include <sys/types.h>
152
+ 13: #include <wand/MagickWand.h>
153
+ 14:
154
+ 15: /*top*/
155
+ 16: int main() {return 0;}
156
+ 17: int t() { void ((*volatile p)()); p = (void ((*)()))AffinityImages; return 0; }
157
+ /* end */
158
+
159
+ --------------------
160
+
161
+ have_func: checking for AutoGammaImageChannel() in assert.h,ctype.h,stdio.h,stdlib.h,math.h,time.h,stdint.h,sys/types.h,wand/MagickWand.h... -------------------- yes
162
+
163
+ "gcc -o conftest -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses conftest.c -L. -Lc:/ruby19/lib -L. -lCORE_RL_magick_ -lX11 -lmsvcrt-ruby191-static -lshell32 -lws2_32 "
164
+ checked program was:
165
+ /* begin */
166
+ 1: #include "ruby.h"
167
+ 2:
168
+ 3: #include <winsock2.h>
169
+ 4: #include <windows.h>
170
+ 5: #include <assert.h>
171
+ 6: #include <ctype.h>
172
+ 7: #include <stdio.h>
173
+ 8: #include <stdlib.h>
174
+ 9: #include <math.h>
175
+ 10: #include <time.h>
176
+ 11: #include <stdint.h>
177
+ 12: #include <sys/types.h>
178
+ 13: #include <wand/MagickWand.h>
179
+ 14:
180
+ 15: /*top*/
181
+ 16: int main() {return 0;}
182
+ 17: int t() { void ((*volatile p)()); p = (void ((*)()))AutoGammaImageChannel; return 0; }
183
+ /* end */
184
+
185
+ --------------------
186
+
187
+ have_func: checking for AutoLevelImageChannel() in assert.h,ctype.h,stdio.h,stdlib.h,math.h,time.h,stdint.h,sys/types.h,wand/MagickWand.h... -------------------- yes
188
+
189
+ "gcc -o conftest -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses conftest.c -L. -Lc:/ruby19/lib -L. -lCORE_RL_magick_ -lX11 -lmsvcrt-ruby191-static -lshell32 -lws2_32 "
190
+ checked program was:
191
+ /* begin */
192
+ 1: #include "ruby.h"
193
+ 2:
194
+ 3: #include <winsock2.h>
195
+ 4: #include <windows.h>
196
+ 5: #include <assert.h>
197
+ 6: #include <ctype.h>
198
+ 7: #include <stdio.h>
199
+ 8: #include <stdlib.h>
200
+ 9: #include <math.h>
201
+ 10: #include <time.h>
202
+ 11: #include <stdint.h>
203
+ 12: #include <sys/types.h>
204
+ 13: #include <wand/MagickWand.h>
205
+ 14:
206
+ 15: /*top*/
207
+ 16: int main() {return 0;}
208
+ 17: int t() { void ((*volatile p)()); p = (void ((*)()))AutoLevelImageChannel; return 0; }
209
+ /* end */
210
+
211
+ --------------------
212
+
213
+ have_func: checking for BlueShiftImage() in assert.h,ctype.h,stdio.h,stdlib.h,math.h,time.h,stdint.h,sys/types.h,wand/MagickWand.h... -------------------- yes
214
+
215
+ "gcc -o conftest -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses conftest.c -L. -Lc:/ruby19/lib -L. -lCORE_RL_magick_ -lX11 -lmsvcrt-ruby191-static -lshell32 -lws2_32 "
216
+ checked program was:
217
+ /* begin */
218
+ 1: #include "ruby.h"
219
+ 2:
220
+ 3: #include <winsock2.h>
221
+ 4: #include <windows.h>
222
+ 5: #include <assert.h>
223
+ 6: #include <ctype.h>
224
+ 7: #include <stdio.h>
225
+ 8: #include <stdlib.h>
226
+ 9: #include <math.h>
227
+ 10: #include <time.h>
228
+ 11: #include <stdint.h>
229
+ 12: #include <sys/types.h>
230
+ 13: #include <wand/MagickWand.h>
231
+ 14:
232
+ 15: /*top*/
233
+ 16: int main() {return 0;}
234
+ 17: int t() { void ((*volatile p)()); p = (void ((*)()))BlueShiftImage; return 0; }
235
+ /* end */
236
+
237
+ --------------------
238
+
239
+ have_func: checking for ConstituteComponentTerminus() in assert.h,ctype.h,stdio.h,stdlib.h,math.h,time.h,stdint.h,sys/types.h,wand/MagickWand.h... -------------------- yes
240
+
241
+ "gcc -o conftest -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses conftest.c -L. -Lc:/ruby19/lib -L. -lCORE_RL_magick_ -lX11 -lmsvcrt-ruby191-static -lshell32 -lws2_32 "
242
+ checked program was:
243
+ /* begin */
244
+ 1: #include "ruby.h"
245
+ 2:
246
+ 3: #include <winsock2.h>
247
+ 4: #include <windows.h>
248
+ 5: #include <assert.h>
249
+ 6: #include <ctype.h>
250
+ 7: #include <stdio.h>
251
+ 8: #include <stdlib.h>
252
+ 9: #include <math.h>
253
+ 10: #include <time.h>
254
+ 11: #include <stdint.h>
255
+ 12: #include <sys/types.h>
256
+ 13: #include <wand/MagickWand.h>
257
+ 14:
258
+ 15: /*top*/
259
+ 16: int main() {return 0;}
260
+ 17: int t() { void ((*volatile p)()); p = (void ((*)()))ConstituteComponentTerminus; return 0; }
261
+ /* end */
262
+
263
+ --------------------
264
+
265
+ have_func: checking for DeskewImage() in assert.h,ctype.h,stdio.h,stdlib.h,math.h,time.h,stdint.h,sys/types.h,wand/MagickWand.h... -------------------- yes
266
+
267
+ "gcc -o conftest -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses conftest.c -L. -Lc:/ruby19/lib -L. -lCORE_RL_magick_ -lX11 -lmsvcrt-ruby191-static -lshell32 -lws2_32 "
268
+ checked program was:
269
+ /* begin */
270
+ 1: #include "ruby.h"
271
+ 2:
272
+ 3: #include <winsock2.h>
273
+ 4: #include <windows.h>
274
+ 5: #include <assert.h>
275
+ 6: #include <ctype.h>
276
+ 7: #include <stdio.h>
277
+ 8: #include <stdlib.h>
278
+ 9: #include <math.h>
279
+ 10: #include <time.h>
280
+ 11: #include <stdint.h>
281
+ 12: #include <sys/types.h>
282
+ 13: #include <wand/MagickWand.h>
283
+ 14:
284
+ 15: /*top*/
285
+ 16: int main() {return 0;}
286
+ 17: int t() { void ((*volatile p)()); p = (void ((*)()))DeskewImage; return 0; }
287
+ /* end */
288
+
289
+ --------------------
290
+
291
+ have_func: checking for EncipherImage() in assert.h,ctype.h,stdio.h,stdlib.h,math.h,time.h,stdint.h,sys/types.h,wand/MagickWand.h... -------------------- yes
292
+
293
+ "gcc -o conftest -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses conftest.c -L. -Lc:/ruby19/lib -L. -lCORE_RL_magick_ -lX11 -lmsvcrt-ruby191-static -lshell32 -lws2_32 "
294
+ checked program was:
295
+ /* begin */
296
+ 1: #include "ruby.h"
297
+ 2:
298
+ 3: #include <winsock2.h>
299
+ 4: #include <windows.h>
300
+ 5: #include <assert.h>
301
+ 6: #include <ctype.h>
302
+ 7: #include <stdio.h>
303
+ 8: #include <stdlib.h>
304
+ 9: #include <math.h>
305
+ 10: #include <time.h>
306
+ 11: #include <stdint.h>
307
+ 12: #include <sys/types.h>
308
+ 13: #include <wand/MagickWand.h>
309
+ 14:
310
+ 15: /*top*/
311
+ 16: int main() {return 0;}
312
+ 17: int t() { void ((*volatile p)()); p = (void ((*)()))EncipherImage; return 0; }
313
+ /* end */
314
+
315
+ --------------------
316
+
317
+ have_func: checking for EqualizeImageChannel() in assert.h,ctype.h,stdio.h,stdlib.h,math.h,time.h,stdint.h,sys/types.h,wand/MagickWand.h... -------------------- yes
318
+
319
+ "gcc -o conftest -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses conftest.c -L. -Lc:/ruby19/lib -L. -lCORE_RL_magick_ -lX11 -lmsvcrt-ruby191-static -lshell32 -lws2_32 "
320
+ checked program was:
321
+ /* begin */
322
+ 1: #include "ruby.h"
323
+ 2:
324
+ 3: #include <winsock2.h>
325
+ 4: #include <windows.h>
326
+ 5: #include <assert.h>
327
+ 6: #include <ctype.h>
328
+ 7: #include <stdio.h>
329
+ 8: #include <stdlib.h>
330
+ 9: #include <math.h>
331
+ 10: #include <time.h>
332
+ 11: #include <stdint.h>
333
+ 12: #include <sys/types.h>
334
+ 13: #include <wand/MagickWand.h>
335
+ 14:
336
+ 15: /*top*/
337
+ 16: int main() {return 0;}
338
+ 17: int t() { void ((*volatile p)()); p = (void ((*)()))EqualizeImageChannel; return 0; }
339
+ /* end */
340
+
341
+ --------------------
342
+
343
+ have_func: checking for FloodfillPaintImage() in assert.h,ctype.h,stdio.h,stdlib.h,math.h,time.h,stdint.h,sys/types.h,wand/MagickWand.h... -------------------- yes
344
+
345
+ "gcc -o conftest -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses conftest.c -L. -Lc:/ruby19/lib -L. -lCORE_RL_magick_ -lX11 -lmsvcrt-ruby191-static -lshell32 -lws2_32 "
346
+ checked program was:
347
+ /* begin */
348
+ 1: #include "ruby.h"
349
+ 2:
350
+ 3: #include <winsock2.h>
351
+ 4: #include <windows.h>
352
+ 5: #include <assert.h>
353
+ 6: #include <ctype.h>
354
+ 7: #include <stdio.h>
355
+ 8: #include <stdlib.h>
356
+ 9: #include <math.h>
357
+ 10: #include <time.h>
358
+ 11: #include <stdint.h>
359
+ 12: #include <sys/types.h>
360
+ 13: #include <wand/MagickWand.h>
361
+ 14:
362
+ 15: /*top*/
363
+ 16: int main() {return 0;}
364
+ 17: int t() { void ((*volatile p)()); p = (void ((*)()))FloodfillPaintImage; return 0; }
365
+ /* end */
366
+
367
+ --------------------
368
+
369
+ have_func: checking for FunctionImageChannel() in assert.h,ctype.h,stdio.h,stdlib.h,math.h,time.h,stdint.h,sys/types.h,wand/MagickWand.h... -------------------- yes
370
+
371
+ "gcc -o conftest -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses conftest.c -L. -Lc:/ruby19/lib -L. -lCORE_RL_magick_ -lX11 -lmsvcrt-ruby191-static -lshell32 -lws2_32 "
372
+ checked program was:
373
+ /* begin */
374
+ 1: #include "ruby.h"
375
+ 2:
376
+ 3: #include <winsock2.h>
377
+ 4: #include <windows.h>
378
+ 5: #include <assert.h>
379
+ 6: #include <ctype.h>
380
+ 7: #include <stdio.h>
381
+ 8: #include <stdlib.h>
382
+ 9: #include <math.h>
383
+ 10: #include <time.h>
384
+ 11: #include <stdint.h>
385
+ 12: #include <sys/types.h>
386
+ 13: #include <wand/MagickWand.h>
387
+ 14:
388
+ 15: /*top*/
389
+ 16: int main() {return 0;}
390
+ 17: int t() { void ((*volatile p)()); p = (void ((*)()))FunctionImageChannel; return 0; }
391
+ /* end */
392
+
393
+ --------------------
394
+
395
+ have_func: checking for GetAuthenticIndexQueue() in assert.h,ctype.h,stdio.h,stdlib.h,math.h,time.h,stdint.h,sys/types.h,wand/MagickWand.h... -------------------- yes
396
+
397
+ "gcc -o conftest -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses conftest.c -L. -Lc:/ruby19/lib -L. -lCORE_RL_magick_ -lX11 -lmsvcrt-ruby191-static -lshell32 -lws2_32 "
398
+ checked program was:
399
+ /* begin */
400
+ 1: #include "ruby.h"
401
+ 2:
402
+ 3: #include <winsock2.h>
403
+ 4: #include <windows.h>
404
+ 5: #include <assert.h>
405
+ 6: #include <ctype.h>
406
+ 7: #include <stdio.h>
407
+ 8: #include <stdlib.h>
408
+ 9: #include <math.h>
409
+ 10: #include <time.h>
410
+ 11: #include <stdint.h>
411
+ 12: #include <sys/types.h>
412
+ 13: #include <wand/MagickWand.h>
413
+ 14:
414
+ 15: /*top*/
415
+ 16: int main() {return 0;}
416
+ 17: int t() { void ((*volatile p)()); p = (void ((*)()))GetAuthenticIndexQueue; return 0; }
417
+ /* end */
418
+
419
+ --------------------
420
+
421
+ have_func: checking for GetAuthenticPixels() in assert.h,ctype.h,stdio.h,stdlib.h,math.h,time.h,stdint.h,sys/types.h,wand/MagickWand.h... -------------------- yes
422
+
423
+ "gcc -o conftest -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses conftest.c -L. -Lc:/ruby19/lib -L. -lCORE_RL_magick_ -lX11 -lmsvcrt-ruby191-static -lshell32 -lws2_32 "
424
+ checked program was:
425
+ /* begin */
426
+ 1: #include "ruby.h"
427
+ 2:
428
+ 3: #include <winsock2.h>
429
+ 4: #include <windows.h>
430
+ 5: #include <assert.h>
431
+ 6: #include <ctype.h>
432
+ 7: #include <stdio.h>
433
+ 8: #include <stdlib.h>
434
+ 9: #include <math.h>
435
+ 10: #include <time.h>
436
+ 11: #include <stdint.h>
437
+ 12: #include <sys/types.h>
438
+ 13: #include <wand/MagickWand.h>
439
+ 14:
440
+ 15: /*top*/
441
+ 16: int main() {return 0;}
442
+ 17: int t() { void ((*volatile p)()); p = (void ((*)()))GetAuthenticPixels; return 0; }
443
+ /* end */
444
+
445
+ --------------------
446
+
447
+ have_func: checking for GetImageAlphaChannel() in assert.h,ctype.h,stdio.h,stdlib.h,math.h,time.h,stdint.h,sys/types.h,wand/MagickWand.h... -------------------- yes
448
+
449
+ "gcc -o conftest -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses conftest.c -L. -Lc:/ruby19/lib -L. -lCORE_RL_magick_ -lX11 -lmsvcrt-ruby191-static -lshell32 -lws2_32 "
450
+ checked program was:
451
+ /* begin */
452
+ 1: #include "ruby.h"
453
+ 2:
454
+ 3: #include <winsock2.h>
455
+ 4: #include <windows.h>
456
+ 5: #include <assert.h>
457
+ 6: #include <ctype.h>
458
+ 7: #include <stdio.h>
459
+ 8: #include <stdlib.h>
460
+ 9: #include <math.h>
461
+ 10: #include <time.h>
462
+ 11: #include <stdint.h>
463
+ 12: #include <sys/types.h>
464
+ 13: #include <wand/MagickWand.h>
465
+ 14:
466
+ 15: /*top*/
467
+ 16: int main() {return 0;}
468
+ 17: int t() { void ((*volatile p)()); p = (void ((*)()))GetImageAlphaChannel; return 0; }
469
+ /* end */
470
+
471
+ --------------------
472
+
473
+ have_func: checking for GetVirtualPixels() in assert.h,ctype.h,stdio.h,stdlib.h,math.h,time.h,stdint.h,sys/types.h,wand/MagickWand.h... -------------------- yes
474
+
475
+ "gcc -o conftest -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses conftest.c -L. -Lc:/ruby19/lib -L. -lCORE_RL_magick_ -lX11 -lmsvcrt-ruby191-static -lshell32 -lws2_32 "
476
+ checked program was:
477
+ /* begin */
478
+ 1: #include "ruby.h"
479
+ 2:
480
+ 3: #include <winsock2.h>
481
+ 4: #include <windows.h>
482
+ 5: #include <assert.h>
483
+ 6: #include <ctype.h>
484
+ 7: #include <stdio.h>
485
+ 8: #include <stdlib.h>
486
+ 9: #include <math.h>
487
+ 10: #include <time.h>
488
+ 11: #include <stdint.h>
489
+ 12: #include <sys/types.h>
490
+ 13: #include <wand/MagickWand.h>
491
+ 14:
492
+ 15: /*top*/
493
+ 16: int main() {return 0;}
494
+ 17: int t() { void ((*volatile p)()); p = (void ((*)()))GetVirtualPixels; return 0; }
495
+ /* end */
496
+
497
+ --------------------
498
+
499
+ have_func: checking for LevelImageColors() in assert.h,ctype.h,stdio.h,stdlib.h,math.h,time.h,stdint.h,sys/types.h,wand/MagickWand.h... -------------------- yes
500
+
501
+ "gcc -o conftest -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses conftest.c -L. -Lc:/ruby19/lib -L. -lCORE_RL_magick_ -lX11 -lmsvcrt-ruby191-static -lshell32 -lws2_32 "
502
+ checked program was:
503
+ /* begin */
504
+ 1: #include "ruby.h"
505
+ 2:
506
+ 3: #include <winsock2.h>
507
+ 4: #include <windows.h>
508
+ 5: #include <assert.h>
509
+ 6: #include <ctype.h>
510
+ 7: #include <stdio.h>
511
+ 8: #include <stdlib.h>
512
+ 9: #include <math.h>
513
+ 10: #include <time.h>
514
+ 11: #include <stdint.h>
515
+ 12: #include <sys/types.h>
516
+ 13: #include <wand/MagickWand.h>
517
+ 14:
518
+ 15: /*top*/
519
+ 16: int main() {return 0;}
520
+ 17: int t() { void ((*volatile p)()); p = (void ((*)()))LevelImageColors; return 0; }
521
+ /* end */
522
+
523
+ --------------------
524
+
525
+ have_func: checking for LevelColorsImageChannel() in assert.h,ctype.h,stdio.h,stdlib.h,math.h,time.h,stdint.h,sys/types.h,wand/MagickWand.h... -------------------- yes
526
+
527
+ "gcc -o conftest -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses conftest.c -L. -Lc:/ruby19/lib -L. -lCORE_RL_magick_ -lX11 -lmsvcrt-ruby191-static -lshell32 -lws2_32 "
528
+ checked program was:
529
+ /* begin */
530
+ 1: #include "ruby.h"
531
+ 2:
532
+ 3: #include <winsock2.h>
533
+ 4: #include <windows.h>
534
+ 5: #include <assert.h>
535
+ 6: #include <ctype.h>
536
+ 7: #include <stdio.h>
537
+ 8: #include <stdlib.h>
538
+ 9: #include <math.h>
539
+ 10: #include <time.h>
540
+ 11: #include <stdint.h>
541
+ 12: #include <sys/types.h>
542
+ 13: #include <wand/MagickWand.h>
543
+ 14:
544
+ 15: /*top*/
545
+ 16: int main() {return 0;}
546
+ 17: int t() { void ((*volatile p)()); p = (void ((*)()))LevelColorsImageChannel; return 0; }
547
+ /* end */
548
+
549
+ --------------------
550
+
551
+ have_func: checking for LevelizeImageChannel() in assert.h,ctype.h,stdio.h,stdlib.h,math.h,time.h,stdint.h,sys/types.h,wand/MagickWand.h... -------------------- yes
552
+
553
+ "gcc -o conftest -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses conftest.c -L. -Lc:/ruby19/lib -L. -lCORE_RL_magick_ -lX11 -lmsvcrt-ruby191-static -lshell32 -lws2_32 "
554
+ checked program was:
555
+ /* begin */
556
+ 1: #include "ruby.h"
557
+ 2:
558
+ 3: #include <winsock2.h>
559
+ 4: #include <windows.h>
560
+ 5: #include <assert.h>
561
+ 6: #include <ctype.h>
562
+ 7: #include <stdio.h>
563
+ 8: #include <stdlib.h>
564
+ 9: #include <math.h>
565
+ 10: #include <time.h>
566
+ 11: #include <stdint.h>
567
+ 12: #include <sys/types.h>
568
+ 13: #include <wand/MagickWand.h>
569
+ 14:
570
+ 15: /*top*/
571
+ 16: int main() {return 0;}
572
+ 17: int t() { void ((*volatile p)()); p = (void ((*)()))LevelizeImageChannel; return 0; }
573
+ /* end */
574
+
575
+ --------------------
576
+
577
+ have_func: checking for LiquidRescaleImage() in assert.h,ctype.h,stdio.h,stdlib.h,math.h,time.h,stdint.h,sys/types.h,wand/MagickWand.h... -------------------- yes
578
+
579
+ "gcc -o conftest -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses conftest.c -L. -Lc:/ruby19/lib -L. -lCORE_RL_magick_ -lX11 -lmsvcrt-ruby191-static -lshell32 -lws2_32 "
580
+ checked program was:
581
+ /* begin */
582
+ 1: #include "ruby.h"
583
+ 2:
584
+ 3: #include <winsock2.h>
585
+ 4: #include <windows.h>
586
+ 5: #include <assert.h>
587
+ 6: #include <ctype.h>
588
+ 7: #include <stdio.h>
589
+ 8: #include <stdlib.h>
590
+ 9: #include <math.h>
591
+ 10: #include <time.h>
592
+ 11: #include <stdint.h>
593
+ 12: #include <sys/types.h>
594
+ 13: #include <wand/MagickWand.h>
595
+ 14:
596
+ 15: /*top*/
597
+ 16: int main() {return 0;}
598
+ 17: int t() { void ((*volatile p)()); p = (void ((*)()))LiquidRescaleImage; return 0; }
599
+ /* end */
600
+
601
+ --------------------
602
+
603
+ have_func: checking for MagickLibAddendum() in assert.h,ctype.h,stdio.h,stdlib.h,math.h,time.h,stdint.h,sys/types.h,wand/MagickWand.h... -------------------- yes
604
+
605
+ "gcc -o conftest -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses conftest.c -L. -Lc:/ruby19/lib -L. -lCORE_RL_magick_ -lX11 -lmsvcrt-ruby191-static -lshell32 -lws2_32 "
606
+ checked program was:
607
+ /* begin */
608
+ 1: #include "ruby.h"
609
+ 2:
610
+ 3: #include <winsock2.h>
611
+ 4: #include <windows.h>
612
+ 5: #include <assert.h>
613
+ 6: #include <ctype.h>
614
+ 7: #include <stdio.h>
615
+ 8: #include <stdlib.h>
616
+ 9: #include <math.h>
617
+ 10: #include <time.h>
618
+ 11: #include <stdint.h>
619
+ 12: #include <sys/types.h>
620
+ 13: #include <wand/MagickWand.h>
621
+ 14:
622
+ 15: /*top*/
623
+ 16: int main() {return 0;}
624
+ 17: int t() { void ((*volatile p)()); p = (void ((*)()))MagickLibAddendum; return 0; }
625
+ /* end */
626
+
627
+ --------------------
628
+
629
+ have_func: checking for OpaquePaintImageChannel() in assert.h,ctype.h,stdio.h,stdlib.h,math.h,time.h,stdint.h,sys/types.h,wand/MagickWand.h... -------------------- yes
630
+
631
+ "gcc -o conftest -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses conftest.c -L. -Lc:/ruby19/lib -L. -lCORE_RL_magick_ -lX11 -lmsvcrt-ruby191-static -lshell32 -lws2_32 "
632
+ checked program was:
633
+ /* begin */
634
+ 1: #include "ruby.h"
635
+ 2:
636
+ 3: #include <winsock2.h>
637
+ 4: #include <windows.h>
638
+ 5: #include <assert.h>
639
+ 6: #include <ctype.h>
640
+ 7: #include <stdio.h>
641
+ 8: #include <stdlib.h>
642
+ 9: #include <math.h>
643
+ 10: #include <time.h>
644
+ 11: #include <stdint.h>
645
+ 12: #include <sys/types.h>
646
+ 13: #include <wand/MagickWand.h>
647
+ 14:
648
+ 15: /*top*/
649
+ 16: int main() {return 0;}
650
+ 17: int t() { void ((*volatile p)()); p = (void ((*)()))OpaquePaintImageChannel; return 0; }
651
+ /* end */
652
+
653
+ --------------------
654
+
655
+ have_func: checking for QueueAuthenticPixels() in assert.h,ctype.h,stdio.h,stdlib.h,math.h,time.h,stdint.h,sys/types.h,wand/MagickWand.h... -------------------- yes
656
+
657
+ "gcc -o conftest -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses conftest.c -L. -Lc:/ruby19/lib -L. -lCORE_RL_magick_ -lX11 -lmsvcrt-ruby191-static -lshell32 -lws2_32 "
658
+ checked program was:
659
+ /* begin */
660
+ 1: #include "ruby.h"
661
+ 2:
662
+ 3: #include <winsock2.h>
663
+ 4: #include <windows.h>
664
+ 5: #include <assert.h>
665
+ 6: #include <ctype.h>
666
+ 7: #include <stdio.h>
667
+ 8: #include <stdlib.h>
668
+ 9: #include <math.h>
669
+ 10: #include <time.h>
670
+ 11: #include <stdint.h>
671
+ 12: #include <sys/types.h>
672
+ 13: #include <wand/MagickWand.h>
673
+ 14:
674
+ 15: /*top*/
675
+ 16: int main() {return 0;}
676
+ 17: int t() { void ((*volatile p)()); p = (void ((*)()))QueueAuthenticPixels; return 0; }
677
+ /* end */
678
+
679
+ --------------------
680
+
681
+ have_func: checking for RemapImage() in assert.h,ctype.h,stdio.h,stdlib.h,math.h,time.h,stdint.h,sys/types.h,wand/MagickWand.h... -------------------- yes
682
+
683
+ "gcc -o conftest -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses conftest.c -L. -Lc:/ruby19/lib -L. -lCORE_RL_magick_ -lX11 -lmsvcrt-ruby191-static -lshell32 -lws2_32 "
684
+ checked program was:
685
+ /* begin */
686
+ 1: #include "ruby.h"
687
+ 2:
688
+ 3: #include <winsock2.h>
689
+ 4: #include <windows.h>
690
+ 5: #include <assert.h>
691
+ 6: #include <ctype.h>
692
+ 7: #include <stdio.h>
693
+ 8: #include <stdlib.h>
694
+ 9: #include <math.h>
695
+ 10: #include <time.h>
696
+ 11: #include <stdint.h>
697
+ 12: #include <sys/types.h>
698
+ 13: #include <wand/MagickWand.h>
699
+ 14:
700
+ 15: /*top*/
701
+ 16: int main() {return 0;}
702
+ 17: int t() { void ((*volatile p)()); p = (void ((*)()))RemapImage; return 0; }
703
+ /* end */
704
+
705
+ --------------------
706
+
707
+ have_func: checking for RemoveImageArtifact() in assert.h,ctype.h,stdio.h,stdlib.h,math.h,time.h,stdint.h,sys/types.h,wand/MagickWand.h... -------------------- yes
708
+
709
+ "gcc -o conftest -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses conftest.c -L. -Lc:/ruby19/lib -L. -lCORE_RL_magick_ -lX11 -lmsvcrt-ruby191-static -lshell32 -lws2_32 "
710
+ checked program was:
711
+ /* begin */
712
+ 1: #include "ruby.h"
713
+ 2:
714
+ 3: #include <winsock2.h>
715
+ 4: #include <windows.h>
716
+ 5: #include <assert.h>
717
+ 6: #include <ctype.h>
718
+ 7: #include <stdio.h>
719
+ 8: #include <stdlib.h>
720
+ 9: #include <math.h>
721
+ 10: #include <time.h>
722
+ 11: #include <stdint.h>
723
+ 12: #include <sys/types.h>
724
+ 13: #include <wand/MagickWand.h>
725
+ 14:
726
+ 15: /*top*/
727
+ 16: int main() {return 0;}
728
+ 17: int t() { void ((*volatile p)()); p = (void ((*)()))RemoveImageArtifact; return 0; }
729
+ /* end */
730
+
731
+ --------------------
732
+
733
+ have_func: checking for SelectiveBlurImageChannel() in assert.h,ctype.h,stdio.h,stdlib.h,math.h,time.h,stdint.h,sys/types.h,wand/MagickWand.h... -------------------- yes
734
+
735
+ "gcc -o conftest -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses conftest.c -L. -Lc:/ruby19/lib -L. -lCORE_RL_magick_ -lX11 -lmsvcrt-ruby191-static -lshell32 -lws2_32 "
736
+ checked program was:
737
+ /* begin */
738
+ 1: #include "ruby.h"
739
+ 2:
740
+ 3: #include <winsock2.h>
741
+ 4: #include <windows.h>
742
+ 5: #include <assert.h>
743
+ 6: #include <ctype.h>
744
+ 7: #include <stdio.h>
745
+ 8: #include <stdlib.h>
746
+ 9: #include <math.h>
747
+ 10: #include <time.h>
748
+ 11: #include <stdint.h>
749
+ 12: #include <sys/types.h>
750
+ 13: #include <wand/MagickWand.h>
751
+ 14:
752
+ 15: /*top*/
753
+ 16: int main() {return 0;}
754
+ 17: int t() { void ((*volatile p)()); p = (void ((*)()))SelectiveBlurImageChannel; return 0; }
755
+ /* end */
756
+
757
+ --------------------
758
+
759
+ have_func: checking for SetImageAlphaChannel() in assert.h,ctype.h,stdio.h,stdlib.h,math.h,time.h,stdint.h,sys/types.h,wand/MagickWand.h... -------------------- yes
760
+
761
+ "gcc -o conftest -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses conftest.c -L. -Lc:/ruby19/lib -L. -lCORE_RL_magick_ -lX11 -lmsvcrt-ruby191-static -lshell32 -lws2_32 "
762
+ checked program was:
763
+ /* begin */
764
+ 1: #include "ruby.h"
765
+ 2:
766
+ 3: #include <winsock2.h>
767
+ 4: #include <windows.h>
768
+ 5: #include <assert.h>
769
+ 6: #include <ctype.h>
770
+ 7: #include <stdio.h>
771
+ 8: #include <stdlib.h>
772
+ 9: #include <math.h>
773
+ 10: #include <time.h>
774
+ 11: #include <stdint.h>
775
+ 12: #include <sys/types.h>
776
+ 13: #include <wand/MagickWand.h>
777
+ 14:
778
+ 15: /*top*/
779
+ 16: int main() {return 0;}
780
+ 17: int t() { void ((*volatile p)()); p = (void ((*)()))SetImageAlphaChannel; return 0; }
781
+ /* end */
782
+
783
+ --------------------
784
+
785
+ have_func: checking for SetImageArtifact() in assert.h,ctype.h,stdio.h,stdlib.h,math.h,time.h,stdint.h,sys/types.h,wand/MagickWand.h... -------------------- yes
786
+
787
+ "gcc -o conftest -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses conftest.c -L. -Lc:/ruby19/lib -L. -lCORE_RL_magick_ -lX11 -lmsvcrt-ruby191-static -lshell32 -lws2_32 "
788
+ checked program was:
789
+ /* begin */
790
+ 1: #include "ruby.h"
791
+ 2:
792
+ 3: #include <winsock2.h>
793
+ 4: #include <windows.h>
794
+ 5: #include <assert.h>
795
+ 6: #include <ctype.h>
796
+ 7: #include <stdio.h>
797
+ 8: #include <stdlib.h>
798
+ 9: #include <math.h>
799
+ 10: #include <time.h>
800
+ 11: #include <stdint.h>
801
+ 12: #include <sys/types.h>
802
+ 13: #include <wand/MagickWand.h>
803
+ 14:
804
+ 15: /*top*/
805
+ 16: int main() {return 0;}
806
+ 17: int t() { void ((*volatile p)()); p = (void ((*)()))SetImageArtifact; return 0; }
807
+ /* end */
808
+
809
+ --------------------
810
+
811
+ have_func: checking for SetMagickMemoryMethods() in assert.h,ctype.h,stdio.h,stdlib.h,math.h,time.h,stdint.h,sys/types.h,wand/MagickWand.h... -------------------- yes
812
+
813
+ "gcc -o conftest -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses conftest.c -L. -Lc:/ruby19/lib -L. -lCORE_RL_magick_ -lX11 -lmsvcrt-ruby191-static -lshell32 -lws2_32 "
814
+ checked program was:
815
+ /* begin */
816
+ 1: #include "ruby.h"
817
+ 2:
818
+ 3: #include <winsock2.h>
819
+ 4: #include <windows.h>
820
+ 5: #include <assert.h>
821
+ 6: #include <ctype.h>
822
+ 7: #include <stdio.h>
823
+ 8: #include <stdlib.h>
824
+ 9: #include <math.h>
825
+ 10: #include <time.h>
826
+ 11: #include <stdint.h>
827
+ 12: #include <sys/types.h>
828
+ 13: #include <wand/MagickWand.h>
829
+ 14:
830
+ 15: /*top*/
831
+ 16: int main() {return 0;}
832
+ 17: int t() { void ((*volatile p)()); p = (void ((*)()))SetMagickMemoryMethods; return 0; }
833
+ /* end */
834
+
835
+ --------------------
836
+
837
+ have_func: checking for SparseColorImage() in assert.h,ctype.h,stdio.h,stdlib.h,math.h,time.h,stdint.h,sys/types.h,wand/MagickWand.h... -------------------- yes
838
+
839
+ "gcc -o conftest -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses conftest.c -L. -Lc:/ruby19/lib -L. -lCORE_RL_magick_ -lX11 -lmsvcrt-ruby191-static -lshell32 -lws2_32 "
840
+ checked program was:
841
+ /* begin */
842
+ 1: #include "ruby.h"
843
+ 2:
844
+ 3: #include <winsock2.h>
845
+ 4: #include <windows.h>
846
+ 5: #include <assert.h>
847
+ 6: #include <ctype.h>
848
+ 7: #include <stdio.h>
849
+ 8: #include <stdlib.h>
850
+ 9: #include <math.h>
851
+ 10: #include <time.h>
852
+ 11: #include <stdint.h>
853
+ 12: #include <sys/types.h>
854
+ 13: #include <wand/MagickWand.h>
855
+ 14:
856
+ 15: /*top*/
857
+ 16: int main() {return 0;}
858
+ 17: int t() { void ((*volatile p)()); p = (void ((*)()))SparseColorImage; return 0; }
859
+ /* end */
860
+
861
+ --------------------
862
+
863
+ have_func: checking for SyncAuthenticPixels() in assert.h,ctype.h,stdio.h,stdlib.h,math.h,time.h,stdint.h,sys/types.h,wand/MagickWand.h... -------------------- yes
864
+
865
+ "gcc -o conftest -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses conftest.c -L. -Lc:/ruby19/lib -L. -lCORE_RL_magick_ -lX11 -lmsvcrt-ruby191-static -lshell32 -lws2_32 "
866
+ checked program was:
867
+ /* begin */
868
+ 1: #include "ruby.h"
869
+ 2:
870
+ 3: #include <winsock2.h>
871
+ 4: #include <windows.h>
872
+ 5: #include <assert.h>
873
+ 6: #include <ctype.h>
874
+ 7: #include <stdio.h>
875
+ 8: #include <stdlib.h>
876
+ 9: #include <math.h>
877
+ 10: #include <time.h>
878
+ 11: #include <stdint.h>
879
+ 12: #include <sys/types.h>
880
+ 13: #include <wand/MagickWand.h>
881
+ 14:
882
+ 15: /*top*/
883
+ 16: int main() {return 0;}
884
+ 17: int t() { void ((*volatile p)()); p = (void ((*)()))SyncAuthenticPixels; return 0; }
885
+ /* end */
886
+
887
+ --------------------
888
+
889
+ have_func: checking for TransformImageColorspace() in assert.h,ctype.h,stdio.h,stdlib.h,math.h,time.h,stdint.h,sys/types.h,wand/MagickWand.h... -------------------- yes
890
+
891
+ "gcc -o conftest -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses conftest.c -L. -Lc:/ruby19/lib -L. -lCORE_RL_magick_ -lX11 -lmsvcrt-ruby191-static -lshell32 -lws2_32 "
892
+ checked program was:
893
+ /* begin */
894
+ 1: #include "ruby.h"
895
+ 2:
896
+ 3: #include <winsock2.h>
897
+ 4: #include <windows.h>
898
+ 5: #include <assert.h>
899
+ 6: #include <ctype.h>
900
+ 7: #include <stdio.h>
901
+ 8: #include <stdlib.h>
902
+ 9: #include <math.h>
903
+ 10: #include <time.h>
904
+ 11: #include <stdint.h>
905
+ 12: #include <sys/types.h>
906
+ 13: #include <wand/MagickWand.h>
907
+ 14:
908
+ 15: /*top*/
909
+ 16: int main() {return 0;}
910
+ 17: int t() { void ((*volatile p)()); p = (void ((*)()))TransformImageColorspace; return 0; }
911
+ /* end */
912
+
913
+ --------------------
914
+
915
+ have_func: checking for TransparentPaintImage() in assert.h,ctype.h,stdio.h,stdlib.h,math.h,time.h,stdint.h,sys/types.h,wand/MagickWand.h... -------------------- yes
916
+
917
+ "gcc -o conftest -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses conftest.c -L. -Lc:/ruby19/lib -L. -lCORE_RL_magick_ -lX11 -lmsvcrt-ruby191-static -lshell32 -lws2_32 "
918
+ checked program was:
919
+ /* begin */
920
+ 1: #include "ruby.h"
921
+ 2:
922
+ 3: #include <winsock2.h>
923
+ 4: #include <windows.h>
924
+ 5: #include <assert.h>
925
+ 6: #include <ctype.h>
926
+ 7: #include <stdio.h>
927
+ 8: #include <stdlib.h>
928
+ 9: #include <math.h>
929
+ 10: #include <time.h>
930
+ 11: #include <stdint.h>
931
+ 12: #include <sys/types.h>
932
+ 13: #include <wand/MagickWand.h>
933
+ 14:
934
+ 15: /*top*/
935
+ 16: int main() {return 0;}
936
+ 17: int t() { void ((*volatile p)()); p = (void ((*)()))TransparentPaintImage; return 0; }
937
+ /* end */
938
+
939
+ --------------------
940
+
941
+ have_func: checking for TransparentPaintImageChroma() in assert.h,ctype.h,stdio.h,stdlib.h,math.h,time.h,stdint.h,sys/types.h,wand/MagickWand.h... -------------------- yes
942
+
943
+ "gcc -o conftest -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses conftest.c -L. -Lc:/ruby19/lib -L. -lCORE_RL_magick_ -lX11 -lmsvcrt-ruby191-static -lshell32 -lws2_32 "
944
+ checked program was:
945
+ /* begin */
946
+ 1: #include "ruby.h"
947
+ 2:
948
+ 3: #include <winsock2.h>
949
+ 4: #include <windows.h>
950
+ 5: #include <assert.h>
951
+ 6: #include <ctype.h>
952
+ 7: #include <stdio.h>
953
+ 8: #include <stdlib.h>
954
+ 9: #include <math.h>
955
+ 10: #include <time.h>
956
+ 11: #include <stdint.h>
957
+ 12: #include <sys/types.h>
958
+ 13: #include <wand/MagickWand.h>
959
+ 14:
960
+ 15: /*top*/
961
+ 16: int main() {return 0;}
962
+ 17: int t() { void ((*volatile p)()); p = (void ((*)()))TransparentPaintImageChroma; return 0; }
963
+ /* end */
964
+
965
+ --------------------
966
+
967
+ <main>: checking for QueryMagickColorname() new signature... -------------------- yes
968
+
969
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
970
+ checked program was:
971
+ /* begin */
972
+ 1: #include "ruby.h"
973
+ 2:
974
+ 3: #include <winsock2.h>
975
+ 4: #include <windows.h>
976
+ 5: #include "ruby.h"
977
+ 6:
978
+ 7: #include <winsock2.h>
979
+ 8: #include <windows.h>
980
+ 9: #include <assert.h>
981
+ 10: #include <ctype.h>
982
+ 11: #include <stdio.h>
983
+ 12: #include <stdlib.h>
984
+ 13: #include <math.h>
985
+ 14: #include <time.h>
986
+ 15: #include <stdint.h>
987
+ 16: #include <sys/types.h>
988
+ 17: #include <wand/MagickWand.h>
989
+ 18:
990
+ 19: /*top*/
991
+ 20: int main() {
992
+ 21: MagickBooleanType okay;
993
+ 22: Image *image;
994
+ 23: MagickPixelPacket *color;
995
+ 24: char *name;
996
+ 25: ExceptionInfo *exception;
997
+ 26: okay = QueryMagickColorname(image, color, SVGCompliance, name, exception);
998
+ 27: return 0;
999
+ 28: }
1000
+ /* end */
1001
+
1002
+ --------------------
1003
+
1004
+ have_struct_member: checking for Image.type in assert.h,ctype.h,stdio.h,stdlib.h,math.h,time.h,stdint.h,sys/types.h,wand/MagickWand.h... -------------------- yes
1005
+
1006
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
1007
+ checked program was:
1008
+ /* begin */
1009
+ 1: #include "ruby.h"
1010
+ 2:
1011
+ 3: #include <winsock2.h>
1012
+ 4: #include <windows.h>
1013
+ 5: #include <assert.h>
1014
+ 6: #include <ctype.h>
1015
+ 7: #include <stdio.h>
1016
+ 8: #include <stdlib.h>
1017
+ 9: #include <math.h>
1018
+ 10: #include <time.h>
1019
+ 11: #include <stdint.h>
1020
+ 12: #include <sys/types.h>
1021
+ 13: #include <wand/MagickWand.h>
1022
+ 14:
1023
+ 15: /*top*/
1024
+ 16: int main() {return 0;}
1025
+ 17: int s = (char *)&((Image*)0)->type - (char *)0;
1026
+ /* end */
1027
+
1028
+ --------------------
1029
+
1030
+ have_struct_member: checking for DrawInfo.kerning in assert.h,ctype.h,stdio.h,stdlib.h,math.h,time.h,stdint.h,sys/types.h,wand/MagickWand.h... -------------------- yes
1031
+
1032
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
1033
+ checked program was:
1034
+ /* begin */
1035
+ 1: #include "ruby.h"
1036
+ 2:
1037
+ 3: #include <winsock2.h>
1038
+ 4: #include <windows.h>
1039
+ 5: #include <assert.h>
1040
+ 6: #include <ctype.h>
1041
+ 7: #include <stdio.h>
1042
+ 8: #include <stdlib.h>
1043
+ 9: #include <math.h>
1044
+ 10: #include <time.h>
1045
+ 11: #include <stdint.h>
1046
+ 12: #include <sys/types.h>
1047
+ 13: #include <wand/MagickWand.h>
1048
+ 14:
1049
+ 15: /*top*/
1050
+ 16: int main() {return 0;}
1051
+ 17: int s = (char *)&((DrawInfo*)0)->kerning - (char *)0;
1052
+ /* end */
1053
+
1054
+ --------------------
1055
+
1056
+ have_struct_member: checking for DrawInfo.interline_spacing in assert.h,ctype.h,stdio.h,stdlib.h,math.h,time.h,stdint.h,sys/types.h,wand/MagickWand.h... -------------------- yes
1057
+
1058
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
1059
+ checked program was:
1060
+ /* begin */
1061
+ 1: #include "ruby.h"
1062
+ 2:
1063
+ 3: #include <winsock2.h>
1064
+ 4: #include <windows.h>
1065
+ 5: #include <assert.h>
1066
+ 6: #include <ctype.h>
1067
+ 7: #include <stdio.h>
1068
+ 8: #include <stdlib.h>
1069
+ 9: #include <math.h>
1070
+ 10: #include <time.h>
1071
+ 11: #include <stdint.h>
1072
+ 12: #include <sys/types.h>
1073
+ 13: #include <wand/MagickWand.h>
1074
+ 14:
1075
+ 15: /*top*/
1076
+ 16: int main() {return 0;}
1077
+ 17: int s = (char *)&((DrawInfo*)0)->interline_spacing - (char *)0;
1078
+ /* end */
1079
+
1080
+ --------------------
1081
+
1082
+ have_struct_member: checking for DrawInfo.interword_spacing in assert.h,ctype.h,stdio.h,stdlib.h,math.h,time.h,stdint.h,sys/types.h,wand/MagickWand.h... -------------------- yes
1083
+
1084
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
1085
+ checked program was:
1086
+ /* begin */
1087
+ 1: #include "ruby.h"
1088
+ 2:
1089
+ 3: #include <winsock2.h>
1090
+ 4: #include <windows.h>
1091
+ 5: #include <assert.h>
1092
+ 6: #include <ctype.h>
1093
+ 7: #include <stdio.h>
1094
+ 8: #include <stdlib.h>
1095
+ 9: #include <math.h>
1096
+ 10: #include <time.h>
1097
+ 11: #include <stdint.h>
1098
+ 12: #include <sys/types.h>
1099
+ 13: #include <wand/MagickWand.h>
1100
+ 14:
1101
+ 15: /*top*/
1102
+ 16: int main() {return 0;}
1103
+ 17: int s = (char *)&((DrawInfo*)0)->interword_spacing - (char *)0;
1104
+ /* end */
1105
+
1106
+ --------------------
1107
+
1108
+ have_type: checking for DitherMethod in assert.h,ctype.h,stdio.h,stdlib.h,math.h,time.h,stdint.h,sys/types.h,wand/MagickWand.h... -------------------- yes
1109
+
1110
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
1111
+ checked program was:
1112
+ /* begin */
1113
+ 1: #include "ruby.h"
1114
+ 2:
1115
+ 3: #include <winsock2.h>
1116
+ 4: #include <windows.h>
1117
+ 5: #include <assert.h>
1118
+ 6: #include <ctype.h>
1119
+ 7: #include <stdio.h>
1120
+ 8: #include <stdlib.h>
1121
+ 9: #include <math.h>
1122
+ 10: #include <time.h>
1123
+ 11: #include <stdint.h>
1124
+ 12: #include <sys/types.h>
1125
+ 13: #include <wand/MagickWand.h>
1126
+ 14:
1127
+ 15: /*top*/
1128
+ 16: typedef DitherMethod conftest_type;
1129
+ 17: int conftestval[sizeof(conftest_type)?1:-1];
1130
+ /* end */
1131
+
1132
+ --------------------
1133
+
1134
+ have_type: checking for MagickFunction in assert.h,ctype.h,stdio.h,stdlib.h,math.h,time.h,stdint.h,sys/types.h,wand/MagickWand.h... -------------------- yes
1135
+
1136
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
1137
+ checked program was:
1138
+ /* begin */
1139
+ 1: #include "ruby.h"
1140
+ 2:
1141
+ 3: #include <winsock2.h>
1142
+ 4: #include <windows.h>
1143
+ 5: #include <assert.h>
1144
+ 6: #include <ctype.h>
1145
+ 7: #include <stdio.h>
1146
+ 8: #include <stdlib.h>
1147
+ 9: #include <math.h>
1148
+ 10: #include <time.h>
1149
+ 11: #include <stdint.h>
1150
+ 12: #include <sys/types.h>
1151
+ 13: #include <wand/MagickWand.h>
1152
+ 14:
1153
+ 15: /*top*/
1154
+ 16: typedef MagickFunction conftest_type;
1155
+ 17: int conftestval[sizeof(conftest_type)?1:-1];
1156
+ /* end */
1157
+
1158
+ --------------------
1159
+
1160
+ have_type: checking for ImageLayerMethod in assert.h,ctype.h,stdio.h,stdlib.h,math.h,time.h,stdint.h,sys/types.h,wand/MagickWand.h... -------------------- yes
1161
+
1162
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
1163
+ checked program was:
1164
+ /* begin */
1165
+ 1: #include "ruby.h"
1166
+ 2:
1167
+ 3: #include <winsock2.h>
1168
+ 4: #include <windows.h>
1169
+ 5: #include <assert.h>
1170
+ 6: #include <ctype.h>
1171
+ 7: #include <stdio.h>
1172
+ 8: #include <stdlib.h>
1173
+ 9: #include <math.h>
1174
+ 10: #include <time.h>
1175
+ 11: #include <stdint.h>
1176
+ 12: #include <sys/types.h>
1177
+ 13: #include <wand/MagickWand.h>
1178
+ 14:
1179
+ 15: /*top*/
1180
+ 16: typedef ImageLayerMethod conftest_type;
1181
+ 17: int conftestval[sizeof(conftest_type)?1:-1];
1182
+ /* end */
1183
+
1184
+ --------------------
1185
+
1186
+ have_type: checking for long double in assert.h,ctype.h,stdio.h,stdlib.h,math.h,time.h,stdint.h,sys/types.h,wand/MagickWand.h... -------------------- yes
1187
+
1188
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
1189
+ checked program was:
1190
+ /* begin */
1191
+ 1: #include "ruby.h"
1192
+ 2:
1193
+ 3: #include <winsock2.h>
1194
+ 4: #include <windows.h>
1195
+ 5: #include <assert.h>
1196
+ 6: #include <ctype.h>
1197
+ 7: #include <stdio.h>
1198
+ 8: #include <stdlib.h>
1199
+ 9: #include <math.h>
1200
+ 10: #include <time.h>
1201
+ 11: #include <stdint.h>
1202
+ 12: #include <sys/types.h>
1203
+ 13: #include <wand/MagickWand.h>
1204
+ 14:
1205
+ 15: /*top*/
1206
+ 16: typedef long double conftest_type;
1207
+ 17: int conftestval[sizeof(conftest_type)?1:-1];
1208
+ /* end */
1209
+
1210
+ --------------------
1211
+
1212
+ have_enum_value: checking for AlphaChannelType.CopyAlphaChannel... -------------------- yes
1213
+
1214
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
1215
+ checked program was:
1216
+ /* begin */
1217
+ 1: #include "ruby.h"
1218
+ 2:
1219
+ 3: #include <winsock2.h>
1220
+ 4: #include <windows.h>
1221
+ 5: #include "ruby.h"
1222
+ 6:
1223
+ 7: #include <winsock2.h>
1224
+ 8: #include <windows.h>
1225
+ 9: #include <assert.h>
1226
+ 10: #include <ctype.h>
1227
+ 11: #include <stdio.h>
1228
+ 12: #include <stdlib.h>
1229
+ 13: #include <math.h>
1230
+ 14: #include <time.h>
1231
+ 15: #include <stdint.h>
1232
+ 16: #include <sys/types.h>
1233
+ 17: #include <wand/MagickWand.h>
1234
+ 18:
1235
+ 19: /*top*/
1236
+ 20: int main() { AlphaChannelType t = CopyAlphaChannel; t = t; return 0; }
1237
+ /* end */
1238
+
1239
+ --------------------
1240
+
1241
+ have_enum_value: checking for AlphaChannelType.BackgroundAlphaChannel... -------------------- yes
1242
+
1243
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
1244
+ checked program was:
1245
+ /* begin */
1246
+ 1: #include "ruby.h"
1247
+ 2:
1248
+ 3: #include <winsock2.h>
1249
+ 4: #include <windows.h>
1250
+ 5: #include "ruby.h"
1251
+ 6:
1252
+ 7: #include <winsock2.h>
1253
+ 8: #include <windows.h>
1254
+ 9: #include <assert.h>
1255
+ 10: #include <ctype.h>
1256
+ 11: #include <stdio.h>
1257
+ 12: #include <stdlib.h>
1258
+ 13: #include <math.h>
1259
+ 14: #include <time.h>
1260
+ 15: #include <stdint.h>
1261
+ 16: #include <sys/types.h>
1262
+ 17: #include <wand/MagickWand.h>
1263
+ 18:
1264
+ 19: /*top*/
1265
+ 20: int main() { AlphaChannelType t = BackgroundAlphaChannel; t = t; return 0; }
1266
+ /* end */
1267
+
1268
+ --------------------
1269
+
1270
+ have_enum_value: checking for CompositeOperator.BlurCompositeOp... -------------------- yes
1271
+
1272
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
1273
+ checked program was:
1274
+ /* begin */
1275
+ 1: #include "ruby.h"
1276
+ 2:
1277
+ 3: #include <winsock2.h>
1278
+ 4: #include <windows.h>
1279
+ 5: #include "ruby.h"
1280
+ 6:
1281
+ 7: #include <winsock2.h>
1282
+ 8: #include <windows.h>
1283
+ 9: #include <assert.h>
1284
+ 10: #include <ctype.h>
1285
+ 11: #include <stdio.h>
1286
+ 12: #include <stdlib.h>
1287
+ 13: #include <math.h>
1288
+ 14: #include <time.h>
1289
+ 15: #include <stdint.h>
1290
+ 16: #include <sys/types.h>
1291
+ 17: #include <wand/MagickWand.h>
1292
+ 18:
1293
+ 19: /*top*/
1294
+ 20: int main() { CompositeOperator t = BlurCompositeOp; t = t; return 0; }
1295
+ /* end */
1296
+
1297
+ --------------------
1298
+
1299
+ have_enum_value: checking for CompositeOperator.DistortCompositeOp... -------------------- yes
1300
+
1301
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
1302
+ checked program was:
1303
+ /* begin */
1304
+ 1: #include "ruby.h"
1305
+ 2:
1306
+ 3: #include <winsock2.h>
1307
+ 4: #include <windows.h>
1308
+ 5: #include "ruby.h"
1309
+ 6:
1310
+ 7: #include <winsock2.h>
1311
+ 8: #include <windows.h>
1312
+ 9: #include <assert.h>
1313
+ 10: #include <ctype.h>
1314
+ 11: #include <stdio.h>
1315
+ 12: #include <stdlib.h>
1316
+ 13: #include <math.h>
1317
+ 14: #include <time.h>
1318
+ 15: #include <stdint.h>
1319
+ 16: #include <sys/types.h>
1320
+ 17: #include <wand/MagickWand.h>
1321
+ 18:
1322
+ 19: /*top*/
1323
+ 20: int main() { CompositeOperator t = DistortCompositeOp; t = t; return 0; }
1324
+ /* end */
1325
+
1326
+ --------------------
1327
+
1328
+ have_enum_value: checking for CompositeOperator.LinearBurnCompositeOp... -------------------- yes
1329
+
1330
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
1331
+ checked program was:
1332
+ /* begin */
1333
+ 1: #include "ruby.h"
1334
+ 2:
1335
+ 3: #include <winsock2.h>
1336
+ 4: #include <windows.h>
1337
+ 5: #include "ruby.h"
1338
+ 6:
1339
+ 7: #include <winsock2.h>
1340
+ 8: #include <windows.h>
1341
+ 9: #include <assert.h>
1342
+ 10: #include <ctype.h>
1343
+ 11: #include <stdio.h>
1344
+ 12: #include <stdlib.h>
1345
+ 13: #include <math.h>
1346
+ 14: #include <time.h>
1347
+ 15: #include <stdint.h>
1348
+ 16: #include <sys/types.h>
1349
+ 17: #include <wand/MagickWand.h>
1350
+ 18:
1351
+ 19: /*top*/
1352
+ 20: int main() { CompositeOperator t = LinearBurnCompositeOp; t = t; return 0; }
1353
+ /* end */
1354
+
1355
+ --------------------
1356
+
1357
+ have_enum_value: checking for CompositeOperator.LinearDodgeCompositeOp... -------------------- yes
1358
+
1359
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
1360
+ checked program was:
1361
+ /* begin */
1362
+ 1: #include "ruby.h"
1363
+ 2:
1364
+ 3: #include <winsock2.h>
1365
+ 4: #include <windows.h>
1366
+ 5: #include "ruby.h"
1367
+ 6:
1368
+ 7: #include <winsock2.h>
1369
+ 8: #include <windows.h>
1370
+ 9: #include <assert.h>
1371
+ 10: #include <ctype.h>
1372
+ 11: #include <stdio.h>
1373
+ 12: #include <stdlib.h>
1374
+ 13: #include <math.h>
1375
+ 14: #include <time.h>
1376
+ 15: #include <stdint.h>
1377
+ 16: #include <sys/types.h>
1378
+ 17: #include <wand/MagickWand.h>
1379
+ 18:
1380
+ 19: /*top*/
1381
+ 20: int main() { CompositeOperator t = LinearDodgeCompositeOp; t = t; return 0; }
1382
+ /* end */
1383
+
1384
+ --------------------
1385
+
1386
+ have_enum_value: checking for CompositeOperator.MathematicsCompositeOp... -------------------- yes
1387
+
1388
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
1389
+ checked program was:
1390
+ /* begin */
1391
+ 1: #include "ruby.h"
1392
+ 2:
1393
+ 3: #include <winsock2.h>
1394
+ 4: #include <windows.h>
1395
+ 5: #include "ruby.h"
1396
+ 6:
1397
+ 7: #include <winsock2.h>
1398
+ 8: #include <windows.h>
1399
+ 9: #include <assert.h>
1400
+ 10: #include <ctype.h>
1401
+ 11: #include <stdio.h>
1402
+ 12: #include <stdlib.h>
1403
+ 13: #include <math.h>
1404
+ 14: #include <time.h>
1405
+ 15: #include <stdint.h>
1406
+ 16: #include <sys/types.h>
1407
+ 17: #include <wand/MagickWand.h>
1408
+ 18:
1409
+ 19: /*top*/
1410
+ 20: int main() { CompositeOperator t = MathematicsCompositeOp; t = t; return 0; }
1411
+ /* end */
1412
+
1413
+ --------------------
1414
+
1415
+ have_enum_value: checking for CompositeOperator.PegtopLightCompositeOp... -------------------- yes
1416
+
1417
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
1418
+ checked program was:
1419
+ /* begin */
1420
+ 1: #include "ruby.h"
1421
+ 2:
1422
+ 3: #include <winsock2.h>
1423
+ 4: #include <windows.h>
1424
+ 5: #include "ruby.h"
1425
+ 6:
1426
+ 7: #include <winsock2.h>
1427
+ 8: #include <windows.h>
1428
+ 9: #include <assert.h>
1429
+ 10: #include <ctype.h>
1430
+ 11: #include <stdio.h>
1431
+ 12: #include <stdlib.h>
1432
+ 13: #include <math.h>
1433
+ 14: #include <time.h>
1434
+ 15: #include <stdint.h>
1435
+ 16: #include <sys/types.h>
1436
+ 17: #include <wand/MagickWand.h>
1437
+ 18:
1438
+ 19: /*top*/
1439
+ 20: int main() { CompositeOperator t = PegtopLightCompositeOp; t = t; return 0; }
1440
+ /* end */
1441
+
1442
+ --------------------
1443
+
1444
+ have_enum_value: checking for CompositeOperator.PinLightCompositeOp... -------------------- yes
1445
+
1446
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
1447
+ checked program was:
1448
+ /* begin */
1449
+ 1: #include "ruby.h"
1450
+ 2:
1451
+ 3: #include <winsock2.h>
1452
+ 4: #include <windows.h>
1453
+ 5: #include "ruby.h"
1454
+ 6:
1455
+ 7: #include <winsock2.h>
1456
+ 8: #include <windows.h>
1457
+ 9: #include <assert.h>
1458
+ 10: #include <ctype.h>
1459
+ 11: #include <stdio.h>
1460
+ 12: #include <stdlib.h>
1461
+ 13: #include <math.h>
1462
+ 14: #include <time.h>
1463
+ 15: #include <stdint.h>
1464
+ 16: #include <sys/types.h>
1465
+ 17: #include <wand/MagickWand.h>
1466
+ 18:
1467
+ 19: /*top*/
1468
+ 20: int main() { CompositeOperator t = PinLightCompositeOp; t = t; return 0; }
1469
+ /* end */
1470
+
1471
+ --------------------
1472
+
1473
+ have_enum_value: checking for CompositeOperator.VividLightCompositeOp... -------------------- yes
1474
+
1475
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
1476
+ checked program was:
1477
+ /* begin */
1478
+ 1: #include "ruby.h"
1479
+ 2:
1480
+ 3: #include <winsock2.h>
1481
+ 4: #include <windows.h>
1482
+ 5: #include "ruby.h"
1483
+ 6:
1484
+ 7: #include <winsock2.h>
1485
+ 8: #include <windows.h>
1486
+ 9: #include <assert.h>
1487
+ 10: #include <ctype.h>
1488
+ 11: #include <stdio.h>
1489
+ 12: #include <stdlib.h>
1490
+ 13: #include <math.h>
1491
+ 14: #include <time.h>
1492
+ 15: #include <stdint.h>
1493
+ 16: #include <sys/types.h>
1494
+ 17: #include <wand/MagickWand.h>
1495
+ 18:
1496
+ 19: /*top*/
1497
+ 20: int main() { CompositeOperator t = VividLightCompositeOp; t = t; return 0; }
1498
+ /* end */
1499
+
1500
+ --------------------
1501
+
1502
+ have_enum_value: checking for CompressionType.DXT1Compression... -------------------- yes
1503
+
1504
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
1505
+ checked program was:
1506
+ /* begin */
1507
+ 1: #include "ruby.h"
1508
+ 2:
1509
+ 3: #include <winsock2.h>
1510
+ 4: #include <windows.h>
1511
+ 5: #include "ruby.h"
1512
+ 6:
1513
+ 7: #include <winsock2.h>
1514
+ 8: #include <windows.h>
1515
+ 9: #include <assert.h>
1516
+ 10: #include <ctype.h>
1517
+ 11: #include <stdio.h>
1518
+ 12: #include <stdlib.h>
1519
+ 13: #include <math.h>
1520
+ 14: #include <time.h>
1521
+ 15: #include <stdint.h>
1522
+ 16: #include <sys/types.h>
1523
+ 17: #include <wand/MagickWand.h>
1524
+ 18:
1525
+ 19: /*top*/
1526
+ 20: int main() { CompressionType t = DXT1Compression; t = t; return 0; }
1527
+ /* end */
1528
+
1529
+ --------------------
1530
+
1531
+ have_enum_value: checking for CompressionType.DXT3Compression... -------------------- yes
1532
+
1533
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
1534
+ checked program was:
1535
+ /* begin */
1536
+ 1: #include "ruby.h"
1537
+ 2:
1538
+ 3: #include <winsock2.h>
1539
+ 4: #include <windows.h>
1540
+ 5: #include "ruby.h"
1541
+ 6:
1542
+ 7: #include <winsock2.h>
1543
+ 8: #include <windows.h>
1544
+ 9: #include <assert.h>
1545
+ 10: #include <ctype.h>
1546
+ 11: #include <stdio.h>
1547
+ 12: #include <stdlib.h>
1548
+ 13: #include <math.h>
1549
+ 14: #include <time.h>
1550
+ 15: #include <stdint.h>
1551
+ 16: #include <sys/types.h>
1552
+ 17: #include <wand/MagickWand.h>
1553
+ 18:
1554
+ 19: /*top*/
1555
+ 20: int main() { CompressionType t = DXT3Compression; t = t; return 0; }
1556
+ /* end */
1557
+
1558
+ --------------------
1559
+
1560
+ have_enum_value: checking for CompressionType.DXT5Compression... -------------------- yes
1561
+
1562
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
1563
+ checked program was:
1564
+ /* begin */
1565
+ 1: #include "ruby.h"
1566
+ 2:
1567
+ 3: #include <winsock2.h>
1568
+ 4: #include <windows.h>
1569
+ 5: #include "ruby.h"
1570
+ 6:
1571
+ 7: #include <winsock2.h>
1572
+ 8: #include <windows.h>
1573
+ 9: #include <assert.h>
1574
+ 10: #include <ctype.h>
1575
+ 11: #include <stdio.h>
1576
+ 12: #include <stdlib.h>
1577
+ 13: #include <math.h>
1578
+ 14: #include <time.h>
1579
+ 15: #include <stdint.h>
1580
+ 16: #include <sys/types.h>
1581
+ 17: #include <wand/MagickWand.h>
1582
+ 18:
1583
+ 19: /*top*/
1584
+ 20: int main() { CompressionType t = DXT5Compression; t = t; return 0; }
1585
+ /* end */
1586
+
1587
+ --------------------
1588
+
1589
+ have_enum_value: checking for CompressionType.ZipSCompression... -------------------- yes
1590
+
1591
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
1592
+ checked program was:
1593
+ /* begin */
1594
+ 1: #include "ruby.h"
1595
+ 2:
1596
+ 3: #include <winsock2.h>
1597
+ 4: #include <windows.h>
1598
+ 5: #include "ruby.h"
1599
+ 6:
1600
+ 7: #include <winsock2.h>
1601
+ 8: #include <windows.h>
1602
+ 9: #include <assert.h>
1603
+ 10: #include <ctype.h>
1604
+ 11: #include <stdio.h>
1605
+ 12: #include <stdlib.h>
1606
+ 13: #include <math.h>
1607
+ 14: #include <time.h>
1608
+ 15: #include <stdint.h>
1609
+ 16: #include <sys/types.h>
1610
+ 17: #include <wand/MagickWand.h>
1611
+ 18:
1612
+ 19: /*top*/
1613
+ 20: int main() { CompressionType t = ZipSCompression; t = t; return 0; }
1614
+ /* end */
1615
+
1616
+ --------------------
1617
+
1618
+ have_enum_value: checking for CompressionType.PizCompression... -------------------- yes
1619
+
1620
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
1621
+ checked program was:
1622
+ /* begin */
1623
+ 1: #include "ruby.h"
1624
+ 2:
1625
+ 3: #include <winsock2.h>
1626
+ 4: #include <windows.h>
1627
+ 5: #include "ruby.h"
1628
+ 6:
1629
+ 7: #include <winsock2.h>
1630
+ 8: #include <windows.h>
1631
+ 9: #include <assert.h>
1632
+ 10: #include <ctype.h>
1633
+ 11: #include <stdio.h>
1634
+ 12: #include <stdlib.h>
1635
+ 13: #include <math.h>
1636
+ 14: #include <time.h>
1637
+ 15: #include <stdint.h>
1638
+ 16: #include <sys/types.h>
1639
+ 17: #include <wand/MagickWand.h>
1640
+ 18:
1641
+ 19: /*top*/
1642
+ 20: int main() { CompressionType t = PizCompression; t = t; return 0; }
1643
+ /* end */
1644
+
1645
+ --------------------
1646
+
1647
+ have_enum_value: checking for CompressionType.Pxr24Compression... -------------------- yes
1648
+
1649
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
1650
+ checked program was:
1651
+ /* begin */
1652
+ 1: #include "ruby.h"
1653
+ 2:
1654
+ 3: #include <winsock2.h>
1655
+ 4: #include <windows.h>
1656
+ 5: #include "ruby.h"
1657
+ 6:
1658
+ 7: #include <winsock2.h>
1659
+ 8: #include <windows.h>
1660
+ 9: #include <assert.h>
1661
+ 10: #include <ctype.h>
1662
+ 11: #include <stdio.h>
1663
+ 12: #include <stdlib.h>
1664
+ 13: #include <math.h>
1665
+ 14: #include <time.h>
1666
+ 15: #include <stdint.h>
1667
+ 16: #include <sys/types.h>
1668
+ 17: #include <wand/MagickWand.h>
1669
+ 18:
1670
+ 19: /*top*/
1671
+ 20: int main() { CompressionType t = Pxr24Compression; t = t; return 0; }
1672
+ /* end */
1673
+
1674
+ --------------------
1675
+
1676
+ have_enum_value: checking for CompressionType.B44Compression... -------------------- yes
1677
+
1678
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
1679
+ checked program was:
1680
+ /* begin */
1681
+ 1: #include "ruby.h"
1682
+ 2:
1683
+ 3: #include <winsock2.h>
1684
+ 4: #include <windows.h>
1685
+ 5: #include "ruby.h"
1686
+ 6:
1687
+ 7: #include <winsock2.h>
1688
+ 8: #include <windows.h>
1689
+ 9: #include <assert.h>
1690
+ 10: #include <ctype.h>
1691
+ 11: #include <stdio.h>
1692
+ 12: #include <stdlib.h>
1693
+ 13: #include <math.h>
1694
+ 14: #include <time.h>
1695
+ 15: #include <stdint.h>
1696
+ 16: #include <sys/types.h>
1697
+ 17: #include <wand/MagickWand.h>
1698
+ 18:
1699
+ 19: /*top*/
1700
+ 20: int main() { CompressionType t = B44Compression; t = t; return 0; }
1701
+ /* end */
1702
+
1703
+ --------------------
1704
+
1705
+ have_enum_value: checking for CompressionType.B44ACompression... -------------------- yes
1706
+
1707
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
1708
+ checked program was:
1709
+ /* begin */
1710
+ 1: #include "ruby.h"
1711
+ 2:
1712
+ 3: #include <winsock2.h>
1713
+ 4: #include <windows.h>
1714
+ 5: #include "ruby.h"
1715
+ 6:
1716
+ 7: #include <winsock2.h>
1717
+ 8: #include <windows.h>
1718
+ 9: #include <assert.h>
1719
+ 10: #include <ctype.h>
1720
+ 11: #include <stdio.h>
1721
+ 12: #include <stdlib.h>
1722
+ 13: #include <math.h>
1723
+ 14: #include <time.h>
1724
+ 15: #include <stdint.h>
1725
+ 16: #include <sys/types.h>
1726
+ 17: #include <wand/MagickWand.h>
1727
+ 18:
1728
+ 19: /*top*/
1729
+ 20: int main() { CompressionType t = B44ACompression; t = t; return 0; }
1730
+ /* end */
1731
+
1732
+ --------------------
1733
+
1734
+ have_enum_value: checking for DistortImageMethod.BarrelDistortion... -------------------- yes
1735
+
1736
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
1737
+ checked program was:
1738
+ /* begin */
1739
+ 1: #include "ruby.h"
1740
+ 2:
1741
+ 3: #include <winsock2.h>
1742
+ 4: #include <windows.h>
1743
+ 5: #include "ruby.h"
1744
+ 6:
1745
+ 7: #include <winsock2.h>
1746
+ 8: #include <windows.h>
1747
+ 9: #include <assert.h>
1748
+ 10: #include <ctype.h>
1749
+ 11: #include <stdio.h>
1750
+ 12: #include <stdlib.h>
1751
+ 13: #include <math.h>
1752
+ 14: #include <time.h>
1753
+ 15: #include <stdint.h>
1754
+ 16: #include <sys/types.h>
1755
+ 17: #include <wand/MagickWand.h>
1756
+ 18:
1757
+ 19: /*top*/
1758
+ 20: int main() { DistortImageMethod t = BarrelDistortion; t = t; return 0; }
1759
+ /* end */
1760
+
1761
+ --------------------
1762
+
1763
+ have_enum_value: checking for DistortImageMethod.BarrelInverseDistortion... -------------------- yes
1764
+
1765
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
1766
+ checked program was:
1767
+ /* begin */
1768
+ 1: #include "ruby.h"
1769
+ 2:
1770
+ 3: #include <winsock2.h>
1771
+ 4: #include <windows.h>
1772
+ 5: #include "ruby.h"
1773
+ 6:
1774
+ 7: #include <winsock2.h>
1775
+ 8: #include <windows.h>
1776
+ 9: #include <assert.h>
1777
+ 10: #include <ctype.h>
1778
+ 11: #include <stdio.h>
1779
+ 12: #include <stdlib.h>
1780
+ 13: #include <math.h>
1781
+ 14: #include <time.h>
1782
+ 15: #include <stdint.h>
1783
+ 16: #include <sys/types.h>
1784
+ 17: #include <wand/MagickWand.h>
1785
+ 18:
1786
+ 19: /*top*/
1787
+ 20: int main() { DistortImageMethod t = BarrelInverseDistortion; t = t; return 0; }
1788
+ /* end */
1789
+
1790
+ --------------------
1791
+
1792
+ have_enum_value: checking for DistortImageMethod.BilinearForwardDistortion... -------------------- yes
1793
+
1794
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
1795
+ checked program was:
1796
+ /* begin */
1797
+ 1: #include "ruby.h"
1798
+ 2:
1799
+ 3: #include <winsock2.h>
1800
+ 4: #include <windows.h>
1801
+ 5: #include "ruby.h"
1802
+ 6:
1803
+ 7: #include <winsock2.h>
1804
+ 8: #include <windows.h>
1805
+ 9: #include <assert.h>
1806
+ 10: #include <ctype.h>
1807
+ 11: #include <stdio.h>
1808
+ 12: #include <stdlib.h>
1809
+ 13: #include <math.h>
1810
+ 14: #include <time.h>
1811
+ 15: #include <stdint.h>
1812
+ 16: #include <sys/types.h>
1813
+ 17: #include <wand/MagickWand.h>
1814
+ 18:
1815
+ 19: /*top*/
1816
+ 20: int main() { DistortImageMethod t = BilinearForwardDistortion; t = t; return 0; }
1817
+ /* end */
1818
+
1819
+ --------------------
1820
+
1821
+ have_enum_value: checking for DistortImageMethod.BilinearReverseDistortion... -------------------- yes
1822
+
1823
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
1824
+ checked program was:
1825
+ /* begin */
1826
+ 1: #include "ruby.h"
1827
+ 2:
1828
+ 3: #include <winsock2.h>
1829
+ 4: #include <windows.h>
1830
+ 5: #include "ruby.h"
1831
+ 6:
1832
+ 7: #include <winsock2.h>
1833
+ 8: #include <windows.h>
1834
+ 9: #include <assert.h>
1835
+ 10: #include <ctype.h>
1836
+ 11: #include <stdio.h>
1837
+ 12: #include <stdlib.h>
1838
+ 13: #include <math.h>
1839
+ 14: #include <time.h>
1840
+ 15: #include <stdint.h>
1841
+ 16: #include <sys/types.h>
1842
+ 17: #include <wand/MagickWand.h>
1843
+ 18:
1844
+ 19: /*top*/
1845
+ 20: int main() { DistortImageMethod t = BilinearReverseDistortion; t = t; return 0; }
1846
+ /* end */
1847
+
1848
+ --------------------
1849
+
1850
+ have_enum_value: checking for DistortImageMethod.DePolarDistortion... -------------------- yes
1851
+
1852
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
1853
+ checked program was:
1854
+ /* begin */
1855
+ 1: #include "ruby.h"
1856
+ 2:
1857
+ 3: #include <winsock2.h>
1858
+ 4: #include <windows.h>
1859
+ 5: #include "ruby.h"
1860
+ 6:
1861
+ 7: #include <winsock2.h>
1862
+ 8: #include <windows.h>
1863
+ 9: #include <assert.h>
1864
+ 10: #include <ctype.h>
1865
+ 11: #include <stdio.h>
1866
+ 12: #include <stdlib.h>
1867
+ 13: #include <math.h>
1868
+ 14: #include <time.h>
1869
+ 15: #include <stdint.h>
1870
+ 16: #include <sys/types.h>
1871
+ 17: #include <wand/MagickWand.h>
1872
+ 18:
1873
+ 19: /*top*/
1874
+ 20: int main() { DistortImageMethod t = DePolarDistortion; t = t; return 0; }
1875
+ /* end */
1876
+
1877
+ --------------------
1878
+
1879
+ have_enum_value: checking for DistortImageMethod.PolarDistortion... -------------------- yes
1880
+
1881
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
1882
+ checked program was:
1883
+ /* begin */
1884
+ 1: #include "ruby.h"
1885
+ 2:
1886
+ 3: #include <winsock2.h>
1887
+ 4: #include <windows.h>
1888
+ 5: #include "ruby.h"
1889
+ 6:
1890
+ 7: #include <winsock2.h>
1891
+ 8: #include <windows.h>
1892
+ 9: #include <assert.h>
1893
+ 10: #include <ctype.h>
1894
+ 11: #include <stdio.h>
1895
+ 12: #include <stdlib.h>
1896
+ 13: #include <math.h>
1897
+ 14: #include <time.h>
1898
+ 15: #include <stdint.h>
1899
+ 16: #include <sys/types.h>
1900
+ 17: #include <wand/MagickWand.h>
1901
+ 18:
1902
+ 19: /*top*/
1903
+ 20: int main() { DistortImageMethod t = PolarDistortion; t = t; return 0; }
1904
+ /* end */
1905
+
1906
+ --------------------
1907
+
1908
+ have_enum_value: checking for DistortImageMethod.PolynomialDistortion... -------------------- yes
1909
+
1910
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
1911
+ checked program was:
1912
+ /* begin */
1913
+ 1: #include "ruby.h"
1914
+ 2:
1915
+ 3: #include <winsock2.h>
1916
+ 4: #include <windows.h>
1917
+ 5: #include "ruby.h"
1918
+ 6:
1919
+ 7: #include <winsock2.h>
1920
+ 8: #include <windows.h>
1921
+ 9: #include <assert.h>
1922
+ 10: #include <ctype.h>
1923
+ 11: #include <stdio.h>
1924
+ 12: #include <stdlib.h>
1925
+ 13: #include <math.h>
1926
+ 14: #include <time.h>
1927
+ 15: #include <stdint.h>
1928
+ 16: #include <sys/types.h>
1929
+ 17: #include <wand/MagickWand.h>
1930
+ 18:
1931
+ 19: /*top*/
1932
+ 20: int main() { DistortImageMethod t = PolynomialDistortion; t = t; return 0; }
1933
+ /* end */
1934
+
1935
+ --------------------
1936
+
1937
+ have_enum_value: checking for DistortImageMethod.ShepardsDistortion... -------------------- yes
1938
+
1939
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
1940
+ checked program was:
1941
+ /* begin */
1942
+ 1: #include "ruby.h"
1943
+ 2:
1944
+ 3: #include <winsock2.h>
1945
+ 4: #include <windows.h>
1946
+ 5: #include "ruby.h"
1947
+ 6:
1948
+ 7: #include <winsock2.h>
1949
+ 8: #include <windows.h>
1950
+ 9: #include <assert.h>
1951
+ 10: #include <ctype.h>
1952
+ 11: #include <stdio.h>
1953
+ 12: #include <stdlib.h>
1954
+ 13: #include <math.h>
1955
+ 14: #include <time.h>
1956
+ 15: #include <stdint.h>
1957
+ 16: #include <sys/types.h>
1958
+ 17: #include <wand/MagickWand.h>
1959
+ 18:
1960
+ 19: /*top*/
1961
+ 20: int main() { DistortImageMethod t = ShepardsDistortion; t = t; return 0; }
1962
+ /* end */
1963
+
1964
+ --------------------
1965
+
1966
+ have_enum_value: checking for DitherMethod.NoDitherMethod... -------------------- yes
1967
+
1968
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
1969
+ checked program was:
1970
+ /* begin */
1971
+ 1: #include "ruby.h"
1972
+ 2:
1973
+ 3: #include <winsock2.h>
1974
+ 4: #include <windows.h>
1975
+ 5: #include "ruby.h"
1976
+ 6:
1977
+ 7: #include <winsock2.h>
1978
+ 8: #include <windows.h>
1979
+ 9: #include <assert.h>
1980
+ 10: #include <ctype.h>
1981
+ 11: #include <stdio.h>
1982
+ 12: #include <stdlib.h>
1983
+ 13: #include <math.h>
1984
+ 14: #include <time.h>
1985
+ 15: #include <stdint.h>
1986
+ 16: #include <sys/types.h>
1987
+ 17: #include <wand/MagickWand.h>
1988
+ 18:
1989
+ 19: /*top*/
1990
+ 20: int main() { DitherMethod t = NoDitherMethod; t = t; return 0; }
1991
+ /* end */
1992
+
1993
+ --------------------
1994
+
1995
+ have_enum_value: checking for FilterTypes.KaiserFilter... -------------------- yes
1996
+
1997
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
1998
+ checked program was:
1999
+ /* begin */
2000
+ 1: #include "ruby.h"
2001
+ 2:
2002
+ 3: #include <winsock2.h>
2003
+ 4: #include <windows.h>
2004
+ 5: #include "ruby.h"
2005
+ 6:
2006
+ 7: #include <winsock2.h>
2007
+ 8: #include <windows.h>
2008
+ 9: #include <assert.h>
2009
+ 10: #include <ctype.h>
2010
+ 11: #include <stdio.h>
2011
+ 12: #include <stdlib.h>
2012
+ 13: #include <math.h>
2013
+ 14: #include <time.h>
2014
+ 15: #include <stdint.h>
2015
+ 16: #include <sys/types.h>
2016
+ 17: #include <wand/MagickWand.h>
2017
+ 18:
2018
+ 19: /*top*/
2019
+ 20: int main() { FilterTypes t = KaiserFilter; t = t; return 0; }
2020
+ /* end */
2021
+
2022
+ --------------------
2023
+
2024
+ have_enum_value: checking for FilterTypes.WelshFilter... -------------------- yes
2025
+
2026
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
2027
+ checked program was:
2028
+ /* begin */
2029
+ 1: #include "ruby.h"
2030
+ 2:
2031
+ 3: #include <winsock2.h>
2032
+ 4: #include <windows.h>
2033
+ 5: #include "ruby.h"
2034
+ 6:
2035
+ 7: #include <winsock2.h>
2036
+ 8: #include <windows.h>
2037
+ 9: #include <assert.h>
2038
+ 10: #include <ctype.h>
2039
+ 11: #include <stdio.h>
2040
+ 12: #include <stdlib.h>
2041
+ 13: #include <math.h>
2042
+ 14: #include <time.h>
2043
+ 15: #include <stdint.h>
2044
+ 16: #include <sys/types.h>
2045
+ 17: #include <wand/MagickWand.h>
2046
+ 18:
2047
+ 19: /*top*/
2048
+ 20: int main() { FilterTypes t = WelshFilter; t = t; return 0; }
2049
+ /* end */
2050
+
2051
+ --------------------
2052
+
2053
+ have_enum_value: checking for FilterTypes.ParzenFilter... -------------------- yes
2054
+
2055
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
2056
+ checked program was:
2057
+ /* begin */
2058
+ 1: #include "ruby.h"
2059
+ 2:
2060
+ 3: #include <winsock2.h>
2061
+ 4: #include <windows.h>
2062
+ 5: #include "ruby.h"
2063
+ 6:
2064
+ 7: #include <winsock2.h>
2065
+ 8: #include <windows.h>
2066
+ 9: #include <assert.h>
2067
+ 10: #include <ctype.h>
2068
+ 11: #include <stdio.h>
2069
+ 12: #include <stdlib.h>
2070
+ 13: #include <math.h>
2071
+ 14: #include <time.h>
2072
+ 15: #include <stdint.h>
2073
+ 16: #include <sys/types.h>
2074
+ 17: #include <wand/MagickWand.h>
2075
+ 18:
2076
+ 19: /*top*/
2077
+ 20: int main() { FilterTypes t = ParzenFilter; t = t; return 0; }
2078
+ /* end */
2079
+
2080
+ --------------------
2081
+
2082
+ have_enum_value: checking for FilterTypes.LagrangeFilter... -------------------- yes
2083
+
2084
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
2085
+ checked program was:
2086
+ /* begin */
2087
+ 1: #include "ruby.h"
2088
+ 2:
2089
+ 3: #include <winsock2.h>
2090
+ 4: #include <windows.h>
2091
+ 5: #include "ruby.h"
2092
+ 6:
2093
+ 7: #include <winsock2.h>
2094
+ 8: #include <windows.h>
2095
+ 9: #include <assert.h>
2096
+ 10: #include <ctype.h>
2097
+ 11: #include <stdio.h>
2098
+ 12: #include <stdlib.h>
2099
+ 13: #include <math.h>
2100
+ 14: #include <time.h>
2101
+ 15: #include <stdint.h>
2102
+ 16: #include <sys/types.h>
2103
+ 17: #include <wand/MagickWand.h>
2104
+ 18:
2105
+ 19: /*top*/
2106
+ 20: int main() { FilterTypes t = LagrangeFilter; t = t; return 0; }
2107
+ /* end */
2108
+
2109
+ --------------------
2110
+
2111
+ have_enum_value: checking for FilterTypes.BohmanFilter... -------------------- yes
2112
+
2113
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
2114
+ checked program was:
2115
+ /* begin */
2116
+ 1: #include "ruby.h"
2117
+ 2:
2118
+ 3: #include <winsock2.h>
2119
+ 4: #include <windows.h>
2120
+ 5: #include "ruby.h"
2121
+ 6:
2122
+ 7: #include <winsock2.h>
2123
+ 8: #include <windows.h>
2124
+ 9: #include <assert.h>
2125
+ 10: #include <ctype.h>
2126
+ 11: #include <stdio.h>
2127
+ 12: #include <stdlib.h>
2128
+ 13: #include <math.h>
2129
+ 14: #include <time.h>
2130
+ 15: #include <stdint.h>
2131
+ 16: #include <sys/types.h>
2132
+ 17: #include <wand/MagickWand.h>
2133
+ 18:
2134
+ 19: /*top*/
2135
+ 20: int main() { FilterTypes t = BohmanFilter; t = t; return 0; }
2136
+ /* end */
2137
+
2138
+ --------------------
2139
+
2140
+ have_enum_value: checking for FilterTypes.BartlettFilter... -------------------- yes
2141
+
2142
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
2143
+ checked program was:
2144
+ /* begin */
2145
+ 1: #include "ruby.h"
2146
+ 2:
2147
+ 3: #include <winsock2.h>
2148
+ 4: #include <windows.h>
2149
+ 5: #include "ruby.h"
2150
+ 6:
2151
+ 7: #include <winsock2.h>
2152
+ 8: #include <windows.h>
2153
+ 9: #include <assert.h>
2154
+ 10: #include <ctype.h>
2155
+ 11: #include <stdio.h>
2156
+ 12: #include <stdlib.h>
2157
+ 13: #include <math.h>
2158
+ 14: #include <time.h>
2159
+ 15: #include <stdint.h>
2160
+ 16: #include <sys/types.h>
2161
+ 17: #include <wand/MagickWand.h>
2162
+ 18:
2163
+ 19: /*top*/
2164
+ 20: int main() { FilterTypes t = BartlettFilter; t = t; return 0; }
2165
+ /* end */
2166
+
2167
+ --------------------
2168
+
2169
+ have_enum_value: checking for FilterTypes.SentinelFilter... -------------------- yes
2170
+
2171
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
2172
+ checked program was:
2173
+ /* begin */
2174
+ 1: #include "ruby.h"
2175
+ 2:
2176
+ 3: #include <winsock2.h>
2177
+ 4: #include <windows.h>
2178
+ 5: #include "ruby.h"
2179
+ 6:
2180
+ 7: #include <winsock2.h>
2181
+ 8: #include <windows.h>
2182
+ 9: #include <assert.h>
2183
+ 10: #include <ctype.h>
2184
+ 11: #include <stdio.h>
2185
+ 12: #include <stdlib.h>
2186
+ 13: #include <math.h>
2187
+ 14: #include <time.h>
2188
+ 15: #include <stdint.h>
2189
+ 16: #include <sys/types.h>
2190
+ 17: #include <wand/MagickWand.h>
2191
+ 18:
2192
+ 19: /*top*/
2193
+ 20: int main() { FilterTypes t = SentinelFilter; t = t; return 0; }
2194
+ /* end */
2195
+
2196
+ --------------------
2197
+
2198
+ have_enum_value: checking for MagickEvaluateOperator.PowEvaluateOperator... -------------------- yes
2199
+
2200
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
2201
+ checked program was:
2202
+ /* begin */
2203
+ 1: #include "ruby.h"
2204
+ 2:
2205
+ 3: #include <winsock2.h>
2206
+ 4: #include <windows.h>
2207
+ 5: #include "ruby.h"
2208
+ 6:
2209
+ 7: #include <winsock2.h>
2210
+ 8: #include <windows.h>
2211
+ 9: #include <assert.h>
2212
+ 10: #include <ctype.h>
2213
+ 11: #include <stdio.h>
2214
+ 12: #include <stdlib.h>
2215
+ 13: #include <math.h>
2216
+ 14: #include <time.h>
2217
+ 15: #include <stdint.h>
2218
+ 16: #include <sys/types.h>
2219
+ 17: #include <wand/MagickWand.h>
2220
+ 18:
2221
+ 19: /*top*/
2222
+ 20: int main() { MagickEvaluateOperator t = PowEvaluateOperator; t = t; return 0; }
2223
+ /* end */
2224
+
2225
+ --------------------
2226
+
2227
+ have_enum_value: checking for MagickEvaluateOperator.LogEvaluateOperator... -------------------- yes
2228
+
2229
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
2230
+ checked program was:
2231
+ /* begin */
2232
+ 1: #include "ruby.h"
2233
+ 2:
2234
+ 3: #include <winsock2.h>
2235
+ 4: #include <windows.h>
2236
+ 5: #include "ruby.h"
2237
+ 6:
2238
+ 7: #include <winsock2.h>
2239
+ 8: #include <windows.h>
2240
+ 9: #include <assert.h>
2241
+ 10: #include <ctype.h>
2242
+ 11: #include <stdio.h>
2243
+ 12: #include <stdlib.h>
2244
+ 13: #include <math.h>
2245
+ 14: #include <time.h>
2246
+ 15: #include <stdint.h>
2247
+ 16: #include <sys/types.h>
2248
+ 17: #include <wand/MagickWand.h>
2249
+ 18:
2250
+ 19: /*top*/
2251
+ 20: int main() { MagickEvaluateOperator t = LogEvaluateOperator; t = t; return 0; }
2252
+ /* end */
2253
+
2254
+ --------------------
2255
+
2256
+ have_enum_value: checking for MagickEvaluateOperator.ThresholdEvaluateOperator... -------------------- yes
2257
+
2258
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
2259
+ checked program was:
2260
+ /* begin */
2261
+ 1: #include "ruby.h"
2262
+ 2:
2263
+ 3: #include <winsock2.h>
2264
+ 4: #include <windows.h>
2265
+ 5: #include "ruby.h"
2266
+ 6:
2267
+ 7: #include <winsock2.h>
2268
+ 8: #include <windows.h>
2269
+ 9: #include <assert.h>
2270
+ 10: #include <ctype.h>
2271
+ 11: #include <stdio.h>
2272
+ 12: #include <stdlib.h>
2273
+ 13: #include <math.h>
2274
+ 14: #include <time.h>
2275
+ 15: #include <stdint.h>
2276
+ 16: #include <sys/types.h>
2277
+ 17: #include <wand/MagickWand.h>
2278
+ 18:
2279
+ 19: /*top*/
2280
+ 20: int main() { MagickEvaluateOperator t = ThresholdEvaluateOperator; t = t; return 0; }
2281
+ /* end */
2282
+
2283
+ --------------------
2284
+
2285
+ have_enum_value: checking for MagickEvaluateOperator.ThresholdBlackEvaluateOperator... -------------------- yes
2286
+
2287
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
2288
+ checked program was:
2289
+ /* begin */
2290
+ 1: #include "ruby.h"
2291
+ 2:
2292
+ 3: #include <winsock2.h>
2293
+ 4: #include <windows.h>
2294
+ 5: #include "ruby.h"
2295
+ 6:
2296
+ 7: #include <winsock2.h>
2297
+ 8: #include <windows.h>
2298
+ 9: #include <assert.h>
2299
+ 10: #include <ctype.h>
2300
+ 11: #include <stdio.h>
2301
+ 12: #include <stdlib.h>
2302
+ 13: #include <math.h>
2303
+ 14: #include <time.h>
2304
+ 15: #include <stdint.h>
2305
+ 16: #include <sys/types.h>
2306
+ 17: #include <wand/MagickWand.h>
2307
+ 18:
2308
+ 19: /*top*/
2309
+ 20: int main() { MagickEvaluateOperator t = ThresholdBlackEvaluateOperator; t = t; return 0; }
2310
+ /* end */
2311
+
2312
+ --------------------
2313
+
2314
+ have_enum_value: checking for MagickEvaluateOperator.ThresholdWhiteEvaluateOperator... -------------------- yes
2315
+
2316
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
2317
+ checked program was:
2318
+ /* begin */
2319
+ 1: #include "ruby.h"
2320
+ 2:
2321
+ 3: #include <winsock2.h>
2322
+ 4: #include <windows.h>
2323
+ 5: #include "ruby.h"
2324
+ 6:
2325
+ 7: #include <winsock2.h>
2326
+ 8: #include <windows.h>
2327
+ 9: #include <assert.h>
2328
+ 10: #include <ctype.h>
2329
+ 11: #include <stdio.h>
2330
+ 12: #include <stdlib.h>
2331
+ 13: #include <math.h>
2332
+ 14: #include <time.h>
2333
+ 15: #include <stdint.h>
2334
+ 16: #include <sys/types.h>
2335
+ 17: #include <wand/MagickWand.h>
2336
+ 18:
2337
+ 19: /*top*/
2338
+ 20: int main() { MagickEvaluateOperator t = ThresholdWhiteEvaluateOperator; t = t; return 0; }
2339
+ /* end */
2340
+
2341
+ --------------------
2342
+
2343
+ have_enum_value: checking for MagickEvaluateOperator.GaussianNoiseEvaluateOperator... -------------------- yes
2344
+
2345
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
2346
+ checked program was:
2347
+ /* begin */
2348
+ 1: #include "ruby.h"
2349
+ 2:
2350
+ 3: #include <winsock2.h>
2351
+ 4: #include <windows.h>
2352
+ 5: #include "ruby.h"
2353
+ 6:
2354
+ 7: #include <winsock2.h>
2355
+ 8: #include <windows.h>
2356
+ 9: #include <assert.h>
2357
+ 10: #include <ctype.h>
2358
+ 11: #include <stdio.h>
2359
+ 12: #include <stdlib.h>
2360
+ 13: #include <math.h>
2361
+ 14: #include <time.h>
2362
+ 15: #include <stdint.h>
2363
+ 16: #include <sys/types.h>
2364
+ 17: #include <wand/MagickWand.h>
2365
+ 18:
2366
+ 19: /*top*/
2367
+ 20: int main() { MagickEvaluateOperator t = GaussianNoiseEvaluateOperator; t = t; return 0; }
2368
+ /* end */
2369
+
2370
+ --------------------
2371
+
2372
+ have_enum_value: checking for MagickEvaluateOperator.ImpulseNoiseEvaluateOperator... -------------------- yes
2373
+
2374
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
2375
+ checked program was:
2376
+ /* begin */
2377
+ 1: #include "ruby.h"
2378
+ 2:
2379
+ 3: #include <winsock2.h>
2380
+ 4: #include <windows.h>
2381
+ 5: #include "ruby.h"
2382
+ 6:
2383
+ 7: #include <winsock2.h>
2384
+ 8: #include <windows.h>
2385
+ 9: #include <assert.h>
2386
+ 10: #include <ctype.h>
2387
+ 11: #include <stdio.h>
2388
+ 12: #include <stdlib.h>
2389
+ 13: #include <math.h>
2390
+ 14: #include <time.h>
2391
+ 15: #include <stdint.h>
2392
+ 16: #include <sys/types.h>
2393
+ 17: #include <wand/MagickWand.h>
2394
+ 18:
2395
+ 19: /*top*/
2396
+ 20: int main() { MagickEvaluateOperator t = ImpulseNoiseEvaluateOperator; t = t; return 0; }
2397
+ /* end */
2398
+
2399
+ --------------------
2400
+
2401
+ have_enum_value: checking for MagickEvaluateOperator.LaplacianNoiseEvaluateOperator... -------------------- yes
2402
+
2403
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
2404
+ checked program was:
2405
+ /* begin */
2406
+ 1: #include "ruby.h"
2407
+ 2:
2408
+ 3: #include <winsock2.h>
2409
+ 4: #include <windows.h>
2410
+ 5: #include "ruby.h"
2411
+ 6:
2412
+ 7: #include <winsock2.h>
2413
+ 8: #include <windows.h>
2414
+ 9: #include <assert.h>
2415
+ 10: #include <ctype.h>
2416
+ 11: #include <stdio.h>
2417
+ 12: #include <stdlib.h>
2418
+ 13: #include <math.h>
2419
+ 14: #include <time.h>
2420
+ 15: #include <stdint.h>
2421
+ 16: #include <sys/types.h>
2422
+ 17: #include <wand/MagickWand.h>
2423
+ 18:
2424
+ 19: /*top*/
2425
+ 20: int main() { MagickEvaluateOperator t = LaplacianNoiseEvaluateOperator; t = t; return 0; }
2426
+ /* end */
2427
+
2428
+ --------------------
2429
+
2430
+ have_enum_value: checking for MagickEvaluateOperator.MultiplicativeNoiseEvaluateOperator... -------------------- yes
2431
+
2432
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
2433
+ checked program was:
2434
+ /* begin */
2435
+ 1: #include "ruby.h"
2436
+ 2:
2437
+ 3: #include <winsock2.h>
2438
+ 4: #include <windows.h>
2439
+ 5: #include "ruby.h"
2440
+ 6:
2441
+ 7: #include <winsock2.h>
2442
+ 8: #include <windows.h>
2443
+ 9: #include <assert.h>
2444
+ 10: #include <ctype.h>
2445
+ 11: #include <stdio.h>
2446
+ 12: #include <stdlib.h>
2447
+ 13: #include <math.h>
2448
+ 14: #include <time.h>
2449
+ 15: #include <stdint.h>
2450
+ 16: #include <sys/types.h>
2451
+ 17: #include <wand/MagickWand.h>
2452
+ 18:
2453
+ 19: /*top*/
2454
+ 20: int main() { MagickEvaluateOperator t = MultiplicativeNoiseEvaluateOperator; t = t; return 0; }
2455
+ /* end */
2456
+
2457
+ --------------------
2458
+
2459
+ have_enum_value: checking for MagickEvaluateOperator.PoissonNoiseEvaluateOperator... -------------------- yes
2460
+
2461
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
2462
+ checked program was:
2463
+ /* begin */
2464
+ 1: #include "ruby.h"
2465
+ 2:
2466
+ 3: #include <winsock2.h>
2467
+ 4: #include <windows.h>
2468
+ 5: #include "ruby.h"
2469
+ 6:
2470
+ 7: #include <winsock2.h>
2471
+ 8: #include <windows.h>
2472
+ 9: #include <assert.h>
2473
+ 10: #include <ctype.h>
2474
+ 11: #include <stdio.h>
2475
+ 12: #include <stdlib.h>
2476
+ 13: #include <math.h>
2477
+ 14: #include <time.h>
2478
+ 15: #include <stdint.h>
2479
+ 16: #include <sys/types.h>
2480
+ 17: #include <wand/MagickWand.h>
2481
+ 18:
2482
+ 19: /*top*/
2483
+ 20: int main() { MagickEvaluateOperator t = PoissonNoiseEvaluateOperator; t = t; return 0; }
2484
+ /* end */
2485
+
2486
+ --------------------
2487
+
2488
+ have_enum_value: checking for MagickEvaluateOperator.UniformNoiseEvaluateOperator... -------------------- yes
2489
+
2490
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
2491
+ checked program was:
2492
+ /* begin */
2493
+ 1: #include "ruby.h"
2494
+ 2:
2495
+ 3: #include <winsock2.h>
2496
+ 4: #include <windows.h>
2497
+ 5: #include "ruby.h"
2498
+ 6:
2499
+ 7: #include <winsock2.h>
2500
+ 8: #include <windows.h>
2501
+ 9: #include <assert.h>
2502
+ 10: #include <ctype.h>
2503
+ 11: #include <stdio.h>
2504
+ 12: #include <stdlib.h>
2505
+ 13: #include <math.h>
2506
+ 14: #include <time.h>
2507
+ 15: #include <stdint.h>
2508
+ 16: #include <sys/types.h>
2509
+ 17: #include <wand/MagickWand.h>
2510
+ 18:
2511
+ 19: /*top*/
2512
+ 20: int main() { MagickEvaluateOperator t = UniformNoiseEvaluateOperator; t = t; return 0; }
2513
+ /* end */
2514
+
2515
+ --------------------
2516
+
2517
+ have_enum_value: checking for MagickEvaluateOperator.CosineEvaluateOperator... -------------------- yes
2518
+
2519
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
2520
+ checked program was:
2521
+ /* begin */
2522
+ 1: #include "ruby.h"
2523
+ 2:
2524
+ 3: #include <winsock2.h>
2525
+ 4: #include <windows.h>
2526
+ 5: #include "ruby.h"
2527
+ 6:
2528
+ 7: #include <winsock2.h>
2529
+ 8: #include <windows.h>
2530
+ 9: #include <assert.h>
2531
+ 10: #include <ctype.h>
2532
+ 11: #include <stdio.h>
2533
+ 12: #include <stdlib.h>
2534
+ 13: #include <math.h>
2535
+ 14: #include <time.h>
2536
+ 15: #include <stdint.h>
2537
+ 16: #include <sys/types.h>
2538
+ 17: #include <wand/MagickWand.h>
2539
+ 18:
2540
+ 19: /*top*/
2541
+ 20: int main() { MagickEvaluateOperator t = CosineEvaluateOperator; t = t; return 0; }
2542
+ /* end */
2543
+
2544
+ --------------------
2545
+
2546
+ have_enum_value: checking for MagickEvaluateOperator.SineEvaluateOperator... -------------------- yes
2547
+
2548
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
2549
+ checked program was:
2550
+ /* begin */
2551
+ 1: #include "ruby.h"
2552
+ 2:
2553
+ 3: #include <winsock2.h>
2554
+ 4: #include <windows.h>
2555
+ 5: #include "ruby.h"
2556
+ 6:
2557
+ 7: #include <winsock2.h>
2558
+ 8: #include <windows.h>
2559
+ 9: #include <assert.h>
2560
+ 10: #include <ctype.h>
2561
+ 11: #include <stdio.h>
2562
+ 12: #include <stdlib.h>
2563
+ 13: #include <math.h>
2564
+ 14: #include <time.h>
2565
+ 15: #include <stdint.h>
2566
+ 16: #include <sys/types.h>
2567
+ 17: #include <wand/MagickWand.h>
2568
+ 18:
2569
+ 19: /*top*/
2570
+ 20: int main() { MagickEvaluateOperator t = SineEvaluateOperator; t = t; return 0; }
2571
+ /* end */
2572
+
2573
+ --------------------
2574
+
2575
+ have_enum_value: checking for MagickEvaluateOperator.AddModulusEvaluateOperator... -------------------- yes
2576
+
2577
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
2578
+ checked program was:
2579
+ /* begin */
2580
+ 1: #include "ruby.h"
2581
+ 2:
2582
+ 3: #include <winsock2.h>
2583
+ 4: #include <windows.h>
2584
+ 5: #include "ruby.h"
2585
+ 6:
2586
+ 7: #include <winsock2.h>
2587
+ 8: #include <windows.h>
2588
+ 9: #include <assert.h>
2589
+ 10: #include <ctype.h>
2590
+ 11: #include <stdio.h>
2591
+ 12: #include <stdlib.h>
2592
+ 13: #include <math.h>
2593
+ 14: #include <time.h>
2594
+ 15: #include <stdint.h>
2595
+ 16: #include <sys/types.h>
2596
+ 17: #include <wand/MagickWand.h>
2597
+ 18:
2598
+ 19: /*top*/
2599
+ 20: int main() { MagickEvaluateOperator t = AddModulusEvaluateOperator; t = t; return 0; }
2600
+ /* end */
2601
+
2602
+ --------------------
2603
+
2604
+ have_enum_value: checking for MagickFunction.ArcsinFunction... -------------------- yes
2605
+
2606
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
2607
+ checked program was:
2608
+ /* begin */
2609
+ 1: #include "ruby.h"
2610
+ 2:
2611
+ 3: #include <winsock2.h>
2612
+ 4: #include <windows.h>
2613
+ 5: #include "ruby.h"
2614
+ 6:
2615
+ 7: #include <winsock2.h>
2616
+ 8: #include <windows.h>
2617
+ 9: #include <assert.h>
2618
+ 10: #include <ctype.h>
2619
+ 11: #include <stdio.h>
2620
+ 12: #include <stdlib.h>
2621
+ 13: #include <math.h>
2622
+ 14: #include <time.h>
2623
+ 15: #include <stdint.h>
2624
+ 16: #include <sys/types.h>
2625
+ 17: #include <wand/MagickWand.h>
2626
+ 18:
2627
+ 19: /*top*/
2628
+ 20: int main() { MagickFunction t = ArcsinFunction; t = t; return 0; }
2629
+ /* end */
2630
+
2631
+ --------------------
2632
+
2633
+ have_enum_value: checking for MagickFunction.ArctanFunction... -------------------- yes
2634
+
2635
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
2636
+ checked program was:
2637
+ /* begin */
2638
+ 1: #include "ruby.h"
2639
+ 2:
2640
+ 3: #include <winsock2.h>
2641
+ 4: #include <windows.h>
2642
+ 5: #include "ruby.h"
2643
+ 6:
2644
+ 7: #include <winsock2.h>
2645
+ 8: #include <windows.h>
2646
+ 9: #include <assert.h>
2647
+ 10: #include <ctype.h>
2648
+ 11: #include <stdio.h>
2649
+ 12: #include <stdlib.h>
2650
+ 13: #include <math.h>
2651
+ 14: #include <time.h>
2652
+ 15: #include <stdint.h>
2653
+ 16: #include <sys/types.h>
2654
+ 17: #include <wand/MagickWand.h>
2655
+ 18:
2656
+ 19: /*top*/
2657
+ 20: int main() { MagickFunction t = ArctanFunction; t = t; return 0; }
2658
+ /* end */
2659
+
2660
+ --------------------
2661
+
2662
+ have_enum_value: checking for MagickFunction.PolynomialFunction... -------------------- yes
2663
+
2664
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
2665
+ checked program was:
2666
+ /* begin */
2667
+ 1: #include "ruby.h"
2668
+ 2:
2669
+ 3: #include <winsock2.h>
2670
+ 4: #include <windows.h>
2671
+ 5: #include "ruby.h"
2672
+ 6:
2673
+ 7: #include <winsock2.h>
2674
+ 8: #include <windows.h>
2675
+ 9: #include <assert.h>
2676
+ 10: #include <ctype.h>
2677
+ 11: #include <stdio.h>
2678
+ 12: #include <stdlib.h>
2679
+ 13: #include <math.h>
2680
+ 14: #include <time.h>
2681
+ 15: #include <stdint.h>
2682
+ 16: #include <sys/types.h>
2683
+ 17: #include <wand/MagickWand.h>
2684
+ 18:
2685
+ 19: /*top*/
2686
+ 20: int main() { MagickFunction t = PolynomialFunction; t = t; return 0; }
2687
+ /* end */
2688
+
2689
+ --------------------
2690
+
2691
+ have_enum_value: checking for MagickFunction.SinusoidFunction... -------------------- yes
2692
+
2693
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
2694
+ checked program was:
2695
+ /* begin */
2696
+ 1: #include "ruby.h"
2697
+ 2:
2698
+ 3: #include <winsock2.h>
2699
+ 4: #include <windows.h>
2700
+ 5: #include "ruby.h"
2701
+ 6:
2702
+ 7: #include <winsock2.h>
2703
+ 8: #include <windows.h>
2704
+ 9: #include <assert.h>
2705
+ 10: #include <ctype.h>
2706
+ 11: #include <stdio.h>
2707
+ 12: #include <stdlib.h>
2708
+ 13: #include <math.h>
2709
+ 14: #include <time.h>
2710
+ 15: #include <stdint.h>
2711
+ 16: #include <sys/types.h>
2712
+ 17: #include <wand/MagickWand.h>
2713
+ 18:
2714
+ 19: /*top*/
2715
+ 20: int main() { MagickFunction t = SinusoidFunction; t = t; return 0; }
2716
+ /* end */
2717
+
2718
+ --------------------
2719
+
2720
+ have_enum_value: checking for ImageLayerMethod.FlattenLayer... -------------------- yes
2721
+
2722
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
2723
+ checked program was:
2724
+ /* begin */
2725
+ 1: #include "ruby.h"
2726
+ 2:
2727
+ 3: #include <winsock2.h>
2728
+ 4: #include <windows.h>
2729
+ 5: #include "ruby.h"
2730
+ 6:
2731
+ 7: #include <winsock2.h>
2732
+ 8: #include <windows.h>
2733
+ 9: #include <assert.h>
2734
+ 10: #include <ctype.h>
2735
+ 11: #include <stdio.h>
2736
+ 12: #include <stdlib.h>
2737
+ 13: #include <math.h>
2738
+ 14: #include <time.h>
2739
+ 15: #include <stdint.h>
2740
+ 16: #include <sys/types.h>
2741
+ 17: #include <wand/MagickWand.h>
2742
+ 18:
2743
+ 19: /*top*/
2744
+ 20: int main() { ImageLayerMethod t = FlattenLayer; t = t; return 0; }
2745
+ /* end */
2746
+
2747
+ --------------------
2748
+
2749
+ have_enum_value: checking for ImageLayerMethod.MergeLayer... -------------------- yes
2750
+
2751
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
2752
+ checked program was:
2753
+ /* begin */
2754
+ 1: #include "ruby.h"
2755
+ 2:
2756
+ 3: #include <winsock2.h>
2757
+ 4: #include <windows.h>
2758
+ 5: #include "ruby.h"
2759
+ 6:
2760
+ 7: #include <winsock2.h>
2761
+ 8: #include <windows.h>
2762
+ 9: #include <assert.h>
2763
+ 10: #include <ctype.h>
2764
+ 11: #include <stdio.h>
2765
+ 12: #include <stdlib.h>
2766
+ 13: #include <math.h>
2767
+ 14: #include <time.h>
2768
+ 15: #include <stdint.h>
2769
+ 16: #include <sys/types.h>
2770
+ 17: #include <wand/MagickWand.h>
2771
+ 18:
2772
+ 19: /*top*/
2773
+ 20: int main() { ImageLayerMethod t = MergeLayer; t = t; return 0; }
2774
+ /* end */
2775
+
2776
+ --------------------
2777
+
2778
+ have_enum_value: checking for ImageLayerMethod.MosaicLayer... -------------------- yes
2779
+
2780
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
2781
+ checked program was:
2782
+ /* begin */
2783
+ 1: #include "ruby.h"
2784
+ 2:
2785
+ 3: #include <winsock2.h>
2786
+ 4: #include <windows.h>
2787
+ 5: #include "ruby.h"
2788
+ 6:
2789
+ 7: #include <winsock2.h>
2790
+ 8: #include <windows.h>
2791
+ 9: #include <assert.h>
2792
+ 10: #include <ctype.h>
2793
+ 11: #include <stdio.h>
2794
+ 12: #include <stdlib.h>
2795
+ 13: #include <math.h>
2796
+ 14: #include <time.h>
2797
+ 15: #include <stdint.h>
2798
+ 16: #include <sys/types.h>
2799
+ 17: #include <wand/MagickWand.h>
2800
+ 18:
2801
+ 19: /*top*/
2802
+ 20: int main() { ImageLayerMethod t = MosaicLayer; t = t; return 0; }
2803
+ /* end */
2804
+
2805
+ --------------------
2806
+
2807
+ have_enum_value: checking for ImageLayerMethod.TrimBoundsLayer... -------------------- yes
2808
+
2809
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
2810
+ checked program was:
2811
+ /* begin */
2812
+ 1: #include "ruby.h"
2813
+ 2:
2814
+ 3: #include <winsock2.h>
2815
+ 4: #include <windows.h>
2816
+ 5: #include "ruby.h"
2817
+ 6:
2818
+ 7: #include <winsock2.h>
2819
+ 8: #include <windows.h>
2820
+ 9: #include <assert.h>
2821
+ 10: #include <ctype.h>
2822
+ 11: #include <stdio.h>
2823
+ 12: #include <stdlib.h>
2824
+ 13: #include <math.h>
2825
+ 14: #include <time.h>
2826
+ 15: #include <stdint.h>
2827
+ 16: #include <sys/types.h>
2828
+ 17: #include <wand/MagickWand.h>
2829
+ 18:
2830
+ 19: /*top*/
2831
+ 20: int main() { ImageLayerMethod t = TrimBoundsLayer; t = t; return 0; }
2832
+ /* end */
2833
+
2834
+ --------------------
2835
+
2836
+ have_enum_value: checking for VirtualPixelMethod.HorizontalTileVirtualPixelMethod... -------------------- yes
2837
+
2838
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
2839
+ checked program was:
2840
+ /* begin */
2841
+ 1: #include "ruby.h"
2842
+ 2:
2843
+ 3: #include <winsock2.h>
2844
+ 4: #include <windows.h>
2845
+ 5: #include "ruby.h"
2846
+ 6:
2847
+ 7: #include <winsock2.h>
2848
+ 8: #include <windows.h>
2849
+ 9: #include <assert.h>
2850
+ 10: #include <ctype.h>
2851
+ 11: #include <stdio.h>
2852
+ 12: #include <stdlib.h>
2853
+ 13: #include <math.h>
2854
+ 14: #include <time.h>
2855
+ 15: #include <stdint.h>
2856
+ 16: #include <sys/types.h>
2857
+ 17: #include <wand/MagickWand.h>
2858
+ 18:
2859
+ 19: /*top*/
2860
+ 20: int main() { VirtualPixelMethod t = HorizontalTileVirtualPixelMethod; t = t; return 0; }
2861
+ /* end */
2862
+
2863
+ --------------------
2864
+
2865
+ have_enum_value: checking for VirtualPixelMethod.VerticalTileVirtualPixelMethod... -------------------- yes
2866
+
2867
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
2868
+ checked program was:
2869
+ /* begin */
2870
+ 1: #include "ruby.h"
2871
+ 2:
2872
+ 3: #include <winsock2.h>
2873
+ 4: #include <windows.h>
2874
+ 5: #include "ruby.h"
2875
+ 6:
2876
+ 7: #include <winsock2.h>
2877
+ 8: #include <windows.h>
2878
+ 9: #include <assert.h>
2879
+ 10: #include <ctype.h>
2880
+ 11: #include <stdio.h>
2881
+ 12: #include <stdlib.h>
2882
+ 13: #include <math.h>
2883
+ 14: #include <time.h>
2884
+ 15: #include <stdint.h>
2885
+ 16: #include <sys/types.h>
2886
+ 17: #include <wand/MagickWand.h>
2887
+ 18:
2888
+ 19: /*top*/
2889
+ 20: int main() { VirtualPixelMethod t = VerticalTileVirtualPixelMethod; t = t; return 0; }
2890
+ /* end */
2891
+
2892
+ --------------------
2893
+
2894
+ have_enum_value: checking for VirtualPixelMethod.HorizontalTileEdgeVirtualPixelMethod... -------------------- yes
2895
+
2896
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
2897
+ checked program was:
2898
+ /* begin */
2899
+ 1: #include "ruby.h"
2900
+ 2:
2901
+ 3: #include <winsock2.h>
2902
+ 4: #include <windows.h>
2903
+ 5: #include "ruby.h"
2904
+ 6:
2905
+ 7: #include <winsock2.h>
2906
+ 8: #include <windows.h>
2907
+ 9: #include <assert.h>
2908
+ 10: #include <ctype.h>
2909
+ 11: #include <stdio.h>
2910
+ 12: #include <stdlib.h>
2911
+ 13: #include <math.h>
2912
+ 14: #include <time.h>
2913
+ 15: #include <stdint.h>
2914
+ 16: #include <sys/types.h>
2915
+ 17: #include <wand/MagickWand.h>
2916
+ 18:
2917
+ 19: /*top*/
2918
+ 20: int main() { VirtualPixelMethod t = HorizontalTileEdgeVirtualPixelMethod; t = t; return 0; }
2919
+ /* end */
2920
+
2921
+ --------------------
2922
+
2923
+ have_enum_value: checking for VirtualPixelMethod.VerticalTileEdgeVirtualPixelMethod... -------------------- yes
2924
+
2925
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
2926
+ checked program was:
2927
+ /* begin */
2928
+ 1: #include "ruby.h"
2929
+ 2:
2930
+ 3: #include <winsock2.h>
2931
+ 4: #include <windows.h>
2932
+ 5: #include "ruby.h"
2933
+ 6:
2934
+ 7: #include <winsock2.h>
2935
+ 8: #include <windows.h>
2936
+ 9: #include <assert.h>
2937
+ 10: #include <ctype.h>
2938
+ 11: #include <stdio.h>
2939
+ 12: #include <stdlib.h>
2940
+ 13: #include <math.h>
2941
+ 14: #include <time.h>
2942
+ 15: #include <stdint.h>
2943
+ 16: #include <sys/types.h>
2944
+ 17: #include <wand/MagickWand.h>
2945
+ 18:
2946
+ 19: /*top*/
2947
+ 20: int main() { VirtualPixelMethod t = VerticalTileEdgeVirtualPixelMethod; t = t; return 0; }
2948
+ /* end */
2949
+
2950
+ --------------------
2951
+
2952
+ have_enum_value: checking for VirtualPixelMethod.CheckerTileVirtualPixelMethod... -------------------- yes
2953
+
2954
+ "gcc -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses -c conftest.c"
2955
+ checked program was:
2956
+ /* begin */
2957
+ 1: #include "ruby.h"
2958
+ 2:
2959
+ 3: #include <winsock2.h>
2960
+ 4: #include <windows.h>
2961
+ 5: #include "ruby.h"
2962
+ 6:
2963
+ 7: #include <winsock2.h>
2964
+ 8: #include <windows.h>
2965
+ 9: #include <assert.h>
2966
+ 10: #include <ctype.h>
2967
+ 11: #include <stdio.h>
2968
+ 12: #include <stdlib.h>
2969
+ 13: #include <math.h>
2970
+ 14: #include <time.h>
2971
+ 15: #include <stdint.h>
2972
+ 16: #include <sys/types.h>
2973
+ 17: #include <wand/MagickWand.h>
2974
+ 18:
2975
+ 19: /*top*/
2976
+ 20: int main() { VirtualPixelMethod t = CheckerTileVirtualPixelMethod; t = t; return 0; }
2977
+ /* end */
2978
+
2979
+ --------------------
2980
+
2981
+ have_header: checking for ruby/io.h... -------------------- yes
2982
+
2983
+ "gcc -E -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses conftest.c -o conftest.i"
2984
+ checked program was:
2985
+ /* begin */
2986
+ 1: #include "ruby.h"
2987
+ 2:
2988
+ 3: #include <winsock2.h>
2989
+ 4: #include <windows.h>
2990
+ 5: #include <ruby/io.h>
2991
+ /* end */
2992
+
2993
+ --------------------
2994
+
2995
+ have_func: checking for rb_frame_this_func() in ruby.h,ruby/io.h... -------------------- yes
2996
+
2997
+ "gcc -o conftest -Ic:/ruby19/include/ruby-1.9.1/i386-mingw32 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-parentheses conftest.c -L. -Lc:/ruby19/lib -L. -lCORE_RL_magick_ -lX11 -lmsvcrt-ruby191-static -lshell32 -lws2_32 "
2998
+ checked program was:
2999
+ /* begin */
3000
+ 1: #include "ruby.h"
3001
+ 2:
3002
+ 3: #include <winsock2.h>
3003
+ 4: #include <windows.h>
3004
+ 5: #include <ruby.h>
3005
+ 6: #include <ruby/io.h>
3006
+ 7:
3007
+ 8: /*top*/
3008
+ 9: int main() {return 0;}
3009
+ 10: int t() { void ((*volatile p)()); p = (void ((*)()))rb_frame_this_func; return 0; }
3010
+ /* end */
3011
+
3012
+ --------------------
3013
+
3014
+
3015
+
3016
+ ======================================================================
3017
+ Fri 02Jul10 12:37:43
3018
+ This installation of RMagick 0.0.0 is configured for
3019
+ Ruby 1.9.1 (i386-mingw32) and ImageMagick 6.6.2
3020
+ ======================================================================
3021
+
3022
+