Displaying 2 results from an estimated 2 matches for "ignoretoken".
Did you mean:
ignoretokens
1999 Nov 23
1
compile error for mkString on alpha (PR#332)
...##############################################
Without the patch I got:
cc -I. -I../include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H
-ieee_with_inexact -g -c gram.c -o gram.o
cc: Warning: ../../../R/src/main/gram.y, line 1626: # not in column 1 is
ignored, skipping to end of line. (ignoretokens)
#if 0
------------^
cc: Warning: ../../../R/src/main/gram.y, line 1628: # not in column 1 is
ignored, skipping to end of line. (ignoretokens)
#endif
------------^
cc: Warning: ../../../R/src/main/gram.y, line 644: In this statement, the
referenced type of the pointer value...
2001 Jul 16
0
No subject
...e -L/usr/local/ssl/lib conftest.c -lz -lsecurity -ldb -lm -laud -lutil -lcrypto 1>&5
configure:4815: checking for u_int type
configure:4828: cc -c -g -I/usr/local/ssl/include conftest.c 1>&5
cc: Warning: configure, line 4822: # not in column 1 is ignored, skipping to end of line. (ignoretokens)
#include <sys/types.h>
-^
cc: Error: configure, line 4824: In this declaration, "u_int" must specify a type. (badparsedecl)
u_int a; a = 1;
-^
cc: Error: configure, line 4824: In this statement, "a" is not declared. (undeclared)
u_int a; a = 1;
----------^
configure:...