-
-
Notifications
You must be signed in to change notification settings - Fork 681
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
Build fails with python support #429
Comments
|
I should mention that the binary release seems to lack python support as well, at least the results are the same as above, so I'm forced to build it myself. As I use Macports, I can't use the Homebrew formula. Also I don't see how I've set 'improper' options. |
could you elaborate on that?
could you elaborate on the technical reason of that? |
When I downloaded the binary a couple of hours ago While it my technically be possible to have two package managers, I see little but potential for conflict therein. Duplicate binaries will cause confusion I'm sure. I'd still be interested in comments to the actual problem of building MacVim. Do you think it is related to my system or what exactly is missing? Because I really have no clue. |
Still you would like to know why your MacVim build was failed, I would recommend you to read the build error message and read https://github.com/macvim-dev/macvim/blob/master/src/auto/configure script thoroughly in order to set configuration properly. |
My system is 10.12.1.
I configure like this:
The build works, but
echo has('python')
prints0
as well asecho has('python3')
. If instead I try with Python 2.7 (--enable-pythoninterp=yes
), I get this error at linking stage:The text was updated successfully, but these errors were encountered: