Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem installing gem on Debian #7

Closed
genelatham opened this issue Jul 4, 2013 · 1 comment
Closed

Problem installing gem on Debian #7

genelatham opened this issue Jul 4, 2013 · 1 comment

Comments

@genelatham
Copy link

I was trying to install the fxruby gem on Debian with Ruby 2.0.0. The build failed with:
FXRbCommon.h: No such file or directory

The file was present in the ./include directory, but the make file did reference that.

I got it to build by exporting CPLUS_INCLUDE_PATH=./include

A handy get around, but I doubt if that is what you intended.

@larskanis
Copy link
Owner

This is fixed in commit fed79ff . Another workaround is gem install fxruby -- --with-cppflags=-I./include
I'll release 1.6.28 with this fix applied as soon as I have same spare time...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants