Skip to content

Instantly share code, notes, and snippets.

@cema-sp
Created January 18, 2017 11:19
Show Gist options
  • Save cema-sp/074b5422a0f6ce345f44b3163dad90a4 to your computer and use it in GitHub Desktop.
Save cema-sp/074b5422a0f6ce345f44b3163dad90a4 to your computer and use it in GitHub Desktop.
Kitty installation error on MacOS
gcc -Wall -O3 -shared /private/tmp/kitty-20170118-21416-1dewhqc/build/fast_data_types-charsets.c.o /private/tmp/kitty-20170118-21416-1dewhqc/build/fast_data_types-colors.c.o /private/tmp/kitty-20170118-21416-1dewhqc/build/fast_data_types-core_text.m.o /private/tmp/kitty-20170118-21416-1dewhqc/build/fast_data_types-cursor.c.o /private/tmp/kitty-20170118-21416-1dewhqc/build/fast_data_types-data-types.c.o /private/tmp/kitty-20170118-21416-1dewhqc/build/fast_data_types-glfw.c.o /private/tmp/kitty-20170118-21416-1dewhqc/build/fast_data_types-history.c.o /private/tmp/kitty-20170118-21416-1dewhqc/build/fast_data_types-line-buf.c.o /private/tmp/kitty-20170118-21416-1dewhqc/build/fast_data_types-line.c.o /private/tmp/kitty-20170118-21416-1dewhqc/build/fast_data_types-parser.c.o /private/tmp/kitty-20170118-21416-1dewhqc/build/fast_data_types-screen.c.o /private/tmp/kitty-20170118-21416-1dewhqc/build/fast_data_types-sprites.c.o /private/tmp/kitty-20170118-21416-1dewhqc/build/fast_data_types-tracker.c.o /private/tmp/kitty-20170118-21416-1dewhqc/build/fast_data_types-parser_dump.c.o -ldl -framework CoreFoundation -F/usr/local/Cellar/python3/3.6.0/Frameworks -framework Python -framework CoreText -framework CoreGraphics -L/usr/local/Cellar/glfw/3.2.1/lib -lglfw -framework Cocoa -framework IOKit -framework CoreFoundation -framework CoreVideo -framework OpenGL -o /private/tmp/kitty-20170118-21416-1dewhqc/kitty/fast_data_types.so
Undefined symbols for architecture x86_64:
"_PyBytes_FromString", referenced from:
_GetString in fast_data_types-data-types.c.o
"_PyBytes_FromStringAndSize", referenced from:
_GetProgramInfoLog in fast_data_types-data-types.c.o
_GetShaderInfoLog in fast_data_types-data-types.c.o
"_PyMem_Calloc", referenced from:
_GetProgramInfoLog in fast_data_types-data-types.c.o
_GetShaderInfoLog in fast_data_types-data-types.c.o
_historybuf_resize in fast_data_types-history.c.o
_new in fast_data_types-history.c.o
_new in fast_data_types-line-buf.c.o
_new in fast_data_types-screen.c.o
_resize in fast_data_types-screen.c.o
...
"_PyModule_Create2", referenced from:
_PyInit_fast_data_types in fast_data_types-data-types.c.o
"_PyUnicode_FromFormat", referenced from:
_repr in fast_data_types-core_text.m.o
_repr in fast_data_types-cursor.c.o
"_PyUnicode_FromFormatV", referenced from:
__report_error in fast_data_types-parser_dump.c.o
"_PyUnicode_FromKindAndData", referenced from:
_as_ansi in fast_data_types-history.c.o
_as_ansi in fast_data_types-line-buf.c.o
_as_unicode in fast_data_types-line.c.o
_as_ansi in fast_data_types-line.c.o
_dispatch_unicode_char in fast_data_types-parser.c.o
_dispatch_unicode_char in fast_data_types-parser_dump.c.o
"_PyUnicode_FromString", referenced from:
_new in fast_data_types-core_text.m.o
"_PyUnicode_New", referenced from:
_line_text_at in fast_data_types-line.c.o
_as_base_text in fast_data_types-line.c.o
"_PyUnicode_WriteChar", referenced from:
_line_text_at in fast_data_types-line.c.o
"__PyUnicode_Ready", referenced from:
_set_text in fast_data_types-line.c.o
_draw in fast_data_types-screen.c.o
"__Py_FalseStruct", referenced from:
_has_char in fast_data_types-core_text.m.o
_repr in fast_data_types-cursor.c.o
_richcmp in fast_data_types-cursor.c.o
_bold_get in fast_data_types-cursor.c.o
_italic_get in fast_data_types-cursor.c.o
_reverse_get in fast_data_types-cursor.c.o
_strikethrough_get in fast_data_types-cursor.c.o
...
ld: symbol(s) not found for architecture x86_64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment