bug-gnu-utils
[Top][All Lists]
Advanced

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

gawk 3.1.3l problem with Solaris 8 and Forte 6U2 64-bit cc


From: Paul Eggert
Subject: gawk 3.1.3l problem with Solaris 8 and Forte 6U2 64-bit cc
Date: Tue, 20 Jul 2004 16:13:46 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

Aharon Robbins <address@hidden> writes:

>       http://www.skeeve.com/gawk-3.1.3l.tar.bz2

I tried compiling that on Solaris 8 with Forte 6 Update 2 cc in 64-bit
mode, and got the following diagnostics.  These diagnostics all
reflect violations of the C Standard in one way or another, so they
should probably get fixed at some point.  ("make check" works, though,
so it's not important for this particular platform.)


cc -xarch=v9 -DDEFPATH="\".:/u/cs/fac/eggert/junk/prefix/share/awk\"" 
-DHAVE_CONFIG_H -DGAWK 
-DLOCALEDIR="\"/u/cs/fac/eggert/junk/prefix/share/locale\"" -I. -I. -I.  -Iintl 
   -g -c dfa.c
"dfa.c", line 430: warning: argument #1 is incompatible with prototype:
        prototype: pointer to const char : "/usr/include/iso/wchar_iso.h", line 
186
        argument : pointer to const unsigned char
"dfa.c", line 787: warning: argument #1 is incompatible with prototype:
        prototype: pointer to const unsigned char : "dfa.c", line 417
        argument : pointer to const char
"dfa.c", line 935: warning: argument #1 is incompatible with prototype:
        prototype: pointer to const unsigned char : "dfa.c", line 417
        argument : pointer to const char
"dfa.c", line 941: warning: argument #1 is incompatible with prototype:
        prototype: pointer to const unsigned char : "dfa.c", line 417
        argument : pointer to const char
"dfa.c", line 951: warning: argument #1 is incompatible with prototype:
        prototype: pointer to const unsigned char : "dfa.c", line 417
        argument : pointer to const char
"dfa.c", line 959: warning: argument #1 is incompatible with prototype:
        prototype: pointer to const unsigned char : "dfa.c", line 417
        argument : pointer to const char
"dfa.c", line 974: warning: argument #1 is incompatible with prototype:
        prototype: pointer to const unsigned char : "dfa.c", line 417
        argument : pointer to const char
"dfa.c", line 1077: warning: argument #1 is incompatible with prototype:
        prototype: pointer to const unsigned char : "dfa.c", line 417
        argument : pointer to const char
"dfa.c", line 1080: warning: argument #1 is incompatible with prototype:
        prototype: pointer to const unsigned char : "dfa.c", line 417
        argument : pointer to const char
"dfa.c", line 1104: warning: argument #1 is incompatible with prototype:
        prototype: pointer to const unsigned char : "dfa.c", line 417
        argument : pointer to const char
"dfa.c", line 1108: warning: argument #1 is incompatible with prototype:
        prototype: pointer to const unsigned char : "dfa.c", line 417
        argument : pointer to const char
"dfa.c", line 1109: warning: argument #1 is incompatible with prototype:
        prototype: pointer to const unsigned char : "dfa.c", line 417
        argument : pointer to const char
"dfa.c", line 1112: warning: argument #1 is incompatible with prototype:
        prototype: pointer to const unsigned char : "dfa.c", line 417
        argument : pointer to const char
"dfa.c", line 1124: warning: argument #1 is incompatible with prototype:
        prototype: pointer to const unsigned char : "dfa.c", line 417
        argument : pointer to const char
"dfa.c", line 1125: warning: argument #1 is incompatible with prototype:
        prototype: pointer to const unsigned char : "dfa.c", line 417
        argument : pointer to const char
"dfa.c", line 2596: warning: argument #2 is incompatible with prototype:
        prototype: pointer to const char : "/usr/include/iso/string_iso.h", 
line 73
        argument : pointer to const unsigned char
"dfa.c", line 2603: warning: argument #2 is incompatible with prototype:
        prototype: pointer to const char : "/usr/include/iso/string_iso.h", 
line 73
        argument : pointer to const unsigned char
"dfa.c", line 2616: warning: argument #2 is incompatible with prototype:
        prototype: pointer to const char : "/usr/include/iso/string_iso.h", 
line 73
        argument : pointer to const unsigned char
"dfa.c", line 2876: warning: assignment type mismatch:
        pointer to const unsigned char "=" pointer to const char
"dfa.c", line 2877: warning: assignment type mismatch:
        pointer to const unsigned char "=" pointer to char
"dfa.c", line 2882: warning: assignment type mismatch:
        pointer to const unsigned char "=" pointer to const char
"dfa.c", line 2883: warning: assignment type mismatch:
        pointer to const unsigned char "=" pointer to char




reply via email to

[Prev in Thread] Current Thread [Next in Thread]