Running phase: unpackPhase unpacking source archive /nix/store/3lnmz0i6cm6zzqkdz1xdbqmb4lsqysqf-source source root is source Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase no configure script, doing nothing Running phase: buildPhase gcc -O3 -Wall -Ides -Isha -Inewlzx -I. -c -o litatom.o litatom.c litatom.c: In function 'lit_read_atoms': litatom.c:123:21: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign8;;] 123 | strncpy(s,p + 1, len); | ~~^~~ | | | U8 * {aka unsigned char *} In file included from /nix/store/1ycjq6h047qqwp3fm9sbl805xnrxlh2h-glibc-2.40-66-dev/include/features.h:511, from /nix/store/1ycjq6h047qqwp3fm9sbl805xnrxlh2h-glibc-2.40-66-dev/include/bits/libc-header-start.h:33, from /nix/store/1ycjq6h047qqwp3fm9sbl805xnrxlh2h-glibc-2.40-66-dev/include/stdlib.h:26, from litatom.c:24: /nix/store/1ycjq6h047qqwp3fm9sbl805xnrxlh2h-glibc-2.40-66-dev/include/bits/string_fortified.h:96:1: note: expected 'const char *' but argument is of type 'U8 *' {aka 'unsigned char *'} 96 | __NTH (strncpy (__fortify_clang_overload_arg (char *, __restrict, __dest), | ^~~~~ litatom.c:186:19: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign8;;] 186 | strncpy(s,p, len); | ^ | | | U8 * {aka unsigned char *} /nix/store/1ycjq6h047qqwp3fm9sbl805xnrxlh2h-glibc-2.40-66-dev/include/bits/string_fortified.h:96:1: note: expected 'const char *' but argument is of type 'U8 *' {aka 'unsigned char *'} 96 | __NTH (strncpy (__fortify_clang_overload_arg (char *, __restrict, __dest), | ^~~~~ gcc -O3 -Wall -Ides -Isha -Inewlzx -I. -c -o litdrm.o litdrm.c litdrm.c: In function 'lit_i_read_drm': litdrm.c:135:33: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign8;;] 135 | if (strncmp(msreader_string,ptr,strlen(msreader_string)) != 0) { | ^~~ | | | U8 * {aka unsigned char *} In file included from litdrm.c:25: /nix/store/1ycjq6h047qqwp3fm9sbl805xnrxlh2h-glibc-2.40-66-dev/include/string.h:159:51: note: expected 'const char *' but argument is of type 'U8 *' {aka 'unsigned char *'} 159 | extern int strncmp (const char *__s1, const char *__s2, size_t __n) | ~~~~~~~~~~~~^~~~ litdrm.c: In function 'lit_change_drm_level': litdrm.c:250:72: warning: pointer targets in passing argument 2 of 'lit_i_encrypt_section' differ in signedness [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign8;;] 250 | status = lit_i_encrypt_section(litfile,litfile->sections[i].name, | ~~~~~~~~~~~~~~~~~~~~^~~~~ | | | U8 * {aka unsigned char *} In file included from litdrm.c:28: litinternal.h:52:38: note: expected 'char *' but argument is of type 'U8 *' {aka 'unsigned char *'} 52 | int lit_i_encrypt_section(lit_file *,char *, U8 * new_key); | ^~~~~~ gcc -O3 -Wall -Ides -Isha -Inewlzx -I. -c -o litlib.o litlib.c litlib.c: In function 'lit_write_to_file': litlib.c:189:47: warning: pointer targets in passing argument 2 of 'lit_get_file' differ in signedness [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign8;;] 189 | status = lit_get_file(litfile,&entry->name,&ptr,&nbytes); | ^~~~~~~~~~~~ | | | U8 * {aka unsigned char *} In file included from litlib.c:26: litlib.h:232:51: note: expected 'const char *' but argument is of type 'U8 *' {aka 'unsigned char *'} 232 | int lit_get_file(lit_file * litfile, const char * name, U8 ** ptr, int * psize); | ~~~~~~~~~~~~~^~~~ litlib.c: In function 'lit_get_file': litlib.c:235:29: warning: pointer targets in passing argument 1 of 'strncasecmp' differ in signedness [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign8;;] 235 | match = strncasecmp(&entry->name, name, entry->namelen); | ^~~~~~~~~~~~ | | | U8 * {aka unsigned char *} In file included from /nix/store/1ycjq6h047qqwp3fm9sbl805xnrxlh2h-glibc-2.40-66-dev/include/string.h:462, from litlib.c:25: /nix/store/1ycjq6h047qqwp3fm9sbl805xnrxlh2h-glibc-2.40-66-dev/include/strings.h:120:37: note: expected 'const char *' but argument is of type 'U8 *' {aka 'unsigned char *'} 120 | extern int strncasecmp (const char *__s1, const char *__s2, size_t __n) | ~~~~~~~~~~~~^~~~ litlib.c: In function 'lit_remove_files': litlib.c:361:29: warning: pointer targets in passing argument 1 of 'strncasecmp' differ in signedness [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign8;;] 361 | match = strncasecmp(&entry->name,prefix, strlen(prefix)); | ^~~~~~~~~~~~ | | | U8 * {aka unsigned char *} /nix/store/1ycjq6h047qqwp3fm9sbl805xnrxlh2h-glibc-2.40-66-dev/include/strings.h:120:37: note: expected 'const char *' but argument is of type 'U8 *' {aka 'unsigned char *'} 120 | extern int strncasecmp (const char *__s1, const char *__s2, size_t __n) | ~~~~~~~~~~~~^~~~ litlib.c: In function 'lit_put_file': litlib.c:400:29: warning: pointer targets in passing argument 1 of 'strncasecmp' differ in signedness [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign8;;] 400 | match = strncasecmp(&entry->name, name, entry->namelen); | ^~~~~~~~~~~~ | | | U8 * {aka unsigned char *} /nix/store/1ycjq6h047qqwp3fm9sbl805xnrxlh2h-glibc-2.40-66-dev/include/strings.h:120:37: note: expected 'const char *' but argument is of type 'U8 *' {aka 'unsigned char *'} 120 | extern int strncasecmp (const char *__s1, const char *__s2, size_t __n) | ~~~~~~~~~~~~^~~~ litlib.c:429:16: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign8;;] 429 | strcpy(&new->name, name); | ^~~~~~~~~~ | | | U8 * {aka unsigned char *} In file included from /nix/store/1ycjq6h047qqwp3fm9sbl805xnrxlh2h-glibc-2.40-66-dev/include/features.h:511, from /nix/store/1ycjq6h047qqwp3fm9sbl805xnrxlh2h-glibc-2.40-66-dev/include/bits/libc-header-start.h:33, from /nix/store/1ycjq6h047qqwp3fm9sbl805xnrxlh2h-glibc-2.40-66-dev/include/stdio.h:28, from litlib.c:23: /nix/store/1ycjq6h047qqwp3fm9sbl805xnrxlh2h-glibc-2.40-66-dev/include/bits/string_fortified.h:77:16: note: expected 'char *' but argument is of type 'U8 *' {aka 'unsigned char *'} 77 | __NTH (strcpy (__fortify_clang_overload_arg (char *, __restrict, __dest), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -O3 -Wall -Ides -Isha -Inewlzx -I. -c -o litembiggen.o litembiggen.c litembiggen.c: In function 'lit_reconstitute_html': litembiggen.c:64:35: warning: pointer targets in passing argument 2 of 'htmlwrite' differ in signedness [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign8;;] 64 | status = htmlwrite(write_data,&ch,1);\ | ^~~ | | | char * litembiggen.c:286:21: note: in expansion of macro 'WRITE_CHAR' 286 | WRITE_CHAR('\n'); | ^~~~~~~~~~ litembiggen.c:64:35: note: expected 'U8 *' {aka 'unsigned char *'} but argument is of type 'char *' 64 | status = htmlwrite(write_data,&ch,1);\ | ^~~ litembiggen.c:286:21: note: in expansion of macro 'WRITE_CHAR' 286 | WRITE_CHAR('\n'); | ^~~~~~~~~~ litembiggen.c:64:35: warning: pointer targets in passing argument 2 of 'htmlwrite' differ in signedness [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign8;;] 64 | status = htmlwrite(write_data,&ch,1);\ | ^~~ | | | char * litembiggen.c:290:25: note: in expansion of macro 'WRITE_CHAR' 290 | WRITE_CHAR(' '); | ^~~~~~~~~~ litembiggen.c:64:35: note: expected 'U8 *' {aka 'unsigned char *'} but argument is of type 'char *' 64 | status = htmlwrite(write_data,&ch,1);\ | ^~~ litembiggen.c:290:25: note: in expansion of macro 'WRITE_CHAR' 290 | WRITE_CHAR(' '); | ^~~~~~~~~~ litembiggen.c:64:35: warning: pointer targets in passing argument 2 of 'htmlwrite' differ in signedness [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign8;;] 64 | status = htmlwrite(write_data,&ch,1);\ | ^~~ | | | char * litembiggen.c:304:17: note: in expansion of macro 'WRITE_CHAR' 304 | WRITE_CHAR('<'); | ^~~~~~~~~~ litembiggen.c:64:35: note: expected 'U8 *' {aka 'unsigned char *'} but argument is of type 'char *' 64 | status = htmlwrite(write_data,&ch,1);\ | ^~~ litembiggen.c:304:17: note: in expansion of macro 'WRITE_CHAR' 304 | WRITE_CHAR('<'); | ^~~~~~~~~~ litembiggen.c:340:30: warning: pointer targets in passing argument 2 of 'htmlwrite' differ in signedness [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign8;;] 340 | WRITE_STRING(tag_name); | ^~~~~~~~ | | | char * litembiggen.c:69:35: note: in definition of macro 'WRITE_STRING' 69 | status = htmlwrite(write_data,s,strlen(s));\ | ^ litembiggen.c:340:30: note: expected 'U8 *' {aka 'unsigned char *'} but argument is of type 'char *' 340 | WRITE_STRING(tag_name); | ^~~~~~~~ litembiggen.c:69:35: note: in definition of macro 'WRITE_STRING' 69 | status = htmlwrite(write_data,s,strlen(s));\ | ^ litembiggen.c:64:35: warning: pointer targets in passing argument 2 of 'htmlwrite' differ in signedness [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign8;;] 64 | status = htmlwrite(write_data,&ch,1);\ | ^~~ | | | char * litembiggen.c:360:21: note: in expansion of macro 'WRITE_CHAR' 360 | WRITE_CHAR(' '); | ^~~~~~~~~~ litembiggen.c:64:35: note: expected 'U8 *' {aka 'unsigned char *'} but argument is of type 'char *' 64 | status = htmlwrite(write_data,&ch,1);\ | ^~~ litembiggen.c:360:21: note: in expansion of macro 'WRITE_CHAR' 360 | WRITE_CHAR(' '); | ^~~~~~~~~~ litembiggen.c:64:35: warning: pointer targets in passing argument 2 of 'htmlwrite' differ in signedness [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign8;;] 64 | status = htmlwrite(write_data,&ch,1);\ | ^~~ | | | char * litembiggen.c:361:21: note: in expansion of macro 'WRITE_CHAR' 361 | WRITE_CHAR('/'); | ^~~~~~~~~~ litembiggen.c:64:35: note: expected 'U8 *' {aka 'unsigned char *'} but argument is of type 'char *' 64 | status = htmlwrite(write_data,&ch,1);\ | ^~~ litembiggen.c:361:21: note: in expansion of macro 'WRITE_CHAR' 361 | WRITE_CHAR('/'); | ^~~~~~~~~~ litembiggen.c:64:35: warning: pointer targets in passing argument 2 of 'htmlwrite' differ in signedness [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign8;;] 64 | status = htmlwrite(write_data,&ch,1);\ | ^~~ | | | char * litembiggen.c:362:21: note: in expansion of macro 'WRITE_CHAR' 362 | WRITE_CHAR('>'); | ^~~~~~~~~~ litembiggen.c:64:35: note: expected 'U8 *' {aka 'unsigned char *'} but argument is of type 'char *' 64 | status = htmlwrite(write_data,&ch,1);\ | ^~~ litembiggen.c:362:21: note: in expansion of macro 'WRITE_CHAR' 362 | WRITE_CHAR('>'); | ^~~~~~~~~~ litembiggen.c:64:35: warning: pointer targets in passing argument 2 of 'htmlwrite' differ in signedness [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign8;;] 64 | status = htmlwrite(write_data,&ch,1);\ | ^~~ | | | char * litembiggen.c:366:21: note: in expansion of macro 'WRITE_CHAR' 366 | WRITE_CHAR('>'); | ^~~~~~~~~~ litembiggen.c:64:35: note: expected 'U8 *' {aka 'unsigned char *'} but argument is of type 'char *' 64 | status = htmlwrite(write_data,&ch,1);\ | ^~~ litembiggen.c:366:21: note: in expansion of macro 'WRITE_CHAR' 366 | WRITE_CHAR('>'); | ^~~~~~~~~~ litembiggen.c:64:35: warning: pointer targets in passing argument 2 of 'htmlwrite' differ in signedness [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign8;;] 64 | status = htmlwrite(write_data,&ch,1);\ | ^~~ | | | char * litembiggen.c:420:25: note: in expansion of macro 'WRITE_CHAR' 420 | WRITE_CHAR('\n'); | ^~~~~~~~~~ litembiggen.c:64:35: note: expected 'U8 *' {aka 'unsigned char *'} but argument is of type 'char *' 64 | status = htmlwrite(write_data,&ch,1);\ | ^~~ litembiggen.c:420:25: note: in expansion of macro 'WRITE_CHAR' 420 | WRITE_CHAR('\n'); | ^~~~~~~~~~ litembiggen.c:64:35: warning: pointer targets in passing argument 2 of 'htmlwrite' differ in signedness [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign8;;] 64 | status = htmlwrite(write_data,&ch,1);\ | ^~~ | | | char * litembiggen.c:423:29: note: in expansion of macro 'WRITE_CHAR' 423 | WRITE_CHAR(' '); | ^~~~~~~~~~ litembiggen.c:64:35: note: expected 'U8 *' {aka 'unsigned char *'} but argument is of type 'char *' 64 | status = htmlwrite(write_data,&ch,1);\ | ^~~ litembiggen.c:423:29: note: in expansion of macro 'WRITE_CHAR' 423 | WRITE_CHAR(' '); | ^~~~~~~~~~ litembiggen.c:64:35: warning: pointer targets in passing argument 2 of 'htmlwrite' differ in signedness [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign8;;] 64 | status = htmlwrite(write_data,&ch,1);\ | ^~~ | | | char * litembiggen.c:426:21: note: in expansion of macro 'WRITE_CHAR' 426 | WRITE_CHAR('<'); | ^~~~~~~~~~ litembiggen.c:64:35: note: expected 'U8 *' {aka 'unsigned char *'} but argument is of type 'char *' 64 | status = htmlwrite(write_data,&ch,1);\ | ^~~ litembiggen.c:426:21: note: in expansion of macro 'WRITE_CHAR' 426 | WRITE_CHAR('<'); | ^~~~~~~~~~ litembiggen.c:64:35: warning: pointer targets in passing argument 2 of 'htmlwrite' differ in signedness [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign8;;] 64 | status = htmlwrite(write_data,&ch,1);\ | ^~~ | | | char * litembiggen.c:427:21: note: in expansion of macro 'WRITE_CHAR' 427 | WRITE_CHAR('/'); | ^~~~~~~~~~ litembiggen.c:64:35: note: expected 'U8 *' {aka 'unsigned char *'} but argument is of type 'char *' 64 | status = htmlwrite(write_data,&ch,1);\ | ^~~ litembiggen.c:427:21: note: in expansion of macro 'WRITE_CHAR' 427 | WRITE_CHAR('/'); | ^~~~~~~~~~ litembiggen.c:428:34: warning: pointer targets in passing argument 2 of 'htmlwrite' differ in signedness [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign8;;] 428 | WRITE_STRING(tag_name); | ^~~~~~~~ | | | char * litembiggen.c:69:35: note: in definition of macro 'WRITE_STRING' 69 | status = htmlwrite(write_data,s,strlen(s));\ | ^ litembiggen.c:428:34: note: expected 'U8 *' {aka 'unsigned char *'} but argument is of type 'char *' 428 | WRITE_STRING(tag_name); | ^~~~~~~~ litembiggen.c:69:35: note: in definition of macro 'WRITE_STRING' 69 | status = htmlwrite(write_data,s,strlen(s));\ | ^ litembiggen.c:64:35: warning: pointer targets in passing argument 2 of 'htmlwrite' differ in signedness [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign8;;] 64 | status = htmlwrite(write_data,&ch,1);\ | ^~~ | | | char * litembiggen.c:429:21: note: in expansion of macro 'WRITE_CHAR' 429 | WRITE_CHAR('>'); | ^~~~~~~~~~ litembiggen.c:64:35: note: expected 'U8 *' {aka 'unsigned char *'} but argument is of type 'char *' 64 | status = htmlwrite(write_data,&ch,1);\ | ^~~ litembiggen.c:429:21: note: in expansion of macro 'WRITE_CHAR' 429 | WRITE_CHAR('>'); | ^~~~~~~~~~ litembiggen.c:64:35: warning: pointer targets in passing argument 2 of 'htmlwrite' differ in signedness [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign8;;] 64 | status = htmlwrite(write_data,&ch,1);\ | ^~~ | | | char * litembiggen.c:478:21: note: in expansion of macro 'WRITE_CHAR' 478 | WRITE_CHAR(' '); | ^~~~~~~~~~ litembiggen.c:64:35: note: expected 'U8 *' {aka 'unsigned char *'} but argument is of type 'char *' 64 | status = htmlwrite(write_data,&ch,1);\ | ^~~ litembiggen.c:478:21: note: in expansion of macro 'WRITE_CHAR' 478 | WRITE_CHAR(' '); | ^~~~~~~~~~ litembiggen.c:479:34: warning: pointer targets in passing argument 2 of 'htmlwrite' differ in signedness [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign8;;] 479 | WRITE_STRING(numbuf); | ^~~~~~ | | | char * litembiggen.c:69:35: note: in definition of macro 'WRITE_STRING' 69 | status = htmlwrite(write_data,s,strlen(s));\ | ^ litembiggen.c:479:34: note: expected 'U8 *' {aka 'unsigned char *'} but argument is of type 'char *' 479 | WRITE_STRING(numbuf); | ^~~~~~ litembiggen.c:69:35: note: in definition of macro 'WRITE_STRING' 69 | status = htmlwrite(write_data,s,strlen(s));\ | ^ litembiggen.c:64:35: warning: pointer targets in passing argument 2 of 'htmlwrite' differ in signedness [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign8;;] 64 | status = htmlwrite(write_data,&ch,1);\ | ^~~ | | | char * litembiggen.c:488:21: note: in expansion of macro 'WRITE_CHAR' 488 | WRITE_CHAR(' '); | ^~~~~~~~~~ litembiggen.c:64:35: note: expected 'U8 *' {aka 'unsigned char *'} but argument is of type 'char *' 64 | status = htmlwrite(write_data,&ch,1);\ | ^~~ litembiggen.c:488:21: note: in expansion of macro 'WRITE_CHAR' 488 | WRITE_CHAR(' '); | ^~~~~~~~~~ litembiggen.c:489:34: warning: pointer targets in passing argument 2 of 'htmlwrite' differ in signedness [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign8;;] 489 | WRITE_STRING((char *)tmp_map->name); | ^~~~~~~~~~~~~~~~~~~~~ | | | char * litembiggen.c:69:35: note: in definition of macro 'WRITE_STRING' 69 | status = htmlwrite(write_data,s,strlen(s));\ | ^ litembiggen.c:489:34: note: expected 'U8 *' {aka 'unsigned char *'} but argument is of type 'char *' 489 | WRITE_STRING((char *)tmp_map->name); | ^~~~~~~~~~~~~~~~~~~~~ litembiggen.c:69:35: note: in definition of macro 'WRITE_STRING' 69 | status = htmlwrite(write_data,s,strlen(s));\ | ^ litembiggen.c:64:35: warning: pointer targets in passing argument 2 of 'htmlwrite' differ in signedness [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign8;;] 64 | status = htmlwrite(write_data,&ch,1);\ | ^~~ | | | char * litembiggen.c:493:17: note: in expansion of macro 'WRITE_CHAR' 493 | WRITE_CHAR('='); | ^~~~~~~~~~ litembiggen.c:64:35: note: expected 'U8 *' {aka 'unsigned char *'} but argument is of type 'char *' 64 | status = htmlwrite(write_data,&ch,1);\ | ^~~ litembiggen.c:493:17: note: in expansion of macro 'WRITE_CHAR' 493 | WRITE_CHAR('='); | ^~~~~~~~~~ litembiggen.c:64:35: warning: pointer targets in passing argument 2 of 'htmlwrite' differ in signedness [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign8;;] 64 | status = htmlwrite(write_data,&ch,1);\ | ^~~ | | | char * litembiggen.c:508:17: note: in expansion of macro 'WRITE_CHAR' 508 | WRITE_CHAR('\"'); | ^~~~~~~~~~ litembiggen.c:64:35: note: expected 'U8 *' {aka 'unsigned char *'} but argument is of type 'char *' 64 | status = htmlwrite(write_data,&ch,1);\ | ^~~ litembiggen.c:508:17: note: in expansion of macro 'WRITE_CHAR' 508 | WRITE_CHAR('\"'); | ^~~~~~~~~~ litembiggen.c:64:35: warning: pointer targets in passing argument 2 of 'htmlwrite' differ in signedness [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign8;;] 64 | status = htmlwrite(write_data,&ch,1);\ | ^~~ | | | char * litembiggen.c:513:21: note: in expansion of macro 'WRITE_CHAR' 513 | WRITE_CHAR('\"'); | ^~~~~~~~~~ litembiggen.c:64:35: note: expected 'U8 *' {aka 'unsigned char *'} but argument is of type 'char *' 64 | status = htmlwrite(write_data,&ch,1);\ | ^~~ litembiggen.c:513:21: note: in expansion of macro 'WRITE_CHAR' 513 | WRITE_CHAR('\"'); | ^~~~~~~~~~ litembiggen.c:532:34: warning: pointer targets in passing argument 2 of 'htmlwrite' differ in signedness [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign8;;] 532 | WRITE_STRING(numbuf); | ^~~~~~ | | | char * litembiggen.c:69:35: note: in definition of macro 'WRITE_STRING' 69 | status = htmlwrite(write_data,s,strlen(s));\ | ^ litembiggen.c:532:34: note: expected 'U8 *' {aka 'unsigned char *'} but argument is of type 'char *' 532 | WRITE_STRING(numbuf); | ^~~~~~ litembiggen.c:69:35: note: in definition of macro 'WRITE_STRING' 69 | status = htmlwrite(write_data,s,strlen(s));\ | ^ litembiggen.c:64:35: warning: pointer targets in passing argument 2 of 'htmlwrite' differ in signedness [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign8;;] 64 | status = htmlwrite(write_data,&ch,1);\ | ^~~ | | | char * litembiggen.c:547:21: note: in expansion of macro 'WRITE_CHAR' 547 | WRITE_CHAR('\"'); | ^~~~~~~~~~ litembiggen.c:64:35: note: expected 'U8 *' {aka 'unsigned char *'} but argument is of type 'char *' 64 | status = htmlwrite(write_data,&ch,1);\ | ^~~ litembiggen.c:547:21: note: in expansion of macro 'WRITE_CHAR' 547 | WRITE_CHAR('\"'); | ^~~~~~~~~~ litembiggen.c:575:30: warning: pointer targets in passing argument 2 of 'htmlwrite' differ in signedness [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign8;;] 575 | WRITE_STRING(tag_name); | ^~~~~~~~ | | | char * litembiggen.c:69:35: note: in definition of macro 'WRITE_STRING' 69 | status = htmlwrite(write_data,s,strlen(s));\ | ^ litembiggen.c:575:30: note: expected 'U8 *' {aka 'unsigned char *'} but argument is of type 'char *' 575 | WRITE_STRING(tag_name); | ^~~~~~~~ litembiggen.c:69:35: note: in definition of macro 'WRITE_STRING' 69 | status = htmlwrite(write_data,s,strlen(s));\ | ^ litembiggen.c:64:35: warning: pointer targets in passing argument 2 of 'htmlwrite' differ in signedness [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign8;;] 64 | status = htmlwrite(write_data,&ch,1);\ | ^~~ | | | char * litembiggen.c:587:13: note: in expansion of macro 'WRITE_CHAR' 587 | WRITE_CHAR(' '); | ^~~~~~~~~~ litembiggen.c:64:35: note: expected 'U8 *' {aka 'unsigned char *'} but argument is of type 'char *' 64 | status = htmlwrite(write_data,&ch,1);\ | ^~~ litembiggen.c:587:13: note: in expansion of macro 'WRITE_CHAR' 587 | WRITE_CHAR(' '); | ^~~~~~~~~~ litembiggen.c:64:35: warning: pointer targets in passing argument 2 of 'htmlwrite' differ in signedness [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign8;;] 64 | status = htmlwrite(write_data,&ch,1);\ | ^~~ | | | char * litembiggen.c:595:17: note: in expansion of macro 'WRITE_CHAR' 595 | WRITE_CHAR('='); | ^~~~~~~~~~ litembiggen.c:64:35: note: expected 'U8 *' {aka 'unsigned char *'} but argument is of type 'char *' 64 | status = htmlwrite(write_data,&ch,1);\ | ^~~ litembiggen.c:595:17: note: in expansion of macro 'WRITE_CHAR' 595 | WRITE_CHAR('='); | ^~~~~~~~~~ litembiggen.c:622:35: warning: pointer targets in passing argument 1 of 'strchr' differ in signedness [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign8;;] 622 | hash_ptr = strchr(href_value,'#'); | ^~~~~~~~~~ | | | U8 * {aka unsigned char *} In file included from litembiggen.c:27: /nix/store/1ycjq6h047qqwp3fm9sbl805xnrxlh2h-glibc-2.40-66-dev/include/string.h:246:34: note: expected 'const char *' but argument is of type 'U8 *' {aka 'unsigned char *'} 246 | extern char *strchr (const char *__s, int __c) | ~~~~~~~~~~~~^~~ litembiggen.c:622:26: warning: pointer targets in assignment from 'char *' to 'U8 *' {aka 'unsigned char *'} differ in signedness [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign8;;] 622 | hash_ptr = strchr(href_value,'#'); | ^ litembiggen.c:624:30: warning: pointer targets in assignment from 'char *' to 'U8 *' {aka 'unsigned char *'} differ in signedness [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign8;;] 624 | new_href = lit_lookup_mapping(pManifest, href_value, | ^ litembiggen.c:627:30: warning: pointer targets in assignment from 'char *' to 'U8 *' {aka 'unsigned char *'} differ in signedness [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign8;;] 627 | new_href = lit_lookup_mapping(pManifest, href_value, | ^ litembiggen.c:64:35: warning: pointer targets in passing argument 2 of 'htmlwrite' differ in signedness [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign8;;] 64 | status = htmlwrite(write_data,&ch,1);\ | ^~~ | | | char * litembiggen.c:629:17: note: in expansion of macro 'WRITE_CHAR' 629 | WRITE_CHAR('\"'); | ^~~~~~~~~~ litembiggen.c:64:35: note: expected 'U8 *' {aka 'unsigned char *'} but argument is of type 'char *' 64 | status = htmlwrite(write_data,&ch,1);\ | ^~~ litembiggen.c:629:17: note: in expansion of macro 'WRITE_CHAR' 629 | WRITE_CHAR('\"'); | ^~~~~~~~~~ litembiggen.c:631:34: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign8;;] 631 | WRITE_STRING(new_href); | ^~~~~~~~ | | | U8 * {aka unsigned char *} litembiggen.c:69:44: note: in definition of macro 'WRITE_STRING' 69 | status = htmlwrite(write_data,s,strlen(s));\ | ^ /nix/store/1ycjq6h047qqwp3fm9sbl805xnrxlh2h-glibc-2.40-66-dev/include/string.h:407:35: note: expected 'const char *' but argument is of type 'U8 *' {aka 'unsigned char *'} 407 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ litembiggen.c:633:38: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign8;;] 633 | WRITE_STRING(hash_ptr); | ^~~~~~~~ | | | U8 * {aka unsigned char *} litembiggen.c:69:44: note: in definition of macro 'WRITE_STRING' 69 | status = htmlwrite(write_data,s,strlen(s));\ | ^ /nix/store/1ycjq6h047qqwp3fm9sbl805xnrxlh2h-glibc-2.40-66-dev/include/string.h:407:35: note: expected 'const char *' but argument is of type 'U8 *' {aka 'unsigned char *'} 407 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ litembiggen.c:637:34: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign8;;] 637 | WRITE_STRING(href_value); | ^~~~~~~~~~ | | | U8 * {aka unsigned char *} litembiggen.c:69:44: note: in definition of macro 'WRITE_STRING' 69 | status = htmlwrite(write_data,s,strlen(s));\ | ^ /nix/store/1ycjq6h047qqwp3fm9sbl805xnrxlh2h-glibc-2.40-66-dev/include/string.h:407:35: note: expected 'const char *' but argument is of type 'U8 *' {aka 'unsigned char *'} 407 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ litembiggen.c:64:35: warning: pointer targets in passing argument 2 of 'htmlwrite' differ in signedness [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign8;;] 64 | status = htmlwrite(write_data,&ch,1);\ | ^~~ | | | char * litembiggen.c:639:17: note: in expansion of macro 'WRITE_CHAR' 639 | WRITE_CHAR('\"'); | ^~~~~~~~~~ litembiggen.c:64:35: note: expected 'U8 *' {aka 'unsigned char *'} but argument is of type 'char *' 64 | status = htmlwrite(write_data,&ch,1);\ | ^~~ litembiggen.c:639:17: note: in expansion of macro 'WRITE_CHAR' 639 | WRITE_CHAR('\"'); | ^~~~~~~~~~ litembiggen.c: In function 'write_entity': litembiggen.c:690:39: warning: pointer targets in passing argument 2 of 'htmlwrite' differ in signedness [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign8;;] 690 | status = htmlwrite(write_data,&ch, 1); | ^~~ | | | char * litembiggen.c:690:39: note: expected 'U8 *' {aka 'unsigned char *'} but argument is of type 'char *' litembiggen.c:694:54: warning: pointer targets in passing argument 2 of 'htmlwrite' differ in signedness [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign8;;] 694 | status = htmlwrite(write_data,entities[found].name, | ~~~~~~~~~~~~~~~^~~~~ | | | char * litembiggen.c:694:54: note: expected 'U8 *' {aka 'unsigned char *'} but argument is of type 'char *' litembiggen.c:699:39: warning: pointer targets in passing argument 2 of 'htmlwrite' differ in signedness [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign8;;] 699 | status = htmlwrite(write_data,&ch, 1); | ^~~ | | | char * litembiggen.c:699:39: note: expected 'U8 *' {aka 'unsigned char *'} but argument is of type 'char *' litembiggen.c:712:37: warning: pointer targets in passing argument 2 of 'htmlwrite' differ in signedness [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign8;;] 712 | return htmlwrite(write_data,ent_buffer,len); | ^~~~~~~~~~ | | | char * litembiggen.c:712:37: note: expected 'U8 *' {aka 'unsigned char *'} but argument is of type 'char *' gcc -O3 -Wall -Ides -Isha -Inewlzx -I. -c -o littags.o littags.c gcc -O3 -Wall -Ides -Isha -Inewlzx -I. -c -o litmetatags.o litmetatags.c gcc -O3 -Wall -Ides -Isha -Inewlzx -I. -c -o litmanifest.o litmanifest.c litmanifest.c: In function 'lit_lookup_mapping': litmanifest.c:242:25: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign8;;] 242 | if (strncmp(s, map->sInternal, size) == 0) | ^ | | | U8 * {aka unsigned char *} In file included from litmanifest.c:28: /nix/store/1ycjq6h047qqwp3fm9sbl805xnrxlh2h-glibc-2.40-66-dev/include/string.h:159:33: note: expected 'const char *' but argument is of type 'U8 *' {aka 'unsigned char *'} 159 | extern int strncmp (const char *__s1, const char *__s2, size_t __n) | ~~~~~~~~~~~~^~~~ litmanifest.c:242:31: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign8;;] 242 | if (strncmp(s, map->sInternal, size) == 0) | ~~~^~~~~~~~~~~ | | | U8 * {aka unsigned char *} /nix/store/1ycjq6h047qqwp3fm9sbl805xnrxlh2h-glibc-2.40-66-dev/include/string.h:159:51: note: expected 'const char *' but argument is of type 'U8 *' {aka 'unsigned char *'} 159 | extern int strncmp (const char *__s1, const char *__s2, size_t __n) | ~~~~~~~~~~~~^~~~ litmanifest.c:243:27: warning: pointer targets in returning 'U8 *' {aka 'unsigned char *'} from a function with return type 'char *' differ in signedness [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign8;;] 243 | return map->sOriginal; | ~~~^~~~~~~~~~~ gcc -O3 -Wall -Ides -Isha -Inewlzx -I. -c -o litdirectory.o litdirectory.c gcc -O3 -Wall -Ides -Isha -Inewlzx -I. -c -o litsections.o litsections.c litsections.c: In function 'lit_i_cache_section': litsections.c:189:58: warning: pointer targets in passing argument 2 of 'decompress_section' differ in signedness [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign8;;] 189 | status = decompress_section(litfile, pSection->name, | ~~~~~~~~^~~~~~ | | | U8 * {aka unsigned char *} litsections.c:36:58: note: expected 'char *' but argument is of type 'U8 *' {aka 'unsigned char *'} 36 | static int decompress_section(lit_file * litfile, char * section_name, | ~~~~~~~^~~~~~~~~~~~ litsections.c: In function 'decompress_section': litsections.c:332:14: error: implicit declaration of function 'LZXinit'; did you mean 'lzxd_init'? [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;] 332 | status = LZXinit(window_size); | ^~~~~~~ | lzxd_init litsections.c:402:17: error: implicit declaration of function 'LZXreset' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;] 402 | LZXreset(); | ^~~~~~~~ litsections.c:403:26: error: implicit declaration of function 'LZXdecompress'; did you mean 'lzxd_decompress'? [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;] 403 | status = LZXdecompress(pContent + base, ptr+dst, | ^~~~~~~~~~~~~ | lzxd_decompress make: *** [: litsections.o] Error 1