Bjarni Ingi Gislason wrote: > CC = gcc (Debian 12.2.0-1) 12.2.0 > > CC lib/libgnu_a-malloca.o > ../lib/malloca.c:42:16: error: expected declaration specifiers or '...' > before numeric constant > 42 | static_assert (2 * sa_alignment_max - 1 <= (small_t) -1); > | ^ > make[1]: *** [Makefile:8629: lib/libgnu_a-malloca.o] Error 1
Can you please show the full compilation command line? (Sometimes you may use "make V=1" to see it.) Bruno