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

Can't build from source on macOs #3351

Closed
Sleepful opened this issue Feb 26, 2021 · 1 comment
Closed

Can't build from source on macOs #3351

Sleepful opened this issue Feb 26, 2021 · 1 comment
Labels

Comments

@Sleepful
Copy link

I had built from source before just fine.
git pull and now I can't, output:

kitty git:(master) make
python3 setup.py 
CC: clang (12, 0)
[1/1] Building launcher... done
[4/4] Linking kittens/choose/subseq_matcher ... done
Linking kittens/unicode_input/unicode_names ...
clang -Wextra -Wfloat-conversion -Wno-missing-field-initializers -Wall -Wstrict-prototypes -std=c11 -O3 -fwrapv -fstack-protector-strong -pipe -march=native -fvisibility=hidden -D_FORTIFY_SOURCE=2 -flto -Ikitty -I/Users/corporatejose/.pyenv/versions/3.10-dev/include/python3.10 -Wall -O3 -shared -flto build/unicode_names-unicode_names.c.o -lintl -ldl -framework CoreFoundation -L/Users/corporatejose/.pyenv/versions/3.10-dev/lib -lpython3.10 -Wl,-stack_size,1000000 -framework CoreFoundation -o build/kittens/unicode_input/unicode_names.so
ld: -stack_size option can only be used when linking a main executable
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Last commit is

commit 12d7c7314a691f442ea8b08e1294712dfcd64069
Author: Kovid Goyal <kovid@kovidgoyal.net>
Date:   Fri Feb 26 19:21:48 2021 +0530

    Only warn about Wayland's inadequacy once
@Sleepful Sleepful added the bug label Feb 26, 2021
@Sleepful
Copy link
Author

Found solution here #289 (comment) (Thanks @specious)

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

No branches or pull requests

1 participant