-
Notifications
You must be signed in to change notification settings - Fork 318
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
Fail to compile due to incorrect LDFLAGS (Mac OS X 10.13.1 High Sierra) #316
Comments
No idea why it's trying to pull in those directories (doesn't repro for me on High Sierra, although I am using Homebrew-installed Ruby so my What happens if you edit the |
I got the same error. I removed those references and the next Makefile line 88 before:
line 88 after:
|
I can confirmed this bug, and delete those LDFLAGS references, command-t build correct. I use RVM ruby. My system is osx
I build command-t with the following steps:
|
I had a similar problem using system ruby (2.3.3) on macOS High Sierra 10.13.3. I noticed the Ultimately I worked around it by installing Ruby with Homebrew and then recompiling Vim and command-t. I installed Vim from source and had initially configured it like so with the system ruby:
As an intermediate try I compiled Vim with the Then I installed Ruby with Homebrew
I'm still not sure why the loader flags had that |
Given the big rewrite for v6.0.x, I'm closing all older issues as there is unlikely to be anything significant happening on the Footnotes
|
Following the install instructions, I execute:
cd ruby/command-t/ext/command-t ruby extconf.rb make
And get the following error:
These directories are set in
ldflags
. Makefile and output are in this gist:https://gist.github.com/stephenmckinney/0973368cb0385e5d3a1775df4ffb9e31
The text was updated successfully, but these errors were encountered: