Advertisement
Guest User

Untitled

a guest
Jan 20th, 2015
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.27 KB | None | 0 0
  1. external/stlport/stlport/stl/_cmath.h: In function 'float acos(float)':
  2. external/stlport/stlport/stl/_cmath.h:432:38: error: '::acosf' has not been declared
  3. external/stlport/stlport/stl/_cmath.h: In function 'float asin(float)':
  4. external/stlport/stlport/stl/_cmath.h:433:38: error: '::asinf' has not been declared
  5. external/stlport/stlport/stl/_cmath.h: In function 'float atan(float)':
  6. external/stlport/stlport/stl/_cmath.h:434:38: error: '::atanf' has not been declared
  7. external/stlport/stlport/stl/_cmath.h: In function 'float atan2(float, float)':
  8. external/stlport/stlport/stl/_cmath.h:435:48: error: '::atan2f' has not been declared
  9. external/stlport/stlport/stl/_cmath.h: In function 'float ceil(float)':
  10. external/stlport/stlport/stl/_cmath.h:436:38: error: '::ceilf' has not been declared
  11. external/stlport/stlport/stl/_cmath.h: In function 'float cos(float)':
  12. external/stlport/stlport/stl/_cmath.h:437:37: error: '::cosf' has not been declared
  13. external/stlport/stlport/stl/_cmath.h: In function 'float cosh(float)':
  14. external/stlport/stlport/stl/_cmath.h:438:38: error: '::coshf' has not been declared
  15. external/stlport/stlport/stl/_cmath.h: In function 'float exp(float)':
  16. external/stlport/stlport/stl/_cmath.h:439:37: error: '::expf' has not been declared
  17. external/stlport/stlport/stl/_cmath.h: In function 'float fabs(float)':
  18. external/stlport/stlport/stl/_cmath.h:440:38: error: '::fabsf' has not been declared
  19. external/stlport/stlport/stl/_cmath.h: In function 'float floor(float)':
  20. external/stlport/stlport/stl/_cmath.h:441:39: error: '::floorf' has not been declared
  21. external/stlport/stlport/stl/_cmath.h: In function 'float fmod(float, float)':
  22. external/stlport/stlport/stl/_cmath.h:442:47: error: '::fmodf' has not been declared
  23. external/stlport/stlport/stl/_cmath.h: In function 'float frexp(float, int*)':
  24. external/stlport/stlport/stl/_cmath.h:443:48: error: '::frexpf' has not been declared
  25. external/stlport/stlport/stl/_cmath.h: In function 'float ldexp(float, int)':
  26. external/stlport/stlport/stl/_cmath.h:444:46: error: '::ldexpf' has not been declared
  27. external/stlport/stlport/stl/_cmath.h: In function 'float log(float)':
  28. external/stlport/stlport/stl/_cmath.h:445:37: error: '::logf' has not been declared
  29. external/stlport/stlport/stl/_cmath.h: In function 'float log10(float)':
  30. external/stlport/stlport/stl/_cmath.h:446:39: error: '::log10f' has not been declared
  31. external/stlport/stlport/stl/_cmath.h: In function 'float modf(float, float*)':
  32. external/stlport/stlport/stl/_cmath.h:447:49: error: '::modff' has not been declared
  33. In file included from external/stlport/stlport/stl/_cstdlib.h:169:0,
  34. from external/stlport/stlport/stl/_alloc.h:35,
  35. from external/stlport/stlport/stl/_string.h:23,
  36. from external/stlport/stlport/string:29,
  37. from system/vold/Volume.cpp:45:
  38. external/stlport/stlport/stl/_cmath.h: In function 'float sin(float)':
  39. external/stlport/stlport/stl/_cmath.h:448:37: error: '::sinf' has not been declared
  40. external/stlport/stlport/stl/_cmath.h: In function 'float sinh(float)':
  41. external/stlport/stlport/stl/_cmath.h:449:38: error: '::sinhf' has not been declared
  42. external/stlport/stlport/stl/_cmath.h: In function 'float sqrt(float)':
  43. external/stlport/stlport/stl/_cmath.h:450:38: error: '::sqrtf' has not been declared
  44. external/stlport/stlport/stl/_cmath.h: In function 'float tan(float)':
  45. external/stlport/stlport/stl/_cmath.h:451:37: error: '::tanf' has not been declared
  46. external/stlport/stlport/stl/_cmath.h: In function 'float tanh(float)':
  47. external/stlport/stlport/stl/_cmath.h:452:38: error: '::tanhf' has not been declared
  48. external/stlport/stlport/stl/_cmath.h: In function 'float pow(float, float)':
  49. external/stlport/stlport/stl/_cmath.h:453:46: error: '::powf' has not been declared
  50. external/stlport/stlport/stl/_cmath.h: In function 'float pow(float, int)':
  51. external/stlport/stlport/stl/_cmath.h:458:47: error: '::powf' has not been declared
  52. system/vold/Volume.cpp: In member function 'int Volume::extractMetadata(const char*)':
  53. system/vold/Volume.cpp:795:38: error: 'popen' was not declared in this scope
  54. system/vold/Volume.cpp:825:14: error: 'pclose' was not declared in this scope
  55. make: *** [/android/droid/out/target/product/nicki/obj/STATIC_LIBRARIES/libminivold_intermediates/Volume.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement