gcc
-DHAVE_CONFIG_H -I. -I. -I.
-g -c dialog.c
dialog.c: In function ‘make_msg_box’:
dialog.c:780: warning: passing argument 2 of ‘getline’ from incompatible
pointer type
/usr/include/stdio.h:673: note: expected ‘size_t * __restrict__’ but argument
is of type ‘char *’
dialog.c:780: error: too few arguments to function ‘getline’
dialog.c: In function ‘getline’:
dialog.c:899: error: argument ‘lptr’ doesn’t match prototype
/usr/include/stdio.h:673: error: prototype declaration
dialog.c:899: error: number of arguments doesn’t match prototype
/usr/include/stdio.h:673: error: prototype declaration
make: *** [dialog.o] Error 1