Error while compile ics in archlinux x64,error log:
external/mesa3d/src/glsl/linker.cpp:1394:49: error: expected primary-expression before ‘,’ token
fix method:
add stddef.h to external/mesa3d/src/glsl/linker.cpp header section.
#include <stddef.h>
Error while compile ics in archlinux x64,error log:
external/mesa3d/src/glsl/linker.cpp:1394:49: error: expected primary-expression before ‘,’ token
fix method:
add stddef.h to external/mesa3d/src/glsl/linker.cpp header section.
#include <stddef.h>
Hi! My name is Tenfar Lin. I am an abashed geek, an author, a hacker and a Android System expert -- amongst other things!
You are reading my Tech Blog . Thanks for visiting.
Leave a Comment