Re: Compiler messages do not fit
Arnaud Charlet <[email protected]>
| Newsgroups | gmane.comp.ide.gps.user |
|---|---|
| Message-ID | <[email protected]> |
[resent to proper address] > There still is a problem of the gcc messages which are broken by gcc into 2 > lines (the seconds starts with 2 blanks) . They are shown in full by > "Messages" tab, but the "Locations" tab shows only the first line although > there is plenty of space to show the second gcc line in the same > "Locations"'s line. :-( GPS requires source location on each line in order to process them correctly, like most other IDEs. Please look at the GCC documentation for the corresponding option (in particular -fmessage-length and -fdiagnostics-show-location) to get the desired behavior. Arno