Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save andythenorth/028450d67f8e8d507264277e4376ad96 to your computer and use it in GitHub Desktop.
Save andythenorth/028450d67f8e8d507264277e4376ad96 to your computer and use it in GitHub Desktop.
[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