Advertisement
Guest User

Untitled

a guest
Oct 15th, 2008
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. ~/unetbootin/src/unetbootin$ ./build-eeeubuntu
  2. Makefile:151: warning: overriding commands for target `moc_unetbootin.cpp'
  3. Makefile:148: warning: ignoring old commands for target `moc_unetbootin.cpp'
  4. rm -f moc_unetbootin.o
  5. rm -f moc_unetbootin.cpp
  6. rm -f unetbootin.cpp unetbootin.h
  7. rm -f main.o unetbootin.o distrolst.o unetbootin.o
  8. rm -f *~ core *.core
  9. rm: cannot remove `release/*': No such file or directory
  10. lupdate error: Cannot open C++ source file 'unetbootin.h': No such file or directory
  11. lupdate error: Cannot open C++ source file 'unetbootin.cpp': No such file or directory
  12. WARNING: Failure to find: unetbootin.h
  13. WARNING: Failure to find: unetbootin.cpp
  14. WARNING: Found potential symbol conflict of unetbootin.cpp (unetbootin.cpp) in SOURCES
  15. WARNING: Found potential symbol conflict of unetbootin.h (unetbootin.h) in HEADERS
  16. Makefile:95: warning: overriding commands for target `.'
  17. Makefile:92: warning: ignoring old commands for target `.'
  18. Makefile:140: warning: overriding commands for target `moc_unetbootin.cpp'
  19. Makefile:137: warning: ignoring old commands for target `moc_unetbootin.cpp'
  20. uic unetbootin.ui -o unetbootin.h
  21. uic: File generated with too recent version of Qt Designer (4.0 vs. 3.3.8b)
  22. make: *** [unetbootin.h] Error 1
  23. i586-mingw32msvc-strip: 'release/unetbootin.exe': No such file
  24. mv: cannot stat `release/unetbootin.exe': No such file or directory
  25. ./build-eeeubuntu: 14: ./upx: not found
  26. WARNING: Failure to find: unetbootin.cpp
  27. WARNING: Found potential symbol conflict of unetbootin.cpp (unetbootin.cpp) in SOURCES
  28. WARNING: Found potential symbol conflict of unetbootin.h (unetbootin.h) in HEADERS
  29. Makefile:151: warning: overriding commands for target `moc_unetbootin.cpp'
  30. Makefile:148: warning: ignoring old commands for target `moc_unetbootin.cpp'
  31. g++ -c -m32 -pipe -Wall -W -O2 -DSTATICLINUX -DEEEUBUNTU -DQT_NO_DEBUG -I/usr/share/qt3/mkspecs/linux-g++-32 -I. -I. -I/home/ali/unetbootin/src/unetbootin/qt4-x11/include -o main.o main.cpp
  32. main.cpp:53: error: variable or field �clearOutDir� declared void
  33. main.cpp:53: error: �QString� was not declared in this scope
  34. make: *** [main.o] Error 1
  35. i586-mingw32msvc-strip: 'unetbootin': No such file
  36. mv: cannot stat `unetbootin': No such file or directory
  37. ./build-eeeubuntu: 19: ./upx: not found
  38. WARNING: Failure to find: unetbootin.cpp
  39. WARNING: Found potential symbol conflict of unetbootin.cpp (unetbootin.cpp) in SOURCES
  40. WARNING: Found potential symbol conflict of unetbootin.h (unetbootin.h) in HEADERS
  41.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement