Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
when i "git pull" the newest source code,and make project, encounter error:
./configure --prefix=/opt/hawq-build --enable-depend --enable-cassert --enable-debug
make install
......
......
gcc -O0 -std=gnu99 -Wall -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -g -ggdb -I/usr/include/libxml2 -I../../../src/include -D_GNU_SOURCE -I/opt/incubator-hawq/depends/libhdfs3/build/install/opt/hawq-build/include -I/opt/incubator-hawq/depends/libyarn/build/install/opt/hawq-build/include -c -o rangerrest.o rangerrest.c -MMD -MP -MF .deps/rangerrest.Po
rangerrest.c: In function ‘create_ranger_request_json’:
rangerrest.c:165: error: ‘privilege’ undeclared (first use in this function)
rangerrest.c:165: error: (Each undeclared identifier is reported only once
rangerrest.c:165: error: for each function it appears in.)