This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
Hi, > Well, at the time I started coding (and probably yours, too ;-)), > compiler were considered "user friendly" when they did not just > abort on faulty input but were so nice and gave the number of > the problematic line, too. (a) one gets used to it, and (b) it's > far more convienient nowadays. Especially gcc is pretty good > at pointing out possible reasons _why_ compilation failed. Understanding the error message of g++ is sometimes a kind of horror, indeed. See the attached error message for a "nice" example. Luckily, this is again something that is only a problem when templates are extensively used. Best regards, Alpar
Attachment:
g++-log.txt
Description: Text document
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |