[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Error with Master 786961fd


Hello,
with Master 786961fd I obtain this error:

CC       gb_debug_la-main.lo
In file included from print.h:30,
                 from print.c:45:
print.c: In function 'print_value':
main.h:34:13: error: too few arguments to function 'GB_PTR->SplitDate'
   34 | #define GB (*GB_PTR)
      |            ~^~~~~~~~
print.c:218:29: note: in expansion of macro 'GB'
  218 |         GB_DEBUG.FormatDate(GB.SplitDate((GB_DATE *)value), GB_LF_STANDARD, NULL, 0, &addr, &len);
      |                             ^~
make[5]: *** [Makefile:550: gb_debug_la-print.lo] Error 1
make[5]: *** Attesa per i processi non terminati....
make[4]: *** [Makefile:433: all-recursive] Error 1
make[3]: *** [Makefile:483: all-recursive] Error 1
make[2]: *** [Makefile:415: all] Error 2
make[1]: *** [Makefile:464: all-recursive] Error 1
make: *** [Makefile:405: all] Error 2

Follow-Ups:
Re: Error with Master 786961fdBenoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>