-
Notifications
You must be signed in to change notification settings - Fork 11
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
configure: error: WRONG! uint32_t not defined correctly. #27
Comments
That's known issue of combination of Xcode and old Vim. So it is not an issue of this action. Workarounds are:
|
I confirmed Lines 70 to 85 in f980ef4
|
Hi, Thanks for responding quickly. I still have issues with macos-11 for v7.4.2119 and v8.0.0000 regarding some
Is this fixable? |
I tried some |
@kkoomen I released v1.3.0 with new - uses: rhysd/action-setup-vim@v1
with:
version: 8.0.0000
configure-args: |
--with-features=huge --enable-fail-if-missing --disable-nls I confirmed Vim 8.0.0000 was successfully built with the above inputs on CI: https://github.com/rhysd/action-setup-vim/actions/runs/6523761712/job/17714720585#step:6:71 |
Works! https://github.com/kkoomen/vim-doge/actions/runs/6523862763/job/17714925034 Thanks a lot for your fast replies and quick fixes, really appreciate it! |
Hi,
See my github action: https://github.com/kkoomen/vim-doge/actions/runs/6519489351/job/17706041103
This is also occurring for vim v7.4 builds, can you fix this?
The text was updated successfully, but these errors were encountered: