Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. errorformat=%*[^"]"%f"%*\D%l: %m,"%f"%*\D%l: %m,%-G%f:%l: (Each undeclared identifier is reported only once,%-G%f:%l: for each function it appears in.),%-GIn file i
  2. ncluded from %f:%l:%c,%-GIn file included from %f:%l,%-Gfrom %f:%l:%c,%-Gfrom %f:%l,%f:%l:%c:%m,%f(%l):%m,%f:%l:%m,"%f"\, line %l%*\D%c%*[^ ] %m,%D%*\a[%*\d]: Enterin
  3. g directory `%f',%X%*\a[%*\d]: Leaving directory `%f',%D%*\a: Entering directory `%f',%X%*\a: Leaving directory `%f',%DMaking %*\a in %f,%f|%l| %m
  4.  
  5.  
  6.  
  7. $ make
  8. g++ -c -o SecondFile.o SecondFile.cpp <- This line correctly ignored
  9. In file included from SecondFile.cpp:18:0: <- Interpreted as one long filename
  10. SecondFile.h:17:1: error: ‘sdjhdf’ does not name a type <- This line parsed correctly
  11. make: *** [SecondFile.o] Error 1 <- This line correctly ignored
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement