Mail Archives: djgpp/1994/01/31/18:33:06
On Mon, 31 Jan 1994, Gary Lawrence Murphy wrote:
> and now all my C++ code blows up the compilation with the message
>
> gcc -g2 -Wall -DNDEBUG -c demo.cc
> i:/cca01718:747: Error: Rest of line ignored. First ignored character is `<'.
> i:/cca01718:764: Error: Rest of line ignored. First ignored character is `<'.
> i:/cca01718:781: Error: Rest of line ignored. First ignored character is `<'.
> make.exe: *** [demo.o] Error 1
I had the same problem trying to compile with debugging using templates.
Try without the debugging. Generating debugging code with templates
isn't supported yet.
(Although I agree the compiler should do something a little more
illuminating than generating weird error messages...)
Warning: debugging info not yet supported with templates
would be nice.
Gordon
- Raw text -