Advertisement
perse

cantata-osx-builderror2

Apr 18th, 2014
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. ╭─epers@wintermute ~/cantata-read-only/build
  2. ╰─ make
  3. [ 14%] Built target support
  4. [ 15%] Built target qjson
  5. [ 16%] Built target qtiocompressor
  6. [ 17%] Built target support-core
  7. Scanning dependencies of target cantata
  8. [ 17%] Building CXX object CMakeFiles/cantata.dir/gui/application.cpp.o
  9. In file included from /Users/epers/cantata-read-only/gui/application.cpp:46:
  10. In file included from /Users/epers/cantata-read-only/gui/mainwindow.h:41:
  11. In file included from /Users/epers/cantata-read-only/build/ui_mainwindow.h:32:
  12. /Users/epers/cantata-read-only/widgets/songlabel.h:32:1: warning: class 'Song' was previously declared as a struct
  13. [-Wmismatched-tags]
  14. class Song;
  15. ^
  16. /Users/epers/cantata-read-only/mpd/song.h:37:8: note: previous use is here
  17. struct Song
  18. ^
  19. /Users/epers/cantata-read-only/widgets/songlabel.h:32:1: note: did you mean struct here?
  20. class Song;
  21. ^~~~~
  22. struct
  23. In file included from /Users/epers/cantata-read-only/gui/application.cpp:46:
  24. /Users/epers/cantata-read-only/gui/mainwindow.h:80:1: warning: class 'MPDConnectionDetails' was previously declared as
  25. a struct [-Wmismatched-tags]
  26. class MPDConnectionDetails;
  27. ^
  28. /Users/epers/cantata-read-only/mpd/mpdconnection.h:137:8: note: previous use is here
  29. struct MPDConnectionDetails {
  30. ^
  31. /Users/epers/cantata-read-only/gui/mainwindow.h:80:1: note: did you mean struct here?
  32. class MPDConnectionDetails;
  33. ^~~~~
  34. struct
  35. /Users/epers/cantata-read-only/gui/mainwindow.h:81:1: warning: class 'Output' was previously declared as a struct
  36. [-Wmismatched-tags]
  37. class Output;
  38. ^
  39. /Users/epers/cantata-read-only/mpd/output.h:32:8: note: previous use is here
  40. struct Output
  41. ^
  42. /Users/epers/cantata-read-only/gui/mainwindow.h:81:1: note: did you mean struct here?
  43. class Output;
  44. ^~~~~
  45. struct
  46. /Users/epers/cantata-read-only/gui/application.cpp:272:71: error: call to non-static member function without an object
  47. argument
  48. MainWindow *mw=qobject_cast<MainWindow *>(AutohidingSplitter::activateWindow());
  49. ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  50. 3 warnings and 1 error generated.
  51. make[2]: *** [CMakeFiles/cantata.dir/gui/application.cpp.o] Error 1
  52. make[1]: *** [CMakeFiles/cantata.dir/all] Error 2
  53. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement