Closed mschatten closed 3 years ago
Reverts AILab-FOI/akdb#281
Ispravak javlja pogrešku prilikom kompajla (make):
gcc -pthread -w -c -g -c -w rel/aggregation.c -o rel/aggregation.o In file included from rel/aggregation.c:20: rel/aggregation.h:60:31: error: initializer element is not constant 60 | struct list_node row_root = (struct list_node) AK_malloc(sizeof(struct list_node)); | ^ rel/aggregation.h:62:37: error: initializer element is not constant 62 | struct list_node projection_att = (struct list_node) AK_malloc(sizeof(struct list_node)); | ^ make: *** [Makefile:20: rel/aggregation.o] Error 1
Molim ispraviti.
Reverts AILab-FOI/akdb#281
Ispravak javlja pogrešku prilikom kompajla (make):
gcc -pthread -w -c -g -c -w rel/aggregation.c -o rel/aggregation.o In file included from rel/aggregation.c:20: rel/aggregation.h:60:31: error: initializer element is not constant 60 | struct list_node row_root = (struct list_node) AK_malloc(sizeof(struct list_node)); | ^ rel/aggregation.h:62:37: error: initializer element is not constant 62 | struct list_node projection_att = (struct list_node) AK_malloc(sizeof(struct list_node)); | ^ make: *** [Makefile:20: rel/aggregation.o] Error 1
Molim ispraviti.