Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.13 KB | None | 0 0
  1. [build CXX] sdext/source/presenter/PresenterBitmapContainer.cxx
  2. [build CXX] sdext/source/presenter/PresenterButton.cxx
  3. [build CXX] sdext/source/presenter/PresenterCanvasHelper.cxx
  4. [build CXX] sdext/source/presenter/PresenterComponent.cxx
  5. [build CXX] sdext/source/presenter/PresenterConfigurationAccess.cxx
  6. [build CXX] sdext/source/presenter/PresenterController.cxx
  7. [build CXX] sdext/source/presenter/PresenterCurrentSlideObserver.cxx
  8. [build CXX] sdext/source/presenter/PresenterFrameworkObserver.cxx
  9. [build CXX] sdext/source/presenter/PresenterGeometryHelper.cxx
  10. [build CXX] sdext/source/presenter/PresenterHelpView.cxx
  11. [build CXX] sdext/source/presenter/PresenterHelper.cxx
  12. [build CXX] sdext/source/presenter/PresenterNotesView.cxx
  13. [build CXX] sdext/source/presenter/PresenterPaintManager.cxx
  14. [build CXX] sdext/source/presenter/PresenterPane.cxx
  15. [build CXX] sdext/source/presenter/PresenterPaneBase.cxx
  16. [build CXX] sdext/source/presenter/PresenterPaneBorderManager.cxx
  17. [build CXX] sdext/source/presenter/PresenterPaneBorderPainter.cxx
  18. [build CXX] sdext/source/presenter/PresenterPaneContainer.cxx
  19. [build CXX] sdext/source/presenter/PresenterPaneFactory.cxx
  20. [build CXX] sdext/source/presenter/PresenterProtocolHandler.cxx
  21. [build CXX] sdext/source/presenter/PresenterScreen.cxx
  22. [build CXX] sdext/source/presenter/PresenterScrollBar.cxx
  23. [build CXX] sdext/source/presenter/PresenterSlidePreview.cxx
  24. [build CXX] sdext/source/presenter/PresenterSlideShowView.cxx
  25. [build CXX] sdext/source/presenter/PresenterSlideSorter.cxx
  26. [build CXX] sdext/source/presenter/PresenterSprite.cxx
  27. [build CXX] sdext/source/presenter/PresenterSpritePane.cxx
  28. [build CXX] sdext/source/presenter/PresenterTextView.cxx
  29. [build CXX] sdext/source/presenter/PresenterTheme.cxx
  30. [build CXX] sdext/source/presenter/PresenterTimer.cxx
  31. [build CXX] sdext/source/presenter/PresenterToolBar.cxx
  32. [build CXX] sdext/source/presenter/PresenterUIPainter.cxx
  33. [build CXX] sdext/source/presenter/PresenterViewFactory.cxx
  34. [build CXX] sdext/source/presenter/PresenterWindowManager.cxx
  35. [build CMP] ucb/source/sorter/srtrs1
  36. [build CMP] ucb/source/ucp/expand/ucpexpand1
  37. [build CXX] ucb/source/ucp/gio/gio_content.cxx
  38. [build CXX] ucb/source/ucp/gio/gio_datasupplier.cxx
  39. [build CXX] ucb/source/ucp/gio/gio_inputstream.cxx
  40. [build CXX] ucb/source/ucp/gio/gio_mount.cxx
  41. [build CXX] ucb/source/ucp/gio/gio_outputstream.cxx
  42. [build CXX] ucb/source/ucp/gio/gio_provider.cxx
  43. /home/adam/dev/lo-core-poc/ucb/source/ucp/gio/gio_mount.cxx: In function ‘GType ooo_mount_operation_get_type()’:
  44. /home/adam/dev/lo-core-poc/ucb/source/ucp/gio/gio_mount.cxx:29:539: error: typedef ‘_GStaticAssertCompileTimeAssertion_0’ locally defined but not used [-Werror=unused-local-typedefs]
  45. G_DEFINE_TYPE (OOoMountOperation, ooo_mount_operation, G_TYPE_MOUNT_OPERATION);
  46. ^
  47. /home/adam/dev/lo-core-poc/ucb/source/ucp/gio/gio_mount.cxx:29:741: error: typedef ‘_GStaticAssertCompileTimeAssertion_1’ locally defined but not used [-Werror=unused-local-typedefs]
  48. G_DEFINE_TYPE (OOoMountOperation, ooo_mount_operation, G_TYPE_MOUNT_OPERATION);
  49. ^
  50. /home/adam/dev/lo-core-poc/ucb/source/ucp/gio/gio_mount.cxx:29:1336: error: typedef ‘_GStaticAssertCompileTimeAssertion_2’ locally defined but not used [-Werror=unused-local-typedefs]
  51. G_DEFINE_TYPE (OOoMountOperation, ooo_mount_operation, G_TYPE_MOUNT_OPERATION);
  52. ^
  53. cc1plus: all warnings being treated as errors
  54. make[1]: *** [/home/adam/dev/lo-core-poc/workdir/CxxObject/ucb/source/ucp/gio/gio_mount.o] Error 1
  55. make[1]: *** Waiting for unfinished jobs....
  56. make: *** [build] Error 2
  57.  
  58. real 18m41.409s
  59. user 118m15.075s
  60. sys 8m30.940s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement