Created
May 23, 2020 10:58
-
-
Save andythenorth/028450d67f8e8d507264277e4376ad96 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[LANG] Compiling and Linking strgen | |
Undefined symbols for architecture x86_64: | |
"Utf8Decode(unsigned int*, char const*)", referenced from: | |
StringReader::HandleString(char*) in strgen_base.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
make[1]: *** [strgen] Error 1 | |
make: *** [all] Error |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment