Advertisement
graffixnyc

Untitled

Apr 27th, 2012
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.60 KB | None | 0 0
  1. .cpp
  2. In file included from frameworks/base/include/ui/egl/android_natives.h:23:0,
  3. from frameworks/base/include/ui/android_native_buffer.h:20,
  4. from frameworks/base/include/ui/GraphicBuffer.h:23,
  5. from frameworks/base/include/gui/ISurfaceTexture.h:28,
  6. from frameworks/base/include/gui/SurfaceTextureClient.h:20,
  7. from frameworks/base/media/libmedia/mediaplayer.cpp:30:
  8. hardware/libhardware/include/hardware/gralloc.h:90:5: error: expected '}' before 'GRALLOC_USAGE_EXTERNAL_DISP'
  9. hardware/libhardware/include/hardware/gralloc.h:90:43: error: invalid conversion from 'int' to '<anonymous enum>' [-fpermissive]
  10. hardware/libhardware/include/hardware/gralloc.h:98:43: error: invalid conversion from 'int' to '<anonymous enum>' [-fpermissive]
  11. hardware/libhardware/include/hardware/gralloc.h:101:43: error: invalid conversion from 'int' to '<anonymous enum>' [-fpermissive]
  12. hardware/libhardware/include/hardware/gralloc.h:102:43: error: invalid conversion from 'int' to '<anonymous enum>' [-fpermissive]
  13. hardware/libhardware/include/hardware/gralloc.h:103:43: error: invalid conversion from 'int' to '<anonymous enum>' [-fpermissive]
  14. hardware/libhardware/include/hardware/gralloc.h:104:43: error: invalid conversion from 'unsigned int' to '<anonymous enum>' [-fpermissive]
  15. hardware/libhardware/include/hardware/gralloc.h:105:43: error: invalid conversion from 'unsigned int' to '<anonymous enum>' [-fpermissive]
  16. hardware/libhardware/include/hardware/gralloc.h:106:1: error: expected unqualified-id before '}' token
  17. hardware/libhardware/include/hardware/gralloc.h:264:1: error: expected declaration before '}' token
  18. make: *** [out/target/product/i777/obj/SHARED_LIBRARIES/libmedia_intermediates/mediaplayer.o] Error 1
  19. make: *** Waiting for unfinished jobs....
  20. In file included from frameworks/base/include/ui/egl/android_natives.h:23:0,
  21. from frameworks/base/include/ui/android_native_buffer.h:20,
  22. from frameworks/base/include/ui/GraphicBuffer.h:23,
  23. from frameworks/base/include/media/IOMX.h:22,
  24. from frameworks/base/media/libmedia/IMediaPlayerService.cpp:25:
  25. hardware/libhardware/include/hardware/gralloc.h:90:5: error: expected '}' before 'GRALLOC_USAGE_EXTERNAL_DISP'
  26. hardware/libhardware/include/hardware/gralloc.h:90:43: error: invalid conversion from 'int' to '<anonymous enum>' [-fpermissive]
  27. hardware/libhardware/include/hardware/gralloc.h:98:43: error: invalid conversion from 'int' to '<anonymous enum>' [-fpermissive]
  28. hardware/libhardware/include/hardware/gralloc.h:101:43: error: invalid conversion from 'int' to '<anonymous enum>' [-fpermissive]
  29. hardware/libhardware/include/hardware/gralloc.h:102:43: error: invalid conversion from 'int' to '<anonymous enum>' [-fpermissive]
  30. hardware/libhardware/include/hardware/gralloc.h:103:43: error: invalid conversion from 'int' to '<anonymous enum>' [-fpermissive]
  31. hardware/libhardware/include/hardware/gralloc.h:104:43: error: invalid conversion from 'unsigned int' to '<anonymous enum>' [-fpermissive]
  32. hardware/libhardware/include/hardware/gralloc.h:105:43: error: invalid conversion from 'unsigned int' to '<anonymous enum>' [-fpermissive]
  33. hardware/libhardware/include/hardware/gralloc.h:106:1: error: expected unqualified-id before '}' token
  34. hardware/libhardware/include/hardware/gralloc.h:264:1: error: expected declaration before '}' token
  35. make: *** [out/target/product/i777/obj/SHARED_LIBRARIES/libmedia_intermediates/IMediaPlayerService.o] Error 1
  36. target StaticLib: libc (out/target/product/i777/obj/STATIC_LIBRARIES/libc_intermediates/libc.a)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement