bug-texinfo
[Top][All Lists]
Advanced

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

TeXinfo-4.2 on Cray


From: Len Makin
Subject: TeXinfo-4.2 on Cray
Date: Fri, 20 Sep 2002 09:36:15 +1000

Hi All,
        This is a report of installation of texinfo-4.2 on our
Cray J90se (Unicos 10.0.1.1, PrgEnv 3.4). It was successful, after changing
path to ensure GNU sed was used by configure rather than Cray sed
gmake check passed all tests.
However the compile produced the following warnings which may be of
assistance to maintainers to eliminate non-standard or potentially conflicting
usage.FYI. YMMV. Ignore at will(and all that..;-).
...
CC-167 cc: WARNING File = echo-area.c, Line = 1313
  Argument of type "int (*)()" is incompatible with parameter of type
          "int (*)(const void *, const void *)".
 
           compare_references);
           ^
 
Total warnings detected in echo-area.c: 1
....
CC-167 cc: WARNING File = infomap.c, Line = 1435
  Argument of type "unsigned char *" is incompatible with parameter of type
          "const char *".
 
        if (len < INFOKEY_NMAGIC + strlen(VERSION) + 1 || strcmp(VERSION, buf + 
4) != 0)
                                                                          ^
 
CC-513 cc: WARNING File = infomap.c, Line = 1507
  A value of type "char *" cannot be assigned to an entity of type
          "unsigned char *".
 
                        case SK_RIGHT_ARROW:    t = term_kr; break;
                                                  ^
 
CC-513 cc: WARNING File = infomap.c, Line = 1508
  A value of type "char *" cannot be assigned to an entity of type
          "unsigned char *".
 
                        case SK_LEFT_ARROW:     t = term_kl; break;
                                                  ^
 
CC-513 cc: WARNING File = infomap.c, Line = 1509
  A value of type "char *" cannot be assigned to an entity of type
          "unsigned char *".
 
                        case SK_UP_ARROW:       t = term_ku; break;
                                                  ^
 
CC-513 cc: WARNING File = infomap.c, Line = 1510
  A value of type "char *" cannot be assigned to an entity of type
          "unsigned char *".
 
                        case SK_DOWN_ARROW:     t = term_kd; break;
                                                  ^
 
CC-513 cc: WARNING File = infomap.c, Line = 1511
  A value of type "char *" cannot be assigned to an entity of type
          "unsigned char *".
 
                        case SK_PAGE_UP:        t = term_kP; break;
                                                  ^
 
CC-513 cc: WARNING File = infomap.c, Line = 1512
  A value of type "char *" cannot be assigned to an entity of type
          "unsigned char *".
 
                        case SK_PAGE_DOWN:      t = term_kN; break;
                                                  ^
 
CC-513 cc: WARNING File = infomap.c, Line = 1513
  A value of type "char *" cannot be assigned to an entity of type
          "unsigned char *".
 
                        case SK_HOME:           t = term_kh; break;
                                                  ^
 
CC-513 cc: WARNING File = infomap.c, Line = 1514
  A value of type "char *" cannot be assigned to an entity of type
          "unsigned char *".
 
                        case SK_END:            t = term_ke; break;
                                                  ^
 
CC-513 cc: WARNING File = infomap.c, Line = 1515
  A value of type "char *" cannot be assigned to an entity of type
          "unsigned char *".
 
                        case SK_DELETE:         t = term_kx; break;
                                                  ^
 
CC-513 cc: WARNING File = infomap.c, Line = 1516
  A value of type "char *" cannot be assigned to an entity of type
          "unsigned char *".
 
                        case SK_INSERT:         t = term_ki; break;
                                                  ^
 
CC-513 cc: WARNING File = infomap.c, Line = 1518
  A value of type "char *" cannot be assigned to an entity of type
          "unsigned char *".
 
                        default:                t = lit; break;
                                                  ^
 
Total warnings detected in infomap.c: 12
...
CC-167 cc: WARNING File = nodemenu.c, Line = 166
  Argument of type "int (*)()" is incompatible with parameter of type
          "int (*)(const void *, const void *)".
 
        qsort (lines, lines_index, sizeof (char *), compare_strings);
                                                    ^
 
Total warnings detected in nodemenu.c: 1
...
CC-47 cc: WARNING File = /usr/include/sys/ttold.h, Line = 25
  Macro "O_RAW" (declared at line 25 of "/usr/include/sys/fcntl.h") has an
          incompatible redefinition.
 
  #define       O_RAW   040
                ^
 
Total warnings detected in terminal.c: 1
...
CC-167 cc: WARNING File = infokey.c, Line = 764
  Argument of type "unsigned char *" is incompatible with parameter of type
          "char *".
 
    strncpy (s->data + s->cur, str, len);
             ^
 
Total warnings detected in infokey.c: 1
...
CC-167 cc: WARNING File = index.c, Line = 625
  Argument of type "int (*)()" is incompatible with parameter of type
          "int (*)(const void *, const void *)".
 
    qsort (array, count, sizeof (INDEX_ELT *), index_element_compare);
                                               ^
 
Total warnings detected in index.c: 1
...
CC-180 cc: WARNING File = makeinfo.c, Line = 1595
  The indicated argument is incompatible with the corresponding formal parameter
.
 
            tag_table = (TAG_ENTRY *) reverse_list (tag_table);
                                                    ^
 
Total warnings detected in makeinfo.c: 1
...
CC-167 cc: WARNING File = xml.c, Line = 1228
  Argument of type "unsigned char *" is incompatible with parameter of type
          "const char *".
 
    strncpy (tmp, output_paragraph, l);
                  ^
 
Total warnings detected in xml.c: 1
...
CC-180 cc: WARNING File = install-info.c, Line = 1444
  The indicated argument is incompatible with the corresponding formal parameter
.
 
                lines = xrealloc (lines, (lines_allocated + 1)
                                  ^
 
Total warnings detected in install-info.c: 1
...
CC-167 cc: WARNING File = texindex.c, Line = 1051
  Argument of type "int (*)()" is incompatible with parameter of type
          "int (*)(const void *, const void *)".
 
               compare_prepared);
               ^
 
CC-167 cc: WARNING File = texindex.c, Line = 1059
  Argument of type "int (*)()" is incompatible with parameter of type
          "int (*)(const void *, const void *)".
 
      qsort (linearray, nextline - linearray, sizeof (char *), compare_full);
                                                               ^
 
Total warnings detected in texindex.c: 2
...

Cheers,
        Len
-- 
address@hidden:+61 3 9669 8109: CSIRO/Bureau of Meteorology
      High Performance Computing and Communications Centre
24th floor, 150 Lonsdale St | GPO Box 1289K, Melbourne, VIC 3001 Australia




reply via email to

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