Replies: 3 comments 1 reply
-
|
It seems to work for me. The key critical missing information here is what the actual compiler command is. For example when I configure mine similarly to yours, this is what shows up when I run What do you see in your output? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
It looks like the MacOSX sdks are different though. Yours is MacOSX15.5.sdk and mine is MacOSX26.0.sdk. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
This seems to be a fix: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I was wondering if anyone has seen this issue before.
I am building Macvim from source using a script in which I have among other stuff
CONFIGURE_OPTS += --enable-rubyinterp=dynamic.On macOS 15.7.1, the build is failing with the following error:
If I comment out the option, the build completes.
The final command looks like this:
Update: I'm seeing the following while configure runs:
Beta Was this translation helpful? Give feedback.
All reactions