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.
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.