Advertisement
Guest User

Untitled

a guest
Oct 31st, 2010
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.46 KB | None | 0 0
  1. Errors i'm seeing
  2. In file included from qdbusmodel.cpp:42:
  3. qdbusmodel.h:61: error: ISO C++ forbids declaration of ‘QDBusConnection’ with no type
  4. qdbusmodel.h:61: error: expected ‘,’ or ‘...’ before ‘&’ token
  5. qdbusmodel.h:79: error: ISO C++ forbids declaration of ‘QDBusObjectPath’ with no type
  6. qdbusmodel.h:79: error: expected ‘,’ or ‘...’ before ‘&’ token
  7. qdbusmodel.h:90: error: ‘QDBusConnection’ does not name a type
  8. qdbusmodel.cpp: In member function ‘QDomDocument QDBusModel::introspect(const QString&)’:
  9. qdbusmodel.cpp:85: error: ‘QDBusInterface’ was not declared in this scope
  10. qdbusmodel.cpp:85: error: expected ‘;’ before ‘iface’
  11. qdbusmodel.cpp:86: error: ‘iface’ was not declared in this scope
  12. qdbusmodel.cpp:87: error: ‘QDBusError’ was not declared in this scope
  13. qdbusmodel.cpp:87: error: expected ‘;’ before ‘err’
  14. qdbusmodel.cpp:89: error: ‘err’ was not declared in this scope
  15. qdbusmodel.cpp:93: error: ‘QDBusReply’ was not declared in this scope
  16. qdbusmodel.cpp:93: error: expected primary-expression before ‘>’ token
  17. qdbusmodel.cpp:93: error: ‘xml’ was not declared in this scope
  18. qdbusmodel.cpp:93: error: ‘iface’ was not declared in this scope
  19. qdbusmodel.cpp:96: error: ‘QDBusError’ was not declared in this scope
  20. qdbusmodel.cpp:96: error: expected ‘;’ before ‘err’
  21. qdbusmodel.cpp:97: error: ‘err’ was not declared in this scope
  22. qdbusmodel.cpp: At global scope:
  23. qdbusmodel.cpp:178: error: ISO C++ forbids declaration of ‘QDBusConnection’ with no type
  24. qdbusmodel.cpp:178: error: expected ‘,’ or ‘...’ before ‘&’ token
  25. qdbusmodel.cpp: In constructor ‘QDBusModel::QDBusModel(const QString&, int)’:
  26. qdbusmodel.cpp:179: error: class ‘QDBusModel’ does not have any field named ‘c’
  27. qdbusmodel.cpp:179: error: ‘connection’ was not declared in this scope
  28. qdbusmodel.cpp: At global scope:
  29. qdbusmodel.cpp:178: warning: unused parameter ‘QDBusConnection’
  30. qdbusmodel.cpp:315: error: ISO C++ forbids declaration of ‘QDBusObjectPath’ with no type
  31. qdbusmodel.cpp:315: error: expected ‘,’ or ‘...’ before ‘&’ token
  32. qdbusmodel.cpp: In member function ‘QModelIndex QDBusModel::findObject(int)’:
  33. qdbusmodel.cpp:317: error: ‘objectPath’ was not declared in this scope
  34. qdbusmodel.cpp: At global scope:
  35. qdbusmodel.cpp:315: warning: unused parameter ‘QDBusObjectPath’
  36. make: *** [.obj/release-shared/qdbusmodel.o] Error 1
  37. make: *** Waiting for unfinished jobs....
  38. In file included from qdbusviewer.cpp:42:
  39. qdbusviewer.h:62: error: ISO C++ forbids declaration of ‘QDBusConnection’ with no type
  40. qdbusviewer.h:62: error: expected ‘,’ or ‘...’ before ‘&’ token
  41. qdbusviewer.h:75: error: ISO C++ forbids declaration of ‘QDBusMessage’ with no type
  42. qdbusviewer.h:75: error: expected ‘,’ or ‘...’ before ‘&’ token
  43. qdbusviewer.h:90: error: ‘QDBusConnection’ does not name a type
  44. In file included from qdbusviewer.cpp:43:
  45. qdbusmodel.h:61: error: ISO C++ forbids declaration of ‘QDBusConnection’ with no type
  46. qdbusmodel.h:61: error: expected ‘,’ or ‘...’ before ‘&’ token
  47. qdbusmodel.h:79: error: ISO C++ forbids declaration of ‘QDBusObjectPath’ with no type
  48. qdbusmodel.h:79: error: expected ‘,’ or ‘...’ before ‘&’ token
  49. qdbusmodel.h:90: error: ‘QDBusConnection’ does not name a type
  50. qdbusviewer.cpp:52: error: ISO C++ forbids declaration of ‘QDBusConnection’ with no type
  51. qdbusviewer.cpp:52: error: expected ‘,’ or ‘...’ before ‘&’ token
  52. qdbusviewer.cpp: In constructor ‘QDBusViewModel::QDBusViewModel(const QString&, int)’:
  53. qdbusviewer.cpp:53: error: ‘connection’ was not declared in this scope
  54. qdbusviewer.cpp: At global scope:
  55. qdbusviewer.cpp:52: warning: unused parameter ‘QDBusConnection’
  56. qdbusviewer.cpp:67: error: ISO C++ forbids declaration of ‘QDBusConnection’ with no type
  57. qdbusviewer.cpp:67: error: expected ‘,’ or ‘...’ before ‘&’ token
  58. qdbusviewer.cpp: In constructor ‘QDBusViewer::QDBusViewer(int)’:
  59. qdbusviewer.cpp:69: error: class ‘QDBusViewer’ does not have any field named ‘c’
  60. qdbusviewer.cpp:69: error: ‘connection’ was not declared in this scope
  61. qdbusviewer.cpp:70: error: no matching function for call to ‘QWidget::QWidget(<unresolved overloaded function type>)’
  62. ../../../include/QtGui/../../src/gui/kernel/qwidget.h:787: note: candidates are: QWidget::QWidget(const QWidget&)
  63. ../../../include/QtGui/../../src/gui/kernel/qwidget.h:714: note: QWidget::QWidget(QWidgetPrivate&, QWidget*, Qt::WindowFlags)
  64. ../../../include/QtGui/../../src/gui/kernel/qwidget.h:224: note: QWidget::QWidget(QWidget*, Qt::WindowFlags)
  65. qdbusviewer.cpp:123: error: ‘c’ was not declared in this scope
  66. qdbusviewer.cpp:125: error: ‘QDBusConnectionInterface’ was not declared in this scope
  67. qdbusviewer.cpp:125: error: ‘iface’ was not declared in this scope
  68. qdbusviewer.cpp: At global scope:
  69. qdbusviewer.cpp:67: warning: unused parameter ‘QDBusConnection’
  70. qdbusviewer.cpp: In member function ‘void QDBusViewer::refresh()’:
  71. qdbusviewer.cpp:154: error: ‘c’ was not declared in this scope
  72. qdbusviewer.cpp: In member function ‘void QDBusViewer::getProperty(const BusSignature&)’:
  73. qdbusviewer.cpp:191: error: ‘QDBusMessage’ was not declared in this scope
  74. qdbusviewer.cpp:191: error: expected ‘;’ before ‘message’
  75. qdbusviewer.cpp:194: error: ‘message’ was not declared in this scope
  76. qdbusviewer.cpp:195: error: ‘c’ was not declared in this scope
  77. qdbusviewer.cpp: In member function ‘void QDBusViewer::setProperty(const BusSignature&)’:
  78. qdbusviewer.cpp:200: error: ‘QDBusInterface’ was not declared in this scope
  79. qdbusviewer.cpp:200: error: expected ‘;’ before ‘iface’
  80. qdbusviewer.cpp:201: error: ‘iface’ was not declared in this scope
  81. qdbusviewer.cpp:218: error: ‘QDBusMessage’ was not declared in this scope
  82. qdbusviewer.cpp:218: error: expected ‘;’ before ‘message’
  83. qdbusviewer.cpp:220: error: ‘QDBusVariant’ was not declared in this scope
  84. qdbusviewer.cpp:221: error: ‘message’ was not declared in this scope
  85. qdbusviewer.cpp:222: error: ‘c’ was not declared in this scope
  86. qdbusviewer.cpp: In function ‘QString getDbusSignature(const QMetaMethod&)’:
  87. qdbusviewer.cpp:232: error: ‘QDBusMetaType’ has not been declared
  88. qdbusviewer.cpp: In member function ‘void QDBusViewer::callMethod(const BusSignature&)’:
  89. qdbusviewer.cpp:239: error: ‘QDBusInterface’ was not declared in this scope
  90. qdbusviewer.cpp:239: error: expected ‘;’ before ‘iface’
  91. qdbusviewer.cpp:240: error: ‘iface’ was not declared in this scope
  92. qdbusviewer.cpp:285: error: ‘QDBusVariant’ was not declared in this scope
  93. qdbusviewer.cpp:285: error: no matching function for call to ‘qMetaTypeId()’
  94. qdbusviewer.cpp:289: error: ‘QDBusMessage’ was not declared in this scope
  95. qdbusviewer.cpp:289: error: expected ‘;’ before ‘message’
  96. qdbusviewer.cpp:291: error: ‘message’ was not declared in this scope
  97. qdbusviewer.cpp:292: error: ‘c’ was not declared in this scope
  98. qdbusviewer.cpp: In member function ‘void QDBusViewer::connectionRequested(const BusSignature&)’:
  99. qdbusviewer.cpp:358: error: ‘c’ was not declared in this scope
  100. qdbusviewer.cpp: At global scope:
  101. qdbusviewer.cpp:365: error: ISO C++ forbids declaration of ‘QDBusMessage’ with no type
  102. qdbusviewer.cpp:365: error: expected ‘,’ or ‘...’ before ‘&’ token
  103. qdbusviewer.cpp: In member function ‘void QDBusViewer::dumpMessage(int)’:
  104. qdbusviewer.cpp:367: error: ‘message’ was not declared in this scope
  105. qdbusviewer.cpp:371: error: ‘QDBusMessage’ is not a class or namespace
  106. qdbusviewer.cpp:374: error: ‘QDBusMessage’ is not a class or namespace
  107. qdbusviewer.cpp:377: error: ‘QDBusMessage’ is not a class or namespace
  108. qdbusviewer.cpp:399: error: ‘QDBusUtil’ has not been declared
  109. qdbusviewer.cpp: At global scope:
  110. qdbusviewer.cpp:365: warning: unused parameter ‘QDBusMessage’
  111. qdbusviewer.cpp: In member function ‘void QDBusViewer::serviceChanged(const QModelIndex&)’:
  112. qdbusviewer.cpp:420: error: ‘c’ was not declared in this scope
  113. qdbusviewer.cpp: In member function ‘void QDBusViewer::serviceRegistered(const QString&)’:
  114. qdbusviewer.cpp:426: error: ‘c’ was not declared in this scope
  115. qdbusviewer.cpp: In member function ‘void QDBusViewer::anchorClicked(const QUrl&)’:
  116. qdbusviewer.cpp:499: error: ‘QDBusObjectPath’ was not declared in this scope
  117. make: *** [.obj/release-shared/qdbusviewer.o] Error 1
  118. * ERROR: x11-libs/qt-gui-4.6.9999 failed:
  119.  
  120.  
  121. emerge --info x11-libs/qt-gui
  122. Portage 2.2_rc67 (default/linux/amd64/10.0/desktop/kde, gcc-4.4.3, glibc-2.11.2-r0, 2.6.34-gentoo-r6 x86_64)
  123. =================================================================
  124. System Settings
  125. =================================================================
  126. System uname: Linux-2.6.34-gentoo-r6-x86_64-Pentium-R-_Dual-Core_CPU_E5300_@_2.60GHz-with-gentoo-1.12.13
  127. Timestamp of tree: Sun, 31 Oct 2010 00:45:03 +0000
  128. app-shells/bash: 4.0_p37
  129. dev-lang/python: 2.6.5-r3, 3.1.2-r4
  130. dev-util/cmake: 2.8.1-r2
  131. sys-apps/baselayout: 1.12.13
  132. sys-apps/sandbox: 1.6-r2
  133. sys-devel/autoconf: 2.13, 2.65
  134. sys-devel/automake: 1.8.5-r4, 1.9.6-r3, 1.10.3, 1.11.1
  135. sys-devel/binutils: 2.20.1-r1
  136. sys-devel/gcc: 4.4.3-r2
  137. sys-devel/gcc-config: 1.4.1
  138. sys-devel/libtool: 2.2.6b
  139. sys-devel/make: 3.81-r2
  140. virtual/os-headers: 2.6.30-r1
  141. ACCEPT_KEYWORDS="amd64"
  142. ACCEPT_LICENSE="* -@EULA @GPLCOMPATIBLE @OSIAPPROVED @EULA atheroshal BitstreamVera"
  143. CBUILD="x86_64-pc-linux-gnu"
  144. CFLAGS="-march=native -O2 -pipe"
  145. CHOST="x86_64-pc-linux-gnu"
  146. CONFIG_PROTECT="/etc /usr/share/X11/xkb /usr/share/config"
  147. CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/eselect/postgresql /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
  148. CXXFLAGS="-march=native -O2 -pipe"
  149. DISTDIR="/usr/portage/distfiles"
  150. FEATURES="assume-digests distlocks fixpackages news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unmerge-logs unmerge-orphans userfetch"
  151. GENTOO_MIRRORS="ftp://trumpetti.atm.tut.fi/gentoo/ http://trumpetti.atm.tut.fi/gentoo/"
  152. LANG="en_US.UTF8"
  153. LC_ALL="en_US.UTF8"
  154. LDFLAGS="-Wl,-O1 -Wl,--as-needed"
  155. LINGUAS="en"
  156. MAKEOPTS="-j3"
  157. PKGDIR="/usr/portage/packages"
  158. PORTAGE_CONFIGROOT="/"
  159. PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
  160. PORTAGE_TMPDIR="/var/tmp"
  161. PORTDIR="/usr/portage"
  162. PORTDIR_OVERLAY="/var/lib/layman/kde /var/lib/layman/qting-edge"
  163. SYNC="rsync://rsync1.fi.gentoo.org/gentoo-portage"
  164. USE="X a52 aac acl acpi alsa amd64 assistant bashcompletion bazaar berkdb bluetooth branding bzip2 cairo cdr cli consolekit cpudetectioni cracklib crypt cups cvs cxx darcs dbus dri dts dvd dvdr emboss encode exif extensions extras fam firefox flac fontconfig fortran gdbm gif git gnutlsi gpm gtk hal iconv ipv6 jpeg kde lcms ldap libnotify mad mercurial mikmod mmx mng modules mp3 mp4 mpeg mudflap multilib nano ncurses nls nptl nptlonly ogg opengl openmp oss pam pango pcre pdf perl png ppds pppd python qt3support qt4 readline sdl semantic-desktop session spell sse sse2 ssl startup-notification subversion svg sysfs tcpd tiff truetype unicode usb vimsyntax vorbis x264 xcb xcomposite xinerama xml xorg xulrunner xv xvid zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en" PHP_TARGETS="php5-2" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="nvidia" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
  165. Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
  166.  
  167. =================================================================
  168. Package Settings
  169. =================================================================
  170.  
  171. x11-libs/qt-gui-4.6.2 was built with the following:
  172. USE="accessibility cups dbus exceptions glib gtk mng (multilib) qt3support tiff xinerama (-aqua) -debug -nas -nis -pch -raster"
  173. CFLAGS="-march=core2 -O2 -pipe"
  174. CXXFLAGS="-march=core2 -O2 -pipe"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement