Advertisement
Guest User

Untitled

a guest
Aug 27th, 2011
806
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 4.87 KB | None | 0 0
  1. 1>------ Build started: Project: vmime, Configuration: Debug Win32 ------
  2. 1>  Liczba skopiowanych plików:         1.
  3. 1>  defaultSASLAuthenticator.cpp
  4. 1>c:\users\shym\desktop\vmime\vmime\utility\smartptr.hpp(341): error C2027: use of undefined type 'vmime::security::sasl::SASLContext'
  5. 1>          c:\users\shym\desktop\vmime\vmime\security\sasl\saslsession.hpp(40) : see declaration of 'vmime::security::sasl::SASLContext'
  6. 1>          c:\users\shym\desktop\vmime\vmime\utility\smartptr.hpp(338) : while compiling class template member function 'void vmime::utility::ref<T>::detach(void)'
  7. 1>          with
  8. 1>          [
  9. 1>              T=vmime::security::sasl::SASLContext
  10. 1>          ]
  11. 1>          c:\users\shym\desktop\vmime\vmime\security\sasl\saslsession.hpp(129) : see reference to class template instantiation 'vmime::utility::ref<T>' being compiled
  12. 1>          with
  13. 1>          [
  14. 1>              T=vmime::security::sasl::SASLContext
  15. 1>          ]
  16. 1>c:\users\shym\desktop\vmime\vmime\utility\smartptr.hpp(341): error C2227: left of '->getRefManager' must point to class/struct/union/generic type
  17. 1>c:\users\shym\desktop\vmime\vmime\utility\smartptr.hpp(341): error C2227: left of '->releaseStrong' must point to class/struct/union/generic type
  18. 1>  builtinSASLMechanism.cpp
  19. 1>c:\users\shym\desktop\vmime\src\security\sasl\builtinsaslmechanism.cpp(24): fatal error C1083: Cannot open include file: 'gsasl.h': No such file or directory
  20. 1>  SASLSocket.cpp
  21. 1>c:\users\shym\desktop\vmime\src\security\sasl\saslsocket.cpp(31): fatal error C1083: Cannot open include file: 'gsasl.h': No such file or directory
  22. 1>  SASLSession.cpp
  23. 1>c:\users\shym\desktop\vmime\src\security\sasl\saslsession.cpp(26): fatal error C1083: Cannot open include file: 'gsasl.h': No such file or directory
  24. 1>  SASLMechanismFactory.cpp
  25. 1>c:\users\shym\desktop\vmime\src\security\sasl\saslmechanismfactory.cpp(27): fatal error C1083: Cannot open include file: 'gsasl.h': No such file or directory
  26. 1>  SASLContext.cpp
  27. 1>c:\users\shym\desktop\vmime\src\security\sasl\saslcontext.cpp(26): fatal error C1083: Cannot open include file: 'gsasl.h': No such file or directory
  28. 1>  X509Certificate.cpp
  29. 1>c:\users\shym\desktop\vmime\src\security\cert\x509certificate.cpp(24): fatal error C1083: Cannot open include file: 'gnutls/gnutls.h': No such file or directory
  30. 1>  TLSSocket.cpp
  31. 1>c:\users\shym\desktop\vmime\src\net\tls\tlssocket.cpp(24): fatal error C1083: Cannot open include file: 'gnutls/gnutls.h': No such file or directory
  32. 1>  TLSSession.cpp
  33. 1>c:\users\shym\desktop\vmime\src\net\tls\tlssession.cpp(24): fatal error C1083: Cannot open include file: 'gnutls/gnutls.h': No such file or directory
  34. 1>  service.cpp
  35. 1>c:\users\shym\desktop\vmime\vmime\utility\smartptr.hpp(341): error C2027: use of undefined type 'vmime::security::sasl::SASLMechanism'
  36. 1>          c:\users\shym\desktop\vmime\vmime\security\sasl\saslauthenticator.hpp(38) : see declaration of 'vmime::security::sasl::SASLMechanism'
  37. 1>          c:\users\shym\desktop\vmime\vmime\utility\smartptr.hpp(338) : while compiling class template member function 'void vmime::utility::ref<T>::detach(void)'
  38. 1>          with
  39. 1>          [
  40. 1>              T=vmime::security::sasl::SASLMechanism
  41. 1>          ]
  42. 1>          c:\users\shym\desktop\vmime\vmime\security\sasl\defaultsaslauthenticator.hpp(72) : see reference to class template instantiation 'vmime::utility::ref<T>' being compiled
  43. 1>          with
  44. 1>          [
  45. 1>              T=vmime::security::sasl::SASLMechanism
  46. 1>          ]
  47. 1>c:\users\shym\desktop\vmime\vmime\utility\smartptr.hpp(341): error C2227: left of '->getRefManager' must point to class/struct/union/generic type
  48. 1>c:\users\shym\desktop\vmime\vmime\utility\smartptr.hpp(341): error C2227: left of '->releaseStrong' must point to class/struct/union/generic type
  49. 1>  header.cpp
  50. 1>c:\users\shym\desktop\vmime\src\header.cpp(179): error C2039: 'back_insert_iterator' : is not a member of 'std'
  51. 1>c:\users\shym\desktop\vmime\src\header.cpp(179): error C2065: 'back_insert_iterator' : undeclared identifier
  52. 1>c:\users\shym\desktop\vmime\src\header.cpp(179): error C2275: 'std::vector<_Ty>' : illegal use of this type as an expression
  53. 1>          with
  54. 1>          [
  55. 1>              _Ty=vmime::utility::ref<vmime::headerField>
  56. 1>          ]
  57. 1>c:\users\shym\desktop\vmime\src\header.cpp(179): error C3861: 'back': identifier not found
  58. 1>c:\users\shym\desktop\vmime\src\header.cpp(181): error C2065: 'back' : undeclared identifier
  59. 1>  charsetConverter.cpp
  60. 1>c:\users\shym\desktop\vmime\src\charsetconverter.cpp(32): fatal error C1083: Cannot open include file: 'iconv.h': No such file or directory
  61. 1>  attachmentHelper.cpp
  62. 1>c:\users\shym\desktop\vmime\src\attachmenthelper.cpp(182): error C2039: 'back_inserter' : is not a member of 'std'
  63. 1>c:\users\shym\desktop\vmime\src\attachmenthelper.cpp(182): error C3861: 'back_inserter': identifier not found
  64. 1>  Generating Code...
  65. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement