Guest User

Untitled

a guest
Jun 19th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. Finding Qt inlcude dir.. Not Found.
  2. g++ -fno-exceptions -Wall -O2 -I -I -c -o main.o main.cpp
  3. main.cpp:21:18: error: wcon.h: No such file or directory
  4. main.cpp:23:24: error: kaboutdata.h: No such file or directory
  5. main.cpp:24:26: error: kcmdlineargs.h: No such file or directory
  6. main.cpp:25:21: error: klocale.h: No such file or directory
  7. main.cpp:26:26: error: kapplication.h: No such file or directory
  8. In file included from main.cpp:22:
  9. main.h:34: error: expected initializer before ‘&’ token
  10. main.h:35: error: expected initializer before ‘&’ token
  11. main.h:39: error: field ‘origfile’ has incomplete type
  12. main.h:40: error: field ‘origidx’ has incomplete type
  13. main.cpp:29: error: ‘I18N_NOOP’ was not declared in this scope
  14. main.cpp:33: error: ‘KCmdLineOptions’ does not name a type
  15. main.cpp: In function ‘int main(int, char**)’:
  16. main.cpp:43: error: ‘KAboutData’ was not declared in this scope
  17. main.cpp:43: error: expected `;' before ‘about’
  18. main.cpp:45: error: ‘about’ was not declared in this scope
  19. main.cpp:46: error: ‘KCmdLineArgs’ has not been declared
  20. main.cpp:47: error: ‘KCmdLineArgs’ has not been declared
  21. main.cpp:47: error: ‘options’ was not declared in this scope
  22. main.cpp:48: error: aggregate ‘KApplication app’ has incomplete type and cannot be defined
  23. main.cpp:49: error: ‘kmenc15’ was not declared in this scope
  24. main.cpp:49: error: expected `;' before ‘mainWin’
  25. main.cpp:60: error: ‘mainWin’ was not declared in this scope
  26. make: *** [main.o] Error 1
Add Comment
Please, Sign In to add comment