Advertisement
ponce

zarafa 7.1.0 build error

Sep 13th, 2012
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. make[2]: Leaving directory `/tmp/SBo/zarafa-7.1.0/libicalmapi'
  2. Making all in inetmapi
  3. make[2]: Entering directory `/tmp/SBo/zarafa-7.1.0/inetmapi'
  4. CXX ECMapiUtils.lo
  5. CXX ECVMIMEUtils.lo
  6. CXX MAPIToVMIME.lo
  7. CXX VMIMEToMAPI.lo
  8. CXX outputStreamMAPIAdapter.lo
  9. In file included from outputStreamMAPIAdapter.cpp:55:0:
  10. outputStreamMAPIAdapter.h:57:69: error: expected class-name before '{' token
  11. outputStreamMAPIAdapter.h:61:19: error: 'value_type' does not name a type
  12. outputStreamMAPIAdapter.h:61:37: warning: ISO C++ forbids declaration of 'data' with no type [-fpermissive]
  13. outputStreamMAPIAdapter.h:61:49: error: 'size_type' does not name a type
  14. outputStreamMAPIAdapter.h:61:59: warning: ISO C++ forbids declaration of 'count' with no type [-fpermissive]
  15. outputStreamMAPIAdapter.cpp:70:43: error: 'value_type' does not name a type
  16. outputStreamMAPIAdapter.cpp:70:61: warning: ISO C++ forbids declaration of 'data' with no type [-fpermissive]
  17. outputStreamMAPIAdapter.cpp:70:73: error: 'size_type' does not name a type
  18. outputStreamMAPIAdapter.cpp:70:83: warning: ISO C++ forbids declaration of 'count' with no type [-fpermissive]
  19. make[2]: *** [outputStreamMAPIAdapter.lo] Error 1
  20. make[2]: Leaving directory `/tmp/SBo/zarafa-7.1.0/inetmapi'
  21. make[1]: *** [all-recursive] Error 1
  22. make[1]: Leaving directory `/tmp/SBo/zarafa-7.1.0'
  23. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement