Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2015
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.61 KB | None | 0 0
  1. In file included from /var/tmp/portage/lxqt-base/lxqt-config-0.9.0/work/lxqt-config-0.9.0/lxqt-config-monitor/monitor.cpp:19:0:
  2. /var/tmp/portage/lxqt-base/lxqt-config-0.9.0/work/lxqt-config-0.9.0/lxqt-config-monitor/monitor.h:33:11: error: ‘QString MonitorSettings::name’ is private
  3. QString name;
  4. ^
  5. /var/tmp/portage/lxqt-base/lxqt-config-0.9.0/work/lxqt-config-0.9.0/lxqt-config-monitor/monitor.cpp:55:37: error: within this context
  6. else if(name.startsWith("VGA") || name.startsWith("Analog"))
  7. ^
  8. /var/tmp/portage/lxqt-base/lxqt-config-0.9.0/work/lxqt-config-0.9.0/lxqt-config-monitor/monitor.cpp:56:47: error: ‘tr’ was not declared in this scope
  9. return LVDS_Ok ? tr("External VGA Monitor") : tr("VGA Monitor");
  10. ^
  11. In file included from /var/tmp/portage/lxqt-base/lxqt-config-0.9.0/work/lxqt-config-0.9.0/lxqt-config-monitor/monitor.cpp:19:0:
  12. /var/tmp/portage/lxqt-base/lxqt-config-0.9.0/work/lxqt-config-0.9.0/lxqt-config-monitor/monitor.h:33:11: error: ‘QString MonitorSettings::name’ is private
  13. QString name;
  14. ^
  15. /var/tmp/portage/lxqt-base/lxqt-config-0.9.0/work/lxqt-config-0.9.0/lxqt-config-monitor/monitor.cpp:57:11: error: within this context
  16. else if(name.startsWith("DVI") || name.startsWith("TMDS") || name.startsWith("Digital") || name.startsWith("LVDS"))
  17. ^
  18. In file included from /var/tmp/portage/lxqt-base/lxqt-config-0.9.0/work/lxqt-config-0.9.0/lxqt-config-monitor/monitor.cpp:19:0:
  19. /var/tmp/portage/lxqt-base/lxqt-config-0.9.0/work/lxqt-config-0.9.0/lxqt-config-monitor/monitor.h:33:11: error: ‘QString MonitorSettings::name’ is private
  20. QString name;
  21. ^
  22. /var/tmp/portage/lxqt-base/lxqt-config-0.9.0/work/lxqt-config-0.9.0/lxqt-config-monitor/monitor.cpp:57:37: error: within this context
  23. else if(name.startsWith("DVI") || name.startsWith("TMDS") || name.startsWith("Digital") || name.startsWith("LVDS"))
  24. ^
  25. In file included from /var/tmp/portage/lxqt-base/lxqt-config-0.9.0/work/lxqt-config-0.9.0/lxqt-config-monitor/monitor.cpp:19:0:
  26. /var/tmp/portage/lxqt-base/lxqt-config-0.9.0/work/lxqt-config-0.9.0/lxqt-config-monitor/monitor.h:33:11: error: ‘QString MonitorSettings::name’ is private
  27. QString name;
  28. ^
  29. /var/tmp/portage/lxqt-base/lxqt-config-0.9.0/work/lxqt-config-0.9.0/lxqt-config-monitor/monitor.cpp:57:64: error: within this context
  30. else if(name.startsWith("DVI") || name.startsWith("TMDS") || name.startsWith("Digital") || name.startsWith("LVDS"))
  31. ^
  32. In file included from /var/tmp/portage/lxqt-base/lxqt-config-0.9.0/work/lxqt-config-0.9.0/lxqt-config-monitor/monitor.cpp:19:0:
  33. /var/tmp/portage/lxqt-base/lxqt-config-0.9.0/work/lxqt-config-0.9.0/lxqt-config-monitor/monitor.h:33:11: error: ‘QString MonitorSettings::name’ is private
  34. QString name;
  35. ^
  36. /var/tmp/portage/lxqt-base/lxqt-config-0.9.0/work/lxqt-config-0.9.0/lxqt-config-monitor/monitor.cpp:57:94: error: within this context
  37. else if(name.startsWith("DVI") || name.startsWith("TMDS") || name.startsWith("Digital") || name.startsWith("LVDS"))
  38. ^
  39. /var/tmp/portage/lxqt-base/lxqt-config-0.9.0/work/lxqt-config-0.9.0/lxqt-config-monitor/monitor.cpp:58:47: error: ‘tr’ was not declared in this scope
  40. return LVDS_Ok ? tr("External DVI Monitor") : tr("DVI Monitor");
  41. ^
  42. In file included from /var/tmp/portage/lxqt-base/lxqt-config-0.9.0/work/lxqt-config-0.9.0/lxqt-config-monitor/monitor.cpp:19:0:
  43. /var/tmp/portage/lxqt-base/lxqt-config-0.9.0/work/lxqt-config-0.9.0/lxqt-config-monitor/monitor.h:33:11: error: ‘QString MonitorSettings::name’ is private
  44. QString name;
  45. ^
  46. /var/tmp/portage/lxqt-base/lxqt-config-0.9.0/work/lxqt-config-0.9.0/lxqt-config-monitor/monitor.cpp:59:11: error: within this context
  47. else if(name.startsWith("TV") || name.startsWith("S-Video"))
  48. ^
  49. lxqt-config-monitor/CMakeFiles/lxqt-config-monitor.dir/build.make:159: recipe for target 'lxqt-config-monitor/CMakeFiles/lxqt-config-monitor.dir/xrandr.cpp.o' failed
  50. make[2]: *** [lxqt-config-monitor/CMakeFiles/lxqt-config-monitor.dir/xrandr.cpp.o] Error 1
  51. In file included from /var/tmp/portage/lxqt-base/lxqt-config-0.9.0/work/lxqt-config-0.9.0/lxqt-config-monitor/monitor.cpp:19:0:
  52. /var/tmp/portage/lxqt-base/lxqt-config-0.9.0/work/lxqt-config-0.9.0/lxqt-config-monitor/monitor.h:33:11: error: ‘QString MonitorSettings::name’ is private
  53. QString name;
  54. ^
  55. make[2]: *** Waiting for unfinished jobs....
  56. /var/tmp/portage/lxqt-base/lxqt-config-0.9.0/work/lxqt-config-0.9.0/lxqt-config-monitor/monitor.cpp:59:36: error: within this context
  57. else if(name.startsWith("TV") || name.startsWith("S-Video"))
  58. ^
  59. /var/tmp/portage/lxqt-base/lxqt-config-0.9.0/work/lxqt-config-0.9.0/lxqt-config-monitor/monitor.cpp:60:19: error: ‘tr’ was not declared in this scope
  60. return tr("TV");
  61. ^
  62. In file included from /var/tmp/portage/lxqt-base/lxqt-config-0.9.0/work/lxqt-config-0.9.0/lxqt-config-monitor/monitor.cpp:19:0:
  63. /var/tmp/portage/lxqt-base/lxqt-config-0.9.0/work/lxqt-config-0.9.0/lxqt-config-monitor/monitor.h:33:11: error: ‘QString MonitorSettings::name’ is private
  64. QString name;
  65. ^
  66. /var/tmp/portage/lxqt-base/lxqt-config-0.9.0/work/lxqt-config-0.9.0/lxqt-config-monitor/monitor.cpp:61:11: error: within this context
  67. else if(name == "default")
  68. ^
  69. /var/tmp/portage/lxqt-base/lxqt-config-0.9.0/work/lxqt-config-0.9.0/lxqt-config-monitor/monitor.cpp:62:32: error: ‘tr’ was not declared in this scope
  70. return tr("Default Monitor");
  71. ^
  72. In file included from /var/tmp/portage/lxqt-base/lxqt-config-0.9.0/work/lxqt-config-0.9.0/lxqt-config-monitor/monitor.cpp:19:0:
  73. /var/tmp/portage/lxqt-base/lxqt-config-0.9.0/work/lxqt-config-0.9.0/lxqt-config-monitor/monitor.h:33:11: error: ‘QString MonitorSettings::name’ is private
  74. QString name;
  75. ^
  76. /var/tmp/portage/lxqt-base/lxqt-config-0.9.0/work/lxqt-config-0.9.0/lxqt-config-monitor/monitor.cpp:63:10: error: within this context
  77. return name;
  78. ^
  79. lxqt-config-monitor/CMakeFiles/lxqt-config-monitor.dir/build.make:183: recipe for target 'lxqt-config-monitor/CMakeFiles/lxqt-config-monitor.dir/monitor.cpp.o' failed
  80. make[2]: *** [lxqt-config-monitor/CMakeFiles/lxqt-config-monitor.dir/monitor.cpp.o] Error 1
  81. [ 41%] Linking CXX shared library liblxqt-config-cursor.so
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement