alvin_

error

Nov 27th, 2013
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.06 KB | None | 0 0
  1. ~/Desktop/Menu Colors> make
  2. g++ -c App.cpp  -I./ -I-   -O3   -lbe -o "objects.x86-gcc2-release/App.o"
  3. In file included from /boot/home/Desktop/Menu Colors/App.cpp:1:
  4. /boot/home/Desktop/Menu Colors/App.h:5: parse error before `{'
  5. In file included from /boot/home/Desktop/Menu Colors/App.cpp:2:
  6. /boot/home/Desktop/Menu Colors/MainWindow.h:5: parse error before `{'
  7. /boot/home/Desktop/Menu Colors/MainWindow.h:8: `BMessage' was not declared in this scope
  8. /boot/home/Desktop/Menu Colors/MainWindow.h:8: `msg' was not declared in this scope
  9. /boot/home/Desktop/Menu Colors/MainWindow.h:8: variable or field `MessageReceived' declared void
  10. /boot/home/Desktop/Menu Colors/MainWindow.h:9: parse error before `}'
  11. /boot/home/Desktop/Menu Colors/App.cpp:5: invalid use of undefined type `class App'
  12. /boot/home/Desktop/Menu Colors/App.h:4: forward declaration of `class App'
  13. /boot/home/Desktop/Menu Colors/App.cpp: In method `App::App()':
  14. /boot/home/Desktop/Menu Colors/App.cpp:5: class `App' does not have any field named `BApplication'
  15. /boot/home/Desktop/Menu Colors/App.cpp:7: invalid use of undefined type `class MainWindow'
  16. /boot/home/Desktop/Menu Colors/MainWindow.h:4: forward declaration of `class MainWindow'
  17. /boot/home/Desktop/Menu Colors/App.cpp:8: invalid use of undefined type `class MainWindow'
  18. /boot/home/Desktop/Menu Colors/MainWindow.h:4: forward declaration of `class MainWindow'
  19. /boot/home/Desktop/Menu Colors/App.cpp: In function `int main()':
  20. /boot/home/Desktop/Menu Colors/App.cpp:13: invalid use of undefined type `class App'
  21. /boot/home/Desktop/Menu Colors/App.h:4: forward declaration of `class App'
  22. /boot/home/Desktop/Menu Colors/App.cpp:14: invalid use of undefined type `class App'
  23. /boot/home/Desktop/Menu Colors/App.h:4: forward declaration of `class App'
  24. /boot/home/Desktop/Menu Colors/App.cpp:15: invalid use of undefined type `class App'
  25. /boot/home/Desktop/Menu Colors/App.h:4: forward declaration of `class App'
  26. /boot/home/Desktop/Menu Colors/App.cpp:13: incomplete `app' defined here
  27. make: *** [objects.x86-gcc2-release/App.o] Error 1
  28. ~/Desktop/Menu Colors>
Advertisement
Add Comment
Please, Sign In to add comment