Mail Archives: djgpp/1999/12/22/08:19:34
Valkir (jfd50 AT videotron DOT ca) wrote:
> When I got a bug, sometime, I just put it in /* */ and then run. After I
> remove then and wow, it work.
> In my prog now, When I add just a header file, (my own) without declaring
> any thing, it doesn't work.
> Once it a while, nothing work anymore. Even if I have the exact same line as
> my original file... but if I overwrite it with the original, it work.
Insufficient information makes it hard to help you. You just vaguely
circumscribe what happened to you, without showing any hard facts, like
1) source code (a small, but still buggy example)
2) compiler error messages (in 'gcc -v' mode, if possible)
Descriptions like 'it doesn't work' or 'it works' tell us nothing
about the nature of your problem. The actual compiler messages usually
do.
This kind of behaviour often is the result of some error elsewhere in
your code, that confuses the compiler enough to make it totally
misinterpret the part of the code that you're working on.
--
Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de)
Even if all the snow were burnt, ashes would remain.
- Raw text -