Skip to content

Postgres9.5 build error #196

Closed
Closed
@sangli00

Description

@sangli00

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions