Description of problem: graphviz builds are failing on fedora development due to an error from ruby headers. graphviz uses swig-generated code. /usr/lib64/ruby/1.8/x86_64-linux/intern.h:207: error: use of enum 'rb_thread_status' without previous declaration /usr/lib64/ruby/1.8/x86_64-linux/intern.h:207: error: invalid type in declaration before ';' token make[3]: *** [gv_ruby.lo] Error 1 Version-Release number of selected component (if applicable): ruby-devel-1.8.6.36-2.fc8.x86_64 How reproducible: 100% Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Created attachment 157680 [details] include node.h in ruby.h before intern.h
rb_thread_status is defined in node.h, but node.h wasn't being included anywhere
Should be fixed in 1.8.6.36-3.fc8
Yes. Works for me. Thanks.