Running phase: unpackPhase unpacking source archive /nix/store/mys1f0l5js2z9jyinpw8n42rn3nkbvx1-source source root is source Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase no configure script, doing nothing Running phase: buildPhase build flags: SHELL=/nix/store/11ciq72n4fdv8rw6wgjgasfv4mjs1jrw-bash-5.2p37/bin/bash PREFIX=\$\(out\) gcc -O3 -w -c -o libfasta/fasta_header_parser.o libfasta/fasta_header_parser.c fasta_header_parser.l: In function 'header_parser': fasta_header_parser.l:85:44: error: passing argument 2 of 'store_in_header_table' from incompatible pointer type [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types8;;] In file included from fasta_header_parser.l:13: libfasta/header_mem_handler.h:16:36: note: expected 'char **' but argument is of type 'void **' 16 | char* store_in_header_table(char*, char**, int*, int*); | ^~~~~~ fasta_header_parser.l:103:43: error: passing argument 2 of 'store_in_header_table' from incompatible pointer type [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types8;;] libfasta/header_mem_handler.h:16:36: note: expected 'char **' but argument is of type 'void **' 16 | char* store_in_header_table(char*, char**, int*, int*); | ^~~~~~ fasta_header_parser.l:114:43: error: passing argument 2 of 'store_in_header_table' from incompatible pointer type [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types8;;] libfasta/header_mem_handler.h:16:36: note: expected 'char **' but argument is of type 'void **' 16 | char* store_in_header_table(char*, char**, int*, int*); | ^~~~~~ make: *** [Makefile:33: libfasta/fasta_header_parser.o] Error 1