Advertisement
Guest User

Error Report

a guest
Nov 5th, 2010
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.43 KB | None | 0 0
  1. wyko@wyko-laptop:~/firesheep$ make
  2. Making all in mozpopen
  3. make[1]: Entering directory `/home/wyko/firesheep/mozpopen'
  4. mkdir -p ../xpi/components
  5. /usr/lib/xulrunner-devel-1.9.2.12//bin/xpidl -m typelib -I /usr/lib/xulrunner-devel-1.9.2.12//idl -e ../xpi/components/MozPopen.xpt MozPopen.idl
  6. /usr/lib/xulrunner-devel-1.9.2.12//bin/xpidl -m header -I /usr/lib/xulrunner-devel-1.9.2.12//idl -e MozPopen.h MozPopen.idl
  7. mkdir -p ../xpi/platform/Linux_x86-gcc3/components
  8. g++ -shared -fno-rtti -fPIC MozPopenModule.cpp unix/MozPopenProcess.cpp -Iunix/ -I. -march=i386 -fshort-wchar -I/usr/lib/xulrunner-devel-1.9.2.12//include -L/usr/lib/xulrunner-devel-1.9.2.12//lib -L/usr/lib/xulrunner-devel-1.9.2.12//bin -lxpcomglue_s -lxpcom -lplds4 -lplc4 -lnspr4 -lpthread -ldl -o ../xpi/platform/Linux_x86-gcc3/components/MozPopen.so
  9. In file included from /usr/lib/xulrunner-devel-1.9.2.12//include/nsrootidl.h:11,
  10. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupports.h:10,
  11. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsIFactory.h:10,
  12. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsIGenericFactory.h:42,
  13. from MozPopenModule.cpp:24:
  14. /usr/lib/xulrunner-devel-1.9.2.12//include/nscore.h:51:21: error: prtypes.h: No such file or directory
  15. In file included from /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupports.h:10,
  16. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsIFactory.h:10,
  17. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsIGenericFactory.h:42,
  18. from MozPopenModule.cpp:24:
  19. /usr/lib/xulrunner-devel-1.9.2.12//include/nsrootidl.h:12:20: error: prtime.h: No such file or directory
  20. In file included from /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsUtils.h:61,
  21. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupports.h:123,
  22. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsIFactory.h:10,
  23. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsIGenericFactory.h:42,
  24. from MozPopenModule.cpp:24:
  25. /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsImpl.h:55:60: error: prthread.h: No such file or directory
  26. /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsImpl.h:56:81: error: pratom.h: No such file or directory
  27. In file included from unix/MozPopenProcess.h:25,
  28. from MozPopenModule.cpp:27:
  29. /usr/lib/xulrunner-devel-1.9.2.12//include/nsStringAPI.h:55:19: error: prlog.h: No such file or directory
  30. In file included from /usr/lib/xulrunner-devel-1.9.2.12//include/nsrootidl.h:11,
  31. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupports.h:10,
  32. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsIFactory.h:10,
  33. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsIGenericFactory.h:42,
  34. from MozPopenModule.cpp:24:
  35. /usr/lib/xulrunner-devel-1.9.2.12//include/nscore.h:342: error: ‘PRUint32’ does not name a type
  36. /usr/lib/xulrunner-devel-1.9.2.12//include/nscore.h:355: error: ‘PRUint32’ does not name a type
  37. In file included from /usr/lib/xulrunner-devel-1.9.2.12//include/nscore.h:363,
  38. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsrootidl.h:11,
  39. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupports.h:10,
  40. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsIFactory.h:10,
  41. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsIGenericFactory.h:42,
  42. from MozPopenModule.cpp:24:
  43. /usr/lib/xulrunner-devel-1.9.2.12//include/nsError.h:324: error: ‘nsresult’ does not name a type
  44. In file included from /usr/lib/xulrunner-devel-1.9.2.12//include/nsrootidl.h:11,
  45. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupports.h:10,
  46. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsIFactory.h:10,
  47. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsIGenericFactory.h:42,
  48. from MozPopenModule.cpp:24:
  49. /usr/lib/xulrunner-devel-1.9.2.12//include/nscore.h:398: error: ‘PRUint16’ does not name a type
  50. In file included from /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsBase.h:44,
  51. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupports.h:122,
  52. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsIFactory.h:10,
  53. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsIGenericFactory.h:42,
  54. from MozPopenModule.cpp:24:
  55. /usr/lib/xulrunner-devel-1.9.2.12//include/nsID.h:60: error: ‘PRUint32’ does not name a type
  56. /usr/lib/xulrunner-devel-1.9.2.12//include/nsID.h:61: error: ‘PRUint16’ does not name a type
  57. /usr/lib/xulrunner-devel-1.9.2.12//include/nsID.h:62: error: ‘PRUint16’ does not name a type
  58. /usr/lib/xulrunner-devel-1.9.2.12//include/nsID.h:63: error: ‘PRUint8’ does not name a type
  59. /usr/lib/xulrunner-devel-1.9.2.12//include/nsID.h:76: error: ‘PRBool’ does not name a type
  60. /usr/lib/xulrunner-devel-1.9.2.12//include/nsID.h:95: error: ‘PRBool’ does not name a type
  61. In file included from /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupports.h:122,
  62. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsIFactory.h:10,
  63. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsIGenericFactory.h:42,
  64. from MozPopenModule.cpp:24:
  65. /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsBase.h:86: error: ISO C++ forbids declaration of ‘nsresult’ with no type
  66. /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsBase.h:86: error: ‘nsresult’ declared as a ‘virtual’ field
  67. /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsBase.h:86: warning: ‘regparm’ attribute only applies to function types
  68. /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsBase.h:86: warning: ‘cdecl’ attribute only applies to function types
  69. /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsBase.h:86: error: expected ‘;’ before ‘QueryInterface’
  70. /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsBase.h:94: error: ISO C++ forbids declaration of ‘nsrefcnt’ with no type
  71. /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsBase.h:94: error: ‘nsrefcnt’ declared as a ‘virtual’ field
  72. /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsBase.h:94: warning: ‘regparm’ attribute only applies to function types
  73. /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsBase.h:94: warning: ‘cdecl’ attribute only applies to function types
  74. /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsBase.h:94: error: expected ‘;’ before ‘AddRef’
  75. /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsBase.h:103: error: ISO C++ forbids declaration of ‘nsrefcnt’ with no type
  76. /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsBase.h:103: error: ‘nsrefcnt’ declared as a ‘virtual’ field
  77. /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsBase.h:103: warning: ‘regparm’ attribute only applies to function types
  78. /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsBase.h:103: warning: ‘cdecl’ attribute only applies to function types
  79. /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsBase.h:103: error: expected ‘;’ before ‘Release’
  80. In file included from /usr/lib/xulrunner-devel-1.9.2.12//include/nsDebug.h:49,
  81. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsUtils.h:57,
  82. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupports.h:123,
  83. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsIFactory.h:10,
  84. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsIGenericFactory.h:42,
  85. from MozPopenModule.cpp:24:
  86. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:106: error: ISO C++ forbids declaration of ‘nsresult’ with no type
  87. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:106: error: typedef ‘nsresult’ is initialized (use decltype instead)
  88. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:106: error: ‘nsGetModuleProc’ was not declared in this scope
  89. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:144: error: ‘nsresult’ does not name a type
  90. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:158: error: ‘nsGetModuleProc’ does not name a type
  91. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:201: error: ‘nsresult’ does not name a type
  92. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:221: error: ‘nsresult’ does not name a type
  93. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:235: error: ‘nsresult’ does not name a type
  94. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:248: error: ‘nsresult’ does not name a type
  95. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:261: error: ‘nsresult’ does not name a type
  96. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:274: error: ‘nsresult’ does not name a type
  97. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:302: error: ‘nsresult’ does not name a type
  98. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:307: error: ‘nsresult’ does not name a type
  99. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:325: warning: ‘NS_Alloc’ initialized and declared ‘extern’
  100. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:325: error: ‘PRSize’ was not declared in this scope
  101. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:346: error: ‘PRSize’ has not been declared
  102. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:388: error: variable or field ‘NS_DebugBreak’ declared void
  103. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:388: error: ‘PRUint32’ was not declared in this scope
  104. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:389: error: expected primary-expression before ‘const’
  105. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:389: error: expected primary-expression before ‘const’
  106. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:390: error: expected primary-expression before ‘const’
  107. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:390: error: ‘PRInt32’ was not declared in this scope
  108. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:425: error: ‘PRUint32’ has not been declared
  109. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:428: error: ‘PRUint32’ has not been declared
  110. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:441: error: ‘nsrefcnt’ has not been declared
  111. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:442: error: ‘PRUint32’ has not been declared
  112. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:445: error: ‘nsrefcnt’ has not been declared
  113. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:471: error: ‘PRBool’ does not name a type
  114. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:474: error: ‘PRBool’ does not name a type
  115. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:480: error: ‘PRBool’ does not name a type
  116. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:571: error: ‘nsresult’ does not name a type
  117. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:574: error: ‘nsresult’ does not name a type
  118. In file included from /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsUtils.h:57,
  119. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupports.h:123,
  120. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsIFactory.h:10,
  121. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsIGenericFactory.h:42,
  122. from MozPopenModule.cpp:24:
  123. /usr/lib/xulrunner-devel-1.9.2.12//include/nsDebug.h:289: error: expected constructor, destructor, or type conversion before ‘void’
  124. In file included from /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsImpl.h:60,
  125. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsUtils.h:61,
  126. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupports.h:123,
  127. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsIFactory.h:10,
  128. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsIGenericFactory.h:42,
  129. from MozPopenModule.cpp:24:
  130. /usr/lib/xulrunner-devel-1.9.2.12//include/nsTraceRefcnt.h:99: error: expected constructor, destructor, or type conversion before ‘class’
  131. In file included from /usr/include/c++/4.4/new:40,
  132. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsTArray.h:46,
  133. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsStringAPI.h:56,
  134. from unix/MozPopenProcess.h:25,
  135. from MozPopenModule.cpp:27:
  136. /usr/include/c++/4.4/exception:35: error: expected declaration before end of line
  137. In file included from /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupports.h:122,
  138. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsIFactory.h:10,
  139. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsIGenericFactory.h:42,
  140. from MozPopenModule.cpp:24:
  141. /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsBase.h: In instantiation of ‘const nsIID nsISupports::COMTypeInfo<int>::kIID’:
  142. /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsBase.h:69: instantiated from here
  143. /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsBase.h:69: error: too many initializers for ‘const nsIID’
  144. In file included from /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOMStrings.h:42,
  145. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsStringAPI.h:53,
  146. from unix/MozPopenProcess.cpp:24:
  147. /usr/lib/xulrunner-devel-1.9.2.12//include/nscore.h:51:21: error: prtypes.h: No such file or directory
  148. In file included from /usr/lib/xulrunner-devel-1.9.2.12//include/nsStringAPI.h:54,
  149. from unix/MozPopenProcess.cpp:24:
  150. /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsImpl.h:55:60: error: prthread.h: No such file or directory
  151. /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsImpl.h:56:81: error: pratom.h: No such file or directory
  152. In file included from unix/MozPopenProcess.cpp:24:
  153. /usr/lib/xulrunner-devel-1.9.2.12//include/nsStringAPI.h:55:19: error: prlog.h: No such file or directory
  154. In file included from /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupports.h:10,
  155. from ./MozPopen.h:10,
  156. from unix/MozPopenProcess.cpp:25:
  157. /usr/lib/xulrunner-devel-1.9.2.12//include/nsrootidl.h:12:20: error: prtime.h: No such file or directory
  158. In file included from /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOMStrings.h:42,
  159. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsStringAPI.h:53,
  160. from unix/MozPopenProcess.cpp:24:
  161. /usr/lib/xulrunner-devel-1.9.2.12//include/nscore.h:342: error: ‘PRUint32’ does not name a type
  162. /usr/lib/xulrunner-devel-1.9.2.12//include/nscore.h:355: error: ‘PRUint32’ does not name a type
  163. In file included from /usr/lib/xulrunner-devel-1.9.2.12//include/nscore.h:363,
  164. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOMStrings.h:42,
  165. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsStringAPI.h:53,
  166. from unix/MozPopenProcess.cpp:24:
  167. /usr/lib/xulrunner-devel-1.9.2.12//include/nsError.h:324: error: ‘nsresult’ does not name a type
  168. In file included from /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOMStrings.h:42,
  169. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsStringAPI.h:53,
  170. from unix/MozPopenProcess.cpp:24:
  171. /usr/lib/xulrunner-devel-1.9.2.12//include/nscore.h:398: error: ‘PRUint16’ does not name a type
  172. In file included from /usr/lib/xulrunner-devel-1.9.2.12//include/nsStringAPI.h:53,
  173. from unix/MozPopenProcess.cpp:24:
  174. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOMStrings.h:158: error: ‘PRUint32’ does not name a type
  175. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOMStrings.h:159: error: ‘PRUint32’ does not name a type
  176. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOMStrings.h:194: error: ‘nsresult’ does not name a type
  177. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOMStrings.h:218: error: ‘nsresult’ does not name a type
  178. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOMStrings.h:254: error: ‘PRUint32’ does not name a type
  179. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOMStrings.h:288: error: ‘PRUint32’ does not name a type
  180. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOMStrings.h:304: error: expected constructor, destructor, or type conversion before ‘*’ token
  181. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOMStrings.h:327: error: ‘nsresult’ does not name a type
  182. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOMStrings.h:360: error: ‘nsresult’ does not name a type
  183. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOMStrings.h:382: error: ‘nsresult’ does not name a type
  184. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOMStrings.h:402: error: ‘nsresult’ does not name a type
  185. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOMStrings.h:427: error: ‘nsresult’ does not name a type
  186. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOMStrings.h:445: error: ‘nsresult’ does not name a type
  187. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOMStrings.h:458: error: ISO C++ forbids declaration of ‘PRBool’ with no type
  188. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOMStrings.h:458: error: expected ‘,’ or ‘...’ before ‘aIsVoid’
  189. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOMStrings.h:466: error: ‘PRBool’ does not name a type
  190. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOMStrings.h:517: error: ‘nsresult’ does not name a type
  191. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOMStrings.h:541: error: ‘nsresult’ does not name a type
  192. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOMStrings.h:577: error: ‘PRUint32’ does not name a type
  193. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOMStrings.h:611: error: ‘PRUint32’ does not name a type
  194. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOMStrings.h:650: error: ‘nsresult’ does not name a type
  195. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOMStrings.h:683: error: ‘nsresult’ does not name a type
  196. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOMStrings.h:705: error: ‘nsresult’ does not name a type
  197. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOMStrings.h:725: error: ‘nsresult’ does not name a type
  198. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOMStrings.h:750: error: ‘nsresult’ does not name a type
  199. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOMStrings.h:768: error: ‘nsresult’ does not name a type
  200. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOMStrings.h:781: error: ISO C++ forbids declaration of ‘PRBool’ with no type
  201. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOMStrings.h:781: error: expected ‘,’ or ‘...’ before ‘aIsVoid’
  202. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOMStrings.h:789: error: ‘PRBool’ does not name a type
  203. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOMStrings.h:828: error: ‘nsresult’ does not name a type
  204. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOMStrings.h:847: error: ‘nsresult’ does not name a type
  205. In file included from /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsBase.h:44,
  206. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsImpl.h:46,
  207. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsStringAPI.h:54,
  208. from unix/MozPopenProcess.cpp:24:
  209. /usr/lib/xulrunner-devel-1.9.2.12//include/nsID.h:60: error: ‘PRUint32’ does not name a type
  210. /usr/lib/xulrunner-devel-1.9.2.12//include/nsID.h:61: error: ‘PRUint16’ does not name a type
  211. /usr/lib/xulrunner-devel-1.9.2.12//include/nsID.h:62: error: ‘PRUint16’ does not name a type
  212. /usr/lib/xulrunner-devel-1.9.2.12//include/nsID.h:63: error: ‘PRUint8’ does not name a type
  213. /usr/lib/xulrunner-devel-1.9.2.12//include/nsID.h:76: error: ‘PRBool’ does not name a type
  214. /usr/lib/xulrunner-devel-1.9.2.12//include/nsID.h:95: error: ‘PRBool’ does not name a type
  215. In file included from /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsImpl.h:46,
  216. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsStringAPI.h:54,
  217. from unix/MozPopenProcess.cpp:24:
  218. /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsBase.h:86: error: ISO C++ forbids declaration of ‘nsresult’ with no type
  219. /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsBase.h:86: error: ‘nsresult’ declared as a ‘virtual’ field
  220. /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsBase.h:86: warning: ‘regparm’ attribute only applies to function types
  221. /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsBase.h:86: warning: ‘cdecl’ attribute only applies to function types
  222. /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsBase.h:86: error: expected ‘;’ before ‘QueryInterface’
  223. /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsBase.h:94: error: ISO C++ forbids declaration of ‘nsrefcnt’ with no type
  224. /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsBase.h:94: error: ‘nsrefcnt’ declared as a ‘virtual’ field
  225. /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsBase.h:94: warning: ‘regparm’ attribute only applies to function types
  226. /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsBase.h:94: warning: ‘cdecl’ attribute only applies to function types
  227. /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsBase.h:94: error: expected ‘;’ before ‘AddRef’
  228. /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsBase.h:103: error: ISO C++ forbids declaration of ‘nsrefcnt’ with no type
  229. /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsBase.h:103: error: ‘nsrefcnt’ declared as a ‘virtual’ field
  230. /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsBase.h:103: warning: ‘regparm’ attribute only applies to function types
  231. /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsBase.h:103: warning: ‘cdecl’ attribute only applies to function types
  232. /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsBase.h:103: error: expected ‘;’ before ‘Release’
  233. In file included from /usr/lib/xulrunner-devel-1.9.2.12//include/nsDebug.h:49,
  234. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsUtils.h:57,
  235. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsImpl.h:50,
  236. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsStringAPI.h:54,
  237. from unix/MozPopenProcess.cpp:24:
  238. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:106: error: ISO C++ forbids declaration of ‘nsresult’ with no type
  239. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:106: error: typedef ‘nsresult’ is initialized (use decltype instead)
  240. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:106: error: ‘nsGetModuleProc’ was not declared in this scope
  241. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:144: error: ‘nsresult’ does not name a type
  242. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:158: error: ‘nsGetModuleProc’ does not name a type
  243. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:201: error: ‘nsresult’ does not name a type
  244. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:221: error: ‘nsresult’ does not name a type
  245. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:235: error: ‘nsresult’ does not name a type
  246. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:248: error: ‘nsresult’ does not name a type
  247. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:261: error: ‘nsresult’ does not name a type
  248. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:274: error: ‘nsresult’ does not name a type
  249. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:302: error: ‘nsresult’ does not name a type
  250. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:307: error: ‘nsresult’ does not name a type
  251. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:325: warning: ‘NS_Alloc’ initialized and declared ‘extern’
  252. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:325: error: ‘PRSize’ was not declared in this scope
  253. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:346: error: ‘PRSize’ has not been declared
  254. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:388: error: variable or field ‘NS_DebugBreak’ declared void
  255. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:388: error: ‘PRUint32’ was not declared in this scope
  256. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:389: error: expected primary-expression before ‘const’
  257. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:389: error: expected primary-expression before ‘const’
  258. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:390: error: expected primary-expression before ‘const’
  259. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:390: error: ‘PRInt32’ was not declared in this scope
  260. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:425: error: ‘PRUint32’ has not been declared
  261. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:428: error: ‘PRUint32’ has not been declared
  262. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:441: error: ‘nsrefcnt’ has not been declared
  263. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:442: error: ‘PRUint32’ has not been declared
  264. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:445: error: ‘nsrefcnt’ has not been declared
  265. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:471: error: ‘PRBool’ does not name a type
  266. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:474: error: ‘PRBool’ does not name a type
  267. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:480: error: ‘PRBool’ does not name a type
  268. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:571: error: ‘nsresult’ does not name a type
  269. /usr/lib/xulrunner-devel-1.9.2.12//include/nsXPCOM.h:574: error: ‘nsresult’ does not name a type
  270. In file included from /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsUtils.h:57,
  271. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsImpl.h:50,
  272. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsStringAPI.h:54,
  273. from unix/MozPopenProcess.cpp:24:
  274. /usr/lib/xulrunner-devel-1.9.2.12//include/nsDebug.h:289: error: expected constructor, destructor, or type conversion before ‘void’
  275. In file included from /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsImpl.h:50,
  276. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsStringAPI.h:54,
  277. from unix/MozPopenProcess.cpp:24:
  278. /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsUtils.h:102: error: expected constructor, destructor, or type conversion before ‘extern’
  279. In file included from /usr/include/c++/4.4/new:40,
  280. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsTArray.h:46,
  281. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsStringAPI.h:56,
  282. from unix/MozPopenProcess.cpp:24:
  283. /usr/include/c++/4.4/exception:35: error: expected declaration before end of line
  284. In file included from /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsImpl.h:46,
  285. from /usr/lib/xulrunner-devel-1.9.2.12//include/nsStringAPI.h:54,
  286. from unix/MozPopenProcess.cpp:24:
  287. /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsBase.h: In instantiation of ‘const nsIID nsISupports::COMTypeInfo<int>::kIID’:
  288. /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsBase.h:69: instantiated from here
  289. /usr/lib/xulrunner-devel-1.9.2.12//include/nsISupportsBase.h:69: error: too many initializers for ‘const nsIID’
  290. make[1]: *** [../xpi/platform/Linux_x86-gcc3/components/MozPopen.so] Error 1
  291. make[1]: Leaving directory `/home/wyko/firesheep/mozpopen'
  292. make: *** [all-recursive] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement