diff options
| author | Daniel Pfeiffer | 2004-06-08 21:38:29 +0000 |
|---|---|---|
| committer | Daniel Pfeiffer | 2004-06-08 21:38:29 +0000 |
| commit | d7d7fd301858d83199059a8a3d0687e9f784faae (patch) | |
| tree | 3014839bb852c6bfbf9c41408bcfb969aec583b3 | |
| parent | b3ef54c5fa29f0ee97e2709c405e163c49d93616 (diff) | |
| download | emacs-d7d7fd301858d83199059a8a3d0687e9f784faae.tar.gz emacs-d7d7fd301858d83199059a8a3d0687e9f784faae.zip | |
show example of GNU {standard input} (gcc --pipe) and various Oracle messages
| -rw-r--r-- | etc/compilation.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/compilation.txt b/etc/compilation.txt index 9c8d06c9ccb..ff86583299d 100644 --- a/etc/compilation.txt +++ b/etc/compilation.txt | |||
| @@ -205,6 +205,7 @@ foo.c:8.23-9.1: message | |||
| 205 | jade:dbcommon.dsl:133:17:E: missing argument for function call | 205 | jade:dbcommon.dsl:133:17:E: missing argument for function call |
| 206 | G:/cygwin/dev/build-myproj.xml:54: Compiler Adapter 'javac' can't be found. | 206 | G:/cygwin/dev/build-myproj.xml:54: Compiler Adapter 'javac' can't be found. |
| 207 | file:G:/cygwin/dev/build-myproj.xml:54: Compiler Adapter 'javac' can't be found. | 207 | file:G:/cygwin/dev/build-myproj.xml:54: Compiler Adapter 'javac' can't be found. |
| 208 | {standard input}:27041: Warning: end of file not at end of a line; newline inserted | ||
| 208 | 209 | ||
| 209 | 210 | ||
| 210 | * Lucid Compiler, lcc 3.x | 211 | * Lucid Compiler, lcc 3.x |
| @@ -252,7 +253,17 @@ d:\tmp\test.c(23) : error C2143: syntax error : missing ';' before 'if' | |||
| 252 | 253 | ||
| 253 | symbol: oracle | 254 | symbol: oracle |
| 254 | 255 | ||
| 256 | This stupid precompiler wraps lines at column 80 in the middle of a file name. | ||
| 257 | There is no obvious way of detecting this or turning it off. But if you | ||
| 258 | delete the newline, the file name will automatically be reparsed, so that you | ||
| 259 | can then go there. | ||
| 260 | |||
| 255 | Semantic error at line 528, column 5, file erosacqdb.pc: | 261 | Semantic error at line 528, column 5, file erosacqdb.pc: |
| 262 | Error at line 41, column 10 in file /usr/src/sb/ODBI_BHP.hpp | ||
| 263 | PCC-02150: error at line 49, column 27 in file /usr/src/sb/ODBI_dxfgh.pc | ||
| 264 | PCC-00003: invalid SQL Identifier at column name in line 12 of file /usr/src/sb/ODBI_BHP.hpp | ||
| 265 | PCC-00004: mismatched IF/ELSE/ENDIF block at line 27 in file /usr/src/sb/ODBI_BHP.hpp | ||
| 266 | PCC-02151: line 21 column 40 file /usr/src/sb/ODBI_BHP.hpp: | ||
| 256 | 267 | ||
| 257 | 268 | ||
| 258 | * Perl | 269 | * Perl |