Page 1 of 1

Compile Error

Posted: Tue Apr 16, 2002 9:46 pm
by C8H10N4O2
What does this mean?

Code: Select all

00824009_24.java:38: '{' expected.
stdin
^
gcj: Internal compiler error: program jc1 got fatal signal 11
 
--

help

Posted: Thu Nov 14, 2002 8:37 pm
by sacra
First, I think your mailer is breaking the lines where it shouldn't.
You are using the ReadLn() function and there's a comment on it that extends through two lines. Something like //utility function to read from stdin.

The compiler thinks that "stdin" is a normal statement that should be compiled. Remove that comment or use /**/ instead of just //.

If you still get that signal 11 stuff, read one of the other threads with people that have the same problem. "Giving up on gcj", for example...