Skip to content

Compile error on Linux Mint 22 Wilma #13

@Shenbar

Description

@Shenbar

Hello,

I have been trying to compile erizo on my Linux machine and am getting an error in glew:

c -Wall -Werror -g -O3 -pedantic -Iinc -Ivendor -Ivendor/glfw/include -Ivendor/glew -DPLATFORM_LINUX -c -o build-linux/vendor/glew/glew.o -std=c99 vendor/glew/glew.c
vendor/glew/glew.c: In function ‘_glewStrSame1’:
vendor/glew/glew.c:256:29: error: the comparison will always evaluate as ‘true’ for the pointer operand in ‘*a + (sizetype)i’ must not be NULL [-Werror=address]
256 | while (i < nb && (*a)+i != NULL && b+i != NULL && (*a)[i] == b[i]) i++;

There are other errors, but they're all basically the same type of error.

Is there a way to get around this?

I've been using fstl for a long time and was curious to try out erizo.

Thanks a lot for these tools,
Skrunch.

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