-
Notifications
You must be signed in to change notification settings - Fork 785
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
ree install fails, even with "--without-tk" set #267
Comments
For anyone stumbling upon this, I installed |
BTW, in the failed state
Only when I ran some command with
|
I'm having the same issue. Seems liks the
Seems like a problem with the ree + ruby-build setup because I was able to successfully install using rvm:
|
This should be fixed on OS X. On other platforms, you can now use |
This appears to be a problem on Mavericks (10.9)
|
It works if you use RUBY_CONFIGURE_OPTS, however. |
@courtenay This shouldn't be happening with v20131028. Can you tell us your |
$ rbenv install --version installed on a fresh system today with brew. |
@courtenay Thanks for reporting. This is a regression that I introduced in the last release. You can |
Trying to install
ree-1.8.7-2011.12
.Attempt 1: vanilla install with
rbenv install
Looking into the log I see:
/usr/include/tk.h:78:23: error: X11/Xlib.h: No such file or directory
Looking at StackOverflow answers like this and this, I try...
Attempt 2: without
tcl
andtk
The main problem here is
invalid option: --without-tcl
. I have tried multiple ways to supply the configure-options in various ways (set it as an env var, prepend like above, try to pass as command-arg) but it keeps failing with the same error. What am I doing wrong?Environment
OS X 10.8.2 (12C3012)
0.9.3
(brew --version
)0.4.0
(rbenv -v
)with rbenv-build.
The text was updated successfully, but these errors were encountered: