We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
glew* symbols are missing:
$ LD_PRELOAD=/usr/local/lib/libfreetype-gl.so ls ld-elf.so.1: /usr/local/lib/libfreetype-gl.so: Undefined symbol "__glewEnableVertexAttribArray"
freetype symbols are also missing:
ld: error: /usr/local/lib/libfreetype-gl.so: undefined reference to FT_Glyph_StrokeBorder
It needs the link flags -lGLEW -lfreetype.
-lGLEW -lfreetype
The text was updated successfully, but these errors were encountered:
Thanks. Do you know if the option is ON for glew in your cmake config?
Sorry, something went wrong.
No branches or pull requests
glew* symbols are missing:
freetype symbols are also missing:
It needs the link flags
-lGLEW -lfreetype
.The text was updated successfully, but these errors were encountered: