Skip to content

Library is missing the link with GLEW and freetype libraries #236

@yurivict

Description

@yurivict

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions