Closed
Description
error detail log:
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -O0 -fpic -I/data/sangli/pg_pathman-1.5.3/src/include -I. -I./ -I/usr/local/pipelinedb/include/pipelinedb/server -I/usr/local/pipelinedb/include/pipelinedb/internal -D_GNU_SOURCE -c -o src/debug_print.o src/debug_print.c
src/debug_print.c:31:1: error: conflicting types for ‘bms_print’
bms_print(Bitmapset *bms)
^
In file included from src/debug_print.c:17:0:
/usr/local/pipelinedb/include/pipelinedb/server/nodes/bitmapset.h:103:14: note: previous declaration of ‘bms_print’ was here
extern char *bms_print(const Bitmapset *a);
^
make: *** [src/debug_print.o] Error 1
How to fix this problem?
Metadata
Metadata
Assignees
Labels
No labels