Advertisement
Guest User

mdew

a guest
Aug 10th, 2008
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.45 KB | None | 0 0
  1. c++ -o gfxPlatformGtk.o -c -I../../../dist/include/system_wrappers -include ../../../config/gcc_hidden.h -DIMPL_THEBES -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM -DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_COM_OBSOLETE -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -DIMPL_XREAPI -DIMPL_NS_NET -DIMPL_THEBES -DZLIB_INTERNAL -DOSTYPE=\"Linux2.6\" -DOSARCH=Linux -I. -I. -I../../../dist/include/cairo -I../../../dist/include/string -I../../../dist/include/pref -I../../../dist/include/xpcom -I../../../dist/include/unicharutil -I../../../dist/include/lcms -I../../../dist/include -I../../../dist/include/thebes -I../../../dist/include/nspr -I../../../dist/sdk/include -fPIC -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-long-long -pedantic -fno-strict-aliasing -fshort-wchar -pthread -pipe -DNDEBUG -DTRIMMED -Os -freorder-blocks -fno-reorder-functions -finline-limit=50 -I../../../dist/include/cairo -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/gtk-unix-print-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -DMOZILLA_CLIENT -include ../../../mozilla-config.h -Wp,-MD,.deps/gfxPlatformGtk.pp gfxPlatformGtk.cpp
  2. gfxPlatformGtk.cpp:54:25: error: gfxFT2Fonts.h: No such file or directory
  3. gfxPlatformGtk.cpp: In member function �virtual already_AddRefed<gfxASurface> gfxPlatformGtk::CreateOffscreenSurface(const gfxIntSize&, gfxASurface::gfxImageFormat)�:
  4. gfxPlatformGtk.cpp:269: error: �gfxContext� was not declared in this scope
  5. gfxPlatformGtk.cpp:269: error: expected `;' before �tmpCtx�
  6. gfxPlatformGtk.cpp:270: error: �tmpCtx� was not declared in this scope
  7. gfxPlatformGtk.cpp:270: error: �gfxContext� is not a class or namespace
  8. gfxPlatformGtk.cpp: In member function �virtual nsresult gfxPlatformGtk::UpdateFontList()�:
  9. gfxPlatformGtk.cpp:356: error: invalid use of incomplete type �struct FontFamily�
  10. ../../../dist/include/thebes/gfxPlatformGtk.h:50: error: forward declaration of �struct FontFamily�
  11. ../../../dist/include/xpcom/nsCOMPtr.h: At global scope:
  12. ../../../dist/include/xpcom/nsCOMPtr.h: In instantiation of �nsDerivedSafe<FontFamily>�:
  13. gfxPlatformGtk.cpp:357: instantiated from here
  14. ../../../dist/include/xpcom/nsCOMPtr.h:200: error: invalid use of incomplete type �struct FontFamily�
  15. ../../../dist/include/thebes/gfxPlatformGtk.h:50: error: forward declaration of �struct FontFamily�
  16. ../../../dist/include/xpcom/nsCOMPtr.h:203: error: type �FontFamily� is not a base type for type �nsDerivedSafe<FontFamily>�
  17. ../../../dist/include/xpcom/nsCOMPtr.h:204: error: type �FontFamily� is not a base type for type �nsDerivedSafe<FontFamily>�
  18. gfxPlatformGtk.cpp: In member function �virtual nsresult gfxPlatformGtk::UpdateFontList()�:
  19. gfxPlatformGtk.cpp:357: error: initializing argument 2 of �PRBool nsBaseHashtable<KeyClass, DataType, UserDataType>::Put(typename KeyClass::KeyType, UserDataType) [with KeyClass = nsStringHashKey, DataType = nsRefPtr<FontFamily>, UserDataType = nsRefPtr<FontFamily>]�
  20. gfxPlatformGtk.cpp:360: error: �class nsDerivedSafe<FontFamily>� has no member named �mName�
  21. gfxPlatformGtk.cpp:360: error: invalid use of incomplete type �struct FontEntry�
  22. ../../../dist/include/thebes/gfxPlatformGtk.h:51: error: forward declaration of �struct FontEntry�
  23. gfxPlatformGtk.cpp:361: error: �class nsDerivedSafe<FontFamily>� has no member named �mFaces�
  24. ../../../dist/include/xpcom/nsCOMPtr.h: At global scope:
  25. ../../../dist/include/xpcom/nsCOMPtr.h: In instantiation of �nsDerivedSafe<FontEntry>�:
  26. gfxPlatformGtk.cpp:364: instantiated from here
  27. ../../../dist/include/xpcom/nsCOMPtr.h:200: error: invalid use of incomplete type �struct FontEntry�
  28. ../../../dist/include/thebes/gfxPlatformGtk.h:51: error: forward declaration of �struct FontEntry�
  29. ../../../dist/include/xpcom/nsCOMPtr.h:203: error: type �FontEntry� is not a base type for type �nsDerivedSafe<FontEntry>�
  30. ../../../dist/include/xpcom/nsCOMPtr.h:204: error: type �FontEntry� is not a base type for type �nsDerivedSafe<FontEntry>�
  31. gfxPlatformGtk.cpp: In member function �virtual nsresult gfxPlatformGtk::UpdateFontList()�:
  32. gfxPlatformGtk.cpp:364: error: �class nsDerivedSafe<FontEntry>� has no member named �mFilename�
  33. gfxPlatformGtk.cpp:371: error: �class nsDerivedSafe<FontEntry>� has no member named �mFTFontIndex�
  34. gfxPlatformGtk.cpp:373: error: �class nsDerivedSafe<FontEntry>� has no member named �mFTFontIndex�
  35. gfxPlatformGtk.cpp:379: error: �class nsDerivedSafe<FontEntry>� has no member named �mWeight�
  36. gfxPlatformGtk.cpp:382: error: �class nsDerivedSafe<FontEntry>� has no member named �mWeight�
  37. gfxPlatformGtk.cpp:385: error: �class nsDerivedSafe<FontEntry>� has no member named �mWeight�
  38. gfxPlatformGtk.cpp:389: error: �class nsDerivedSafe<FontEntry>� has no member named �mWeight�
  39. gfxPlatformGtk.cpp:392: error: �class nsDerivedSafe<FontEntry>� has no member named �mWeight�
  40. gfxPlatformGtk.cpp:395: error: �class nsDerivedSafe<FontEntry>� has no member named �mWeight�
  41. gfxPlatformGtk.cpp:398: error: �class nsDerivedSafe<FontEntry>� has no member named �mWeight�
  42. gfxPlatformGtk.cpp:401: error: �class nsDerivedSafe<FontEntry>� has no member named �mWeight�
  43. gfxPlatformGtk.cpp:404: error: �class nsDerivedSafe<FontEntry>� has no member named �mWeight�
  44. gfxPlatformGtk.cpp:408: error: �class nsDerivedSafe<FontEntry>� has no member named �mWeight�
  45. gfxPlatformGtk.cpp:414: error: �class nsDerivedSafe<FontEntry>� has no member named �mItalic�
  46. gfxPlatformGtk.cpp:419: error: �class nsDerivedSafe<FontEntry>� has no member named �mItalic�
  47. gfxPlatformGtk.cpp:334: warning: unused variable �result�
  48. gfxPlatformGtk.cpp: In member function �virtual nsresult gfxPlatformGtk::ResolveFontName(const nsAString_internal&, PRBool (*)(const nsAString_internal&, void*), void*, PRBool&)�:
  49. gfxPlatformGtk.cpp:453: error: �class nsDerivedSafe<FontFamily>� has no member named �mName�
  50. gfxPlatformGtk.cpp: In member function �virtual gfxFontGroup* gfxPlatformGtk::CreateFontGroup(const nsAString_internal&, const gfxFontStyle*)�:
  51. gfxPlatformGtk.cpp:532: error: expected type-specifier before �gfxFT2FontGroup�
  52. gfxPlatformGtk.cpp:532: error: cannot convert �int*� to �gfxFontGroup*� in return
  53. gfxPlatformGtk.cpp:532: error: expected �;� before �gfxFT2FontGroup�
  54. gfxPlatformGtk.cpp:532: error: �gfxFT2FontGroup� was not declared in this scope
  55. gfxPlatformGtk.cpp: In member function �FontEntry* gfxPlatformGtk::FindFontEntry(const nsAString_internal&, const gfxFontStyle&)�:
  56. gfxPlatformGtk.cpp:713: error: �class nsDerivedSafe<FontFamily>� has no member named �FindFontEntry�
  57. ../../../dist/include/xpcom/nsAutoPtr.h: In destructor �nsRefPtr<T>::~nsRefPtr() [with T = FontFamily]�:
  58. gfxPlatformGtk.cpp:354: instantiated from here
  59. ../../../dist/include/xpcom/nsAutoPtr.h:956: error: invalid use of incomplete type �struct FontFamily�
  60. ../../../dist/include/thebes/gfxPlatformGtk.h:50: error: forward declaration of �struct FontFamily�
  61. ../../../dist/include/xpcom/nsAutoPtr.h: In copy constructor �nsRefPtr<T>::nsRefPtr(const nsRefPtr<T>&) [with T = FontFamily]�:
  62. gfxPlatformGtk.cpp:357: instantiated from here
  63. ../../../dist/include/xpcom/nsAutoPtr.h:972: error: invalid use of incomplete type �struct FontFamily�
  64. ../../../dist/include/thebes/gfxPlatformGtk.h:50: error: forward declaration of �struct FontFamily�
  65. ../../../dist/include/xpcom/nsAutoPtr.h: In destructor �nsRefPtr<T>::~nsRefPtr() [with T = FontEntry]�:
  66. gfxPlatformGtk.cpp:360: instantiated from here
  67. ../../../dist/include/xpcom/nsAutoPtr.h:956: error: invalid use of incomplete type �struct FontEntry�
  68. ../../../dist/include/thebes/gfxPlatformGtk.h:51: error: forward declaration of �struct FontEntry�
  69. ../../../dist/include/xpcom/nsAutoPtr.h: In constructor �nsRefPtr<T>::nsRefPtr(T*) [with T = FontFamily]�:
  70. gfxPlatformGtk.cpp:709: instantiated from here
  71. ../../../dist/include/xpcom/nsAutoPtr.h:980: error: invalid use of incomplete type �struct FontFamily�
  72. ../../../dist/include/thebes/gfxPlatformGtk.h:50: error: forward declaration of �struct FontFamily�
  73. ../../../dist/include/xpcom/nsAutoPtr.h: In member function �void nsRefPtr<T>::assign_with_AddRef(T*) [with T = FontFamily]�:
  74. ../../../dist/include/xpcom/nsAutoPtr.h:995: instantiated from �nsRefPtr<T>& nsRefPtr<T>::operator=(const nsRefPtr<T>&) [with T = FontFamily]�
  75. ../../../dist/include/xpcom/nsBaseHashtable.h:132: instantiated from �PRBool nsBaseHashtable<KeyClass, DataType, UserDataType>::Get(typename KeyClass::KeyType, UserDataType*) const [with KeyClass = nsStringHashKey, DataType = nsRefPtr<FontFamily>, UserDataType = nsRefPtr<FontFamily>]�
  76. gfxPlatformGtk.cpp:355: instantiated from here
  77. ../../../dist/include/xpcom/nsAutoPtr.h:927: error: invalid use of incomplete type �struct FontFamily�
  78. ../../../dist/include/thebes/gfxPlatformGtk.h:50: error: forward declaration of �struct FontFamily�
  79. ../../../dist/include/xpcom/nsAutoPtr.h: In member function �void nsRefPtr<T>::assign_assuming_AddRef(T*) [with T = FontFamily]�:
  80. ../../../dist/include/xpcom/nsAutoPtr.h:928: instantiated from �void nsRefPtr<T>::assign_with_AddRef(T*) [with T = FontFamily]�
  81. ../../../dist/include/xpcom/nsAutoPtr.h:995: instantiated from �nsRefPtr<T>& nsRefPtr<T>::operator=(const nsRefPtr<T>&) [with T = FontFamily]�
  82. ../../../dist/include/xpcom/nsBaseHashtable.h:132: instantiated from �PRBool nsBaseHashtable<KeyClass, DataType, UserDataType>::Get(typename KeyClass::KeyType, UserDataType*) const [with KeyClass = nsStringHashKey, DataType = nsRefPtr<FontFamily>, UserDataType = nsRefPtr<FontFamily>]�
  83. gfxPlatformGtk.cpp:355: instantiated from here
  84. ../../../dist/include/xpcom/nsAutoPtr.h:944: error: invalid use of incomplete type �struct FontFamily�
  85. ../../../dist/include/thebes/gfxPlatformGtk.h:50: error: forward declaration of �struct FontFamily�
  86. make[5]: *** [gfxPlatformGtk.o] Error 1
  87. make[5]: Leaving directory `/home/mdew/ff/src/gfx/thebes/src'
  88. make[4]: *** [libs] Error 2
  89. make[4]: Leaving directory `/home/mdew/ff/src/gfx/thebes'
  90. make[3]: *** [libs] Error 2
  91. make[3]: Leaving directory `/home/mdew/ff/src/gfx'
  92. make[2]: *** [libs_tier_gecko] Error 2
  93. make[2]: Leaving directory `/home/mdew/ff/src'
  94. make[1]: *** [tier_gecko] Error 2
  95. make[1]: Leaving directory `/home/mdew/ff/src'
  96. make: *** [default] Error 2
  97. mdew@mdew-desktop:~/ff/src$
  98.  
  99.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement