Skip to content
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

prebuilt osx binary on releases page does not work #200

Closed
dnwe opened this issue Dec 1, 2020 · 9 comments
Closed

prebuilt osx binary on releases page does not work #200

dnwe opened this issue Dec 1, 2020 · 9 comments

Comments

@dnwe
Copy link

dnwe commented Dec 1, 2020

The prebuilt osx binary of zls available from the 0.1.0 release doesn't run. I'm presuming that this is related to ziglang/zig#3295

$ sw_vers
ProductName:	macOS
ProductVersion:	11.0.1
BuildVersion:	20B29
$ zls
dyld: Symbol not found: __tlv_bootstrap
  Referenced from: /usr/local/bin/zls
  Expected in: /usr/local/bin/zls
 in /usr/local/bin/zls

Compiling from source on my own machine works fine

@clankill3r
Copy link

Same for me OSX 10.14.6

kbd added a commit to kbd/setup that referenced this issue Jan 18, 2021
@alexnask
Copy link
Member

Sorry about this, I did not test the MacOS executable properly in the last release.
It will not happen again.

@nsadeh
Copy link

nsadeh commented May 9, 2021

Hey @alexnask I am also running into this issue, is the only solution to build from source or is there a release planned with macOS support?

@tskj
Copy link

tskj commented May 31, 2021

I've recently started experiencing the same issue. It worked a while ago, but now it doesn't work at all on Mac (11.3.1). Haven't tried building from source.

@tauraamui
Copy link

tauraamui commented Dec 3, 2021

I had the same issue, I tried building from source but it seems like the latest zig compiler has changed/removed things.

@nektro
Copy link
Contributor

nektro commented Dec 3, 2021

ZLS is updated with Zig master. the proper use case is to build from source. future zig releases will have respective zls releases

@tauraamui
Copy link

Ok, well whatever version is released currently under brew (lemme check) 0.8.1, (I haven't time to check but I'd imagine that's already fairly out of date), but trying to build the latest master of zls with that results in the following:

Screenshot 2021-12-03 at 10 51 22

@tauraamui

This comment has been minimized.

@nektro
Copy link
Contributor

nektro commented Dec 3, 2021

brew install zig --HEAD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants