Actions
Bug #940
closedruby/config.h:1:1: warning: "PACKAGE_NAME" redefined
Bug #940:
ruby/config.h:1:1: warning: "PACKAGE_NAME" redefined
Description
=begin
When including <ruby.h> in a C program there is this error in the header:
In file included from /usr/include/ruby-1.9.0/ruby/ruby.h:25,
from /usr/include/ruby-1.9.0/ruby.h:15,
/usr/include/ruby-1.9.0/x86_64-linux/ruby/config.h:1:1: warning: "PACKAGE_NAME" redefined
Taking the Ubuntu intrepid package:
http://packages.ubuntu.com/intrepid/ruby1.9-dev
=end
Actions