jasonroelofs/rbgccxml

rbgccxml doesn't install correctly under cygwin

Closed this issue · 2 comments

Hi,

Recently rbgccxml module doesn't install correctly under cygwin.
Installation doesn't show errors but /usr/lib/ruby/gems/1.8/gems/gccxml_gem-* dir doesn't contain gccxml binary anymore. and rbgccxml doesn't work.

I did recently push a non-binary version of gccxml_gem for those that want to use system GCCXML, which is what you picked up. I'm unable to easily provide a gccxml_gem binary build for Windows, but you should be able to grab one version down, 0.9.2 to use with rbgccxml.

gem uninstall gccxml_gem
gem install gccxml_gem -v 0.9.2

With that rbgccxml should work for you again. Sorry about the confusion, let me know if this works for you.

thx,

gem install gccxml_gem -v 0.9.2 works