Displaying 2 results from an estimated 2 matches for "do_systim".
Did you mean:
do_system
2001 Apr 09
1
syntax error in datetime.c (PR#901)
....2.2
OS: Linux, RedHat 7.0/alpha
Submission from: (NULL) (152.3.12.123)
With RedHat 7.0/alpha (gcc 2.96-69), I encountered following error:
gcc -I. -I../../src/include -I../../src/include -I/usr/local/include
-DHAVE_CONFIG_H -mieee -O2 -mieee -c datetime.c -o datetime.o
datetime.c: In function `do_systime':
datetime.c:306: parse error before `ans'
datetime.c:307: `ans' undeclared (first use in this function)
datetime.c:307: (Each undeclared identifier is reported only once
datetime.c:307: for each function it appears in.)
make[3]: *** [datetime.o] Error 1
make[3]: Leaving directory `/us...
2010 Sep 03
1
Weird erratic error and illogical error message, could someone explain this?
...guments
but in the call "match(x, table, nomatch = 0L)" where x is the character
string "factor" and table is another character string ("numeric")
extracted from a list, I don't understand why it produces this error
message. '.Internal(Sys.time())' uses do_systime c code that returns a
one-element double... not something that can hurt here?!
Can someone explain me, or give me an example where an argument is NOT
duplicated in the call (well, as I understand it here) and where one
gets such an error message? And why?
Many thanks, I am desperate :-(
I go...