Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ~/Desktop/Menu Colors> make
- g++ -c App.cpp -I./ -I- -O3 -lbe -o "objects.x86-gcc2-release/App.o"
- In file included from /boot/home/Desktop/Menu Colors/App.cpp:1:
- /boot/home/Desktop/Menu Colors/App.h:5: parse error before `{'
- In file included from /boot/home/Desktop/Menu Colors/App.cpp:2:
- /boot/home/Desktop/Menu Colors/MainWindow.h:5: parse error before `{'
- /boot/home/Desktop/Menu Colors/MainWindow.h:8: `BMessage' was not declared in this scope
- /boot/home/Desktop/Menu Colors/MainWindow.h:8: `msg' was not declared in this scope
- /boot/home/Desktop/Menu Colors/MainWindow.h:8: variable or field `MessageReceived' declared void
- /boot/home/Desktop/Menu Colors/MainWindow.h:9: parse error before `}'
- /boot/home/Desktop/Menu Colors/App.cpp:5: invalid use of undefined type `class App'
- /boot/home/Desktop/Menu Colors/App.h:4: forward declaration of `class App'
- /boot/home/Desktop/Menu Colors/App.cpp: In method `App::App()':
- /boot/home/Desktop/Menu Colors/App.cpp:5: class `App' does not have any field named `BApplication'
- /boot/home/Desktop/Menu Colors/App.cpp:7: invalid use of undefined type `class MainWindow'
- /boot/home/Desktop/Menu Colors/MainWindow.h:4: forward declaration of `class MainWindow'
- /boot/home/Desktop/Menu Colors/App.cpp:8: invalid use of undefined type `class MainWindow'
- /boot/home/Desktop/Menu Colors/MainWindow.h:4: forward declaration of `class MainWindow'
- /boot/home/Desktop/Menu Colors/App.cpp: In function `int main()':
- /boot/home/Desktop/Menu Colors/App.cpp:13: invalid use of undefined type `class App'
- /boot/home/Desktop/Menu Colors/App.h:4: forward declaration of `class App'
- /boot/home/Desktop/Menu Colors/App.cpp:14: invalid use of undefined type `class App'
- /boot/home/Desktop/Menu Colors/App.h:4: forward declaration of `class App'
- /boot/home/Desktop/Menu Colors/App.cpp:15: invalid use of undefined type `class App'
- /boot/home/Desktop/Menu Colors/App.h:4: forward declaration of `class App'
- /boot/home/Desktop/Menu Colors/App.cpp:13: incomplete `app' defined here
- make: *** [objects.x86-gcc2-release/App.o] Error 1
- ~/Desktop/Menu Colors>
Advertisement
Add Comment
Please, Sign In to add comment