Created attachment 51566 [details] fix Version: unspecified (using KDE 4.5.1) OS: Linux kdebindings 4.5.1 fails to build with Ruby 1.9.2 because STR2CSTR has been removed (it has been deprecated since ruby 1.8). The attached patch makes it build (and even work, at least for the examples included with the ruby bindings). In addition to the patch, I had to hack -I/usr/include/ruby-1.9.1 into the compiler flags Reproducible: Always Steps to Reproduce: 1. Install ruby 1.9.2 2. Build kdebindings 4.5.1 Actual Results: fails to build because STR2CSTR is undefined Expected Results: builds and works
This is fixed in the 4.6.0 betas, but I still have to add include_directories(/usr/include/ruby-1.9.1)