Guest User

Untitled

a guest
May 26th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. oslbhavana@ubuntu:~$ qmake -project
  2. ^C
  3. oslbhavana@ubuntu:~$ qmake
  4. oslbhavana@ubuntu:~$ make
  5. Makefile:6511: warning: overriding commands for target `output.o'
  6. Makefile:2354: warning: ignoring old commands for target `output.o'
  7. Makefile:6799: warning: overriding commands for target `utils.o'
  8. Makefile:3218: warning: ignoring old commands for target `utils.o'
  9. Makefile:6950: warning: overriding commands for target `winfix.o'
  10. Makefile:5094: warning: ignoring old commands for target `winfix.o'
  11. Makefile:7712: warning: overriding commands for target `snprintf.o'
  12. Makefile:5209: warning: ignoring old commands for target `snprintf.o'
  13. g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -IDownloads/nmap/nbase -IDownloads/nmap -IDownloads/nmap/mswin32 -IDownloads/nmap/libpcap -IDownloads/nmap/libpcap/pcap -IDownloads/nmap/mswin32/pcap-include -IDownloads/nmap/nsock/include -IDownloads/nmap/libnetutil -IDownloads/nmap/libdnet-stripped/include -IDownloads/nmap/libdnet-stripped/include/dnet -IDownloads/nmap/liblua -IDownloads/nmap/liblinear -IDownloads/nmap/libpcre -IDownloads/nmap/ncat -IDownloads/nmap/nping -IDownloads/nmap/libdnet-stripped/src -IDownloads/nmap/liblinear/blas -IDownloads/nmap/nsock/src -I. -o hello.o hello/hello.cpp
  14. hello/hello.cpp: In function ‘int main(int, char**)’:
  15. hello/hello.cpp:6:22: error: expected type-specifier before ‘Qlabel’
  16. hello/hello.cpp:6:22: error: cannot convert ‘int*’ to ‘QLabel*’ in initialization
  17. hello/hello.cpp:6:22: error: expected ‘,’ or ‘;’ before ‘Qlabel’
  18. hello/hello.cpp:7:13: error: statement cannot resolve address of overloaded function
  19. make: *** [hello.o] Error 1
Add Comment
Please, Sign In to add comment