Opened 19 years ago

Closed 19 years ago

#4447 closed defect (worksforme)

BUG: gawk fails to build and maintainer has no bugzilla account

Reported by: yves@… Owned by: tobypeterson
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

---> Building gawk with target all make 'CFLAGS=-I/opt/local/include -L/opt/local/lib' 'LDFLAGS=' all-recursive Making all in . if gcc -DDEFPATH="\".:/opt/local/share/awk\"" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"/opt/ local/share/locale\"" -I. -I. -I. -I/opt/local/include -I/opt/local/include -L/opt/local/lib -MT dfa.o - MD -MP -MF ".deps/dfa.Tpo" -c -o dfa.o dfa.c; \ then mv -f ".deps/dfa.Tpo" ".deps/dfa.Po"; else rm -f ".deps/dfa.Tpo"; exit 1; fi In file included from dfa.c:112: hard-locale.h: In function 'hard_locale': hard-locale.h:43: error: invalid storage class for function 'xmalloc' hard-locale.h:45: warning: initialization makes pointer from integer without a cast dfa.c: At top level: dfa.c:125: error: conflicting types for 'xmalloc' hard-locale.h:45: error: previous implicit declaration of 'xmalloc' was here dfa.c: In function 'update_mb_len_index': dfa.c:417: warning: pointer targets in passing argument 1 of 'mbrlen' differ in signedness dfa.c: In function 'lex': dfa.c:793: warning: pointer targets in passing argument 1 of 'update_mb_len_index' differ in signedness dfa.c:941: warning: pointer targets in passing argument 1 of 'update_mb_len_index' differ in signedness dfa.c:947: warning: pointer targets in passing argument 1 of 'update_mb_len_index' differ in signedness dfa.c:957: warning: pointer targets in passing argument 1 of 'update_mb_len_index' differ in signedness dfa.c:965: warning: pointer targets in passing argument 1 of 'update_mb_len_index' differ in signedness dfa.c:980: warning: pointer targets in passing argument 1 of 'update_mb_len_index' differ in signedness dfa.c:1083: warning: pointer targets in passing argument 1 of 'update_mb_len_index' differ in signedness dfa.c:1086: warning: pointer targets in passing argument 1 of 'update_mb_len_index' differ in signedness dfa.c:1110: warning: pointer targets in passing argument 1 of 'update_mb_len_index' differ in signedness dfa.c:1114: warning: pointer targets in passing argument 1 of 'update_mb_len_index' differ in signedness dfa.c:1115: warning: pointer targets in passing argument 1 of 'update_mb_len_index' differ in signedness dfa.c:1118: warning: pointer targets in passing argument 1 of 'update_mb_len_index' differ in signedness dfa.c:1130: warning: pointer targets in passing argument 1 of 'update_mb_len_index' differ in signedness dfa.c:1131: warning: pointer targets in passing argument 1 of 'update_mb_len_index' differ in signedness dfa.c: In function 'match_mb_charset': dfa.c:2602: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness dfa.c:2609: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness dfa.c:2622: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness dfa.c: In function 'dfaexec': dfa.c:2879: warning: pointer targets in assignment differ in signedness dfa.c:2880: warning: pointer targets in assignment differ in signedness make[2]: * [dfa.o] Error 1 make[1]: * [all-recursive] Error 1 make: * [all] Error 2

Change History (1)

comment:1 Changed 19 years ago by toby@…

Resolution: worksforme
Status: newclosed
Note: See TracTickets for help on using tickets.